{"id":2492,"date":"2025-07-17T01:30:23","date_gmt":"2025-07-16T21:30:23","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?page_id=2492"},"modified":"2025-07-17T02:32:56","modified_gmt":"2025-07-16T22:32:56","slug":"story-main-page","status":"publish","type":"page","link":"https:\/\/windowedu.in\/blog\/?page_id=2492","title":{"rendered":"story main page"},"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 - \u0d2a\u0d3f\u0d0e\u0d38\u0d4d\u0d38\u0d3f \u0d15\u0d25\">\n    <title>PSC Story &#8211; Modern Design<\/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: #0f172a;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 1rem;\n            position: relative;\n            overflow-x: hidden;\n        }\n        \n        \/* Animated background *\/\n        body::before {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);\n            opacity: 0.1;\n            z-index: -2;\n        }\n        \n        \/* Floating particles *\/\n        body::after {\n            content: '';\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: \n                radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.3), transparent),\n                radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.2), transparent),\n                radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.3), transparent),\n                radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.2), transparent);\n            background-repeat: repeat;\n            background-size: 200px 100px;\n            animation: float 20s linear infinite;\n            z-index: -1;\n        }\n        \n        @keyframes float {\n            0% { transform: translateY(0px) translateX(0px); }\n            33% { transform: translateY(-30px) translateX(10px); }\n            66% { transform: translateY(-20px) translateX(-10px); }\n            100% { transform: translateY(0px) translateX(0px); }\n        }\n        \n        .modern-container {\n            max-width: 900px;\n            width: 100%;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            border-radius: 24px;\n            padding: 3rem;\n            position: relative;\n            box-shadow: \n                0 25px 50px rgba(0, 0, 0, 0.15),\n                0 0 0 1px rgba(255, 255, 255, 0.1);\n            border: 1px solid rgba(255, 255, 255, 0.2);\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        \n        @media (max-width: 768px) {\n            .modern-container {\n                padding: 2rem;\n                border-radius: 20px;\n                margin: 1rem;\n            }\n        }\n        \n        .modern-container::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #667eea, #764ba2, #f093fb);\n            border-radius: 24px 24px 0 0;\n        }\n        \n        .modern-container:hover {\n            transform: translateY(-8px);\n            box-shadow: \n                0 35px 70px rgba(0, 0, 0, 0.2),\n                0 0 0 1px rgba(255, 255, 255, 0.15);\n        }\n        \n        .story-content {\n            position: relative;\n            z-index: 2;\n        }\n        \n        .story-header {\n            display: flex;\n            align-items: center;\n            margin-bottom: 2rem;\n            gap: 1rem;\n        }\n        \n        .story-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);\n        }\n        \n        .story-label {\n            font-family: 'Poppins', sans-serif;\n            font-size: 0.875rem;\n            font-weight: 600;\n            color: #64748b;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n        \n        .story-paragraph {\n            font-family: 'Noto Sans Malayalam', 'Inter', sans-serif;\n            font-size: 1.25rem;\n            line-height: 1.8;\n            color: #1e293b;\n            font-weight: 500;\n            text-align: justify;\n            position: relative;\n        }\n        \n        @media (max-width: 768px) {\n            .story-paragraph {\n                font-size: 1.4rem;\n                line-height: 1.8;\n                text-align: left;\n            }\n        }\n        \n        \/* Glassmorphism effect *\/\n        .glass-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));\n            border-radius: 24px;\n            pointer-events: none;\n        }\n        \n        \/* Modern text highlighting *\/\n        .story-paragraph::selection {\n            background: rgba(102, 126, 234, 0.2);\n            color: #1e293b;\n        }\n        \n        \/* Smooth entrance animation *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(40px) scale(0.95);\n            animation: modernFadeIn 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;\n        }\n        \n        @keyframes modernFadeIn {\n            to {\n                opacity: 1;\n                transform: translateY(0) scale(1);\n            }\n        }\n        \n        \/* Subtle text animations *\/\n        .story-paragraph {\n            background: linear-gradient(135deg, #1e293b 0%, #334155 100%);\n            background-clip: text;\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-size: 200% 200%;\n            animation: textShimmer 8s ease-in-out infinite;\n        }\n        \n        @keyframes textShimmer {\n            0%, 100% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n        }\n        \n        \/* Modern scrollbar *\/\n        ::-webkit-scrollbar {\n            width: 8px;\n        }\n        \n        ::-webkit-scrollbar-track {\n            background: rgba(148, 163, 184, 0.1);\n            border-radius: 4px;\n        }\n        \n        ::-webkit-scrollbar-thumb {\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            border-radius: 4px;\n        }\n        \n        ::-webkit-scrollbar-thumb:hover {\n            background: linear-gradient(135deg, #764ba2, #f093fb);\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 480px) {\n            .modern-container {\n                padding: 1.5rem;\n                border-radius: 16px;\n            }\n            \n            .story-icon {\n                width: 40px;\n                height: 40px;\n                font-size: 1.25rem;\n            }\n            \n            .story-paragraph {\n                font-size: 1.3rem;\n                line-height: 1.7;\n            }\n        }\n        \n        \/* Dark mode friendly *\/\n        @media (prefers-color-scheme: dark) {\n            .modern-container {\n                background: rgba(15, 23, 42, 0.95);\n                border: 1px solid rgba(71, 85, 105, 0.3);\n            }\n            \n            .story-label {\n                color: #94a3b8;\n            }\n            \n            .story-paragraph {\n                background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);\n                background-clip: text;\n                -webkit-background-clip: text;\n                -webkit-text-fill-color: transparent;\n            }\n        }\n        \n        \/* Performance optimizations *\/\n        .modern-container {\n            will-change: transform;\n            contain: layout style paint;\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    <\/style>\n<\/head>\n<body>\n    <div class=\"modern-container fade-in\">\n        <div class=\"glass-overlay\"><\/div>\n        <div class=\"story-content\">\n            <div class=\"story-header\">\n                <div class=\"story-icon\">\ud83d\udcda<\/div>\n                <div class=\"story-label\">PSC Success Story<\/div>\n            <\/div>\n            <p class=\"story-paragraph\">\n                \u0d28\u0d2e\u0d4d\u0d2e\u0d33\u0d46\u0d2a\u0d4d\u0d2a\u0d4b\u0d32\u0d46 PSC \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d02 \u0d15\u0d3e\u0d23\u0d41\u0d28\u0d4d\u0d28 \u0d05\u0d7c\u0d1c\u0d41\u0d7b. \u0d15\u0d1f\u0d35\u0d41\u0d02, \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02, \u0d35\u0d40\u0d1f\u0d4d\u0d1f\u0d3f\u0d32\u0d46 \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02. &#8220;\u0d0e\u0d28\u0d4d\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d07\u0d24\u0d4d \u0d2a\u0d31\u0d4d\u0d31\u0d3f\u0d32\u0d4d\u0d32&#8221; \u0d0e\u0d28\u0d4d\u0d28\u0d4d \u0d09\u0d31\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a \u0d05\u0d35\u0d28\u0d4d\u0d31\u0d46 \u0d32\u0d48\u0d2b\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15 \u0d1f\u0d4d\u0d30\u0d46\u0d2f\u0d3f\u0d7b \u0d35\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \ud83d\ude82 \u0d15\u0d42\u0d1f\u0d46, \u0d05\u0d35\u0d28\u0d46 \u0d32\u0d46\u0d35\u0d7d \u0d05\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d7b \u0d12\u0d30\u0d41 \u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d31\u0d41\u0d02. \u0d07\u0d24\u0d4d \u0d05\u0d7c\u0d1c\u0d41\u0d28\u0d4d\u0d31\u0d46 \u0d15\u0d25\u0d2f\u0d32\u0d4d\u0d32; \u0d07\u0d24\u0d4d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25\u0d2f\u0d3e\u0d23\u0d4d. \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 &#8216;Struggle&#8217;-\u0d28\u0d4d\u0d31\u0d46, \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25. Vocabulary \u0d07\u0d28\u0d3f \u0d2a\u0d3e\u0d30\u0d2f\u0d32\u0d4d\u0d32 &#8211; \u0d15\u0d25\u0d2f\u0d3f\u0d32\u0d42\u0d1f\u0d46 Context \u0d35\u0d46\u0d1a\u0d4d\u0d1a\u0d4d \u0d2a\u0d20\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02. James Clear-\u0d28\u0d4d\u0d31\u0d46 &#8220;Atomic Habits&#8221;-\u0d09\u0d02 Stephen Covey-\u0d2f\u0d41\u0d1f\u0d46 &#8220;7 Habits&#8221;-\u0d09\u0d02 \u0d32\u0d48\u0d2b\u0d3f\u0d7d implement \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d02. Rank \u0d39\u0d4b\u0d7e\u0d21\u0d47\u0d34\u0d4d\u200c\u0d38\u0d3f\u0d28\u0d4d\u0d31\u0d46 Study Hacks \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e\u0d15\u0d4d\u0d15\u0d41\u0d02 \u0d38\u0d4d\u0d35\u0d28\u0d4d\u0d24\u0d2e\u0d3e\u0d15\u0d4d\u0d15\u0d3e\u0d02. \u2764\ufe0f\n            <\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\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=\"Return to PSC Chapters\">\n    <title>Return to Chapters Block<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&#038;family=Noto+Sans+Malayalam:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        .psc-return-block {\n            all: initial;\n            font-family: 'Inter', 'Noto Sans Malayalam', sans-serif;\n            display: block;\n            margin: 2rem 0;\n            padding: 0 1rem;\n            width: 100%;\n            box-sizing: border-box;\n        }\n        \n        .psc-return-block * {\n            box-sizing: border-box;\n        }\n        \n        .psc-return-container {\n            max-width: 100%;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 16px;\n            padding: 1.5rem;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 8px 25px rgba(102, 126, 234, 0.25);\n            transition: all 0.3s ease;\n            border: 2px solid rgba(255, 255, 255, 0.1);\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-container {\n                max-width: 500px;\n                margin: 0 auto;\n                border-radius: 20px;\n                padding: 2rem;\n            }\n        }\n        \n        .psc-return-container::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, transparent 50%, rgba(255,255,255,0.1) 100%);\n            animation: psc-shimmer 3s ease-in-out infinite;\n            pointer-events: none;\n        }\n        \n        @keyframes psc-shimmer {\n            0%, 100% { opacity: 0.3; }\n            50% { opacity: 0.7; }\n        }\n        \n        .psc-return-content {\n            position: relative;\n            z-index: 2;\n            text-align: center;\n        }\n        \n        .psc-return-icon {\n            width: 60px;\n            height: 60px;\n            background: rgba(255, 255, 255, 0.2);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.2rem;\n            font-size: 1.8rem;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-icon {\n                width: 50px;\n                height: 50px;\n                font-size: 1.5rem;\n                margin-bottom: 1rem;\n            }\n        }\n        \n        .psc-return-title {\n            font-family: 'Noto Sans Malayalam', 'Inter', sans-serif;\n            font-size: 1.3rem;\n            font-weight: 600;\n            color: white;\n            margin-bottom: 0.8rem;\n            line-height: 1.4;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-title {\n                font-size: 1.2rem;\n                margin-bottom: 0.5rem;\n            }\n        }\n        \n        .psc-return-subtitle {\n            font-size: 1rem;\n            color: rgba(255, 255, 255, 0.9);\n            margin-bottom: 1.5rem;\n            line-height: 1.5;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-subtitle {\n                font-size: 0.95rem;\n                margin-bottom: 1.2rem;\n            }\n        }\n        \n        .psc-return-link {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.8rem;\n            background: rgba(255, 255, 255, 0.95);\n            color: #667eea;\n            padding: 1.2rem 2.5rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255, 255, 255, 0.3);\n            width: 100%;\n            max-width: 280px;\n        }\n        \n        @media (min-width: 768px) {\n            .psc-return-link {\n                padding: 1rem 2rem;\n                font-size: 1rem;\n                width: auto;\n                max-width: none;\n            }\n        }\n        \n        .psc-return-link:hover {\n            background: white;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n            color: #5a67d8;\n        }\n        \n        .psc-return-arrow {\n            transition: transform 0.3s ease;\n            font-size: 1.2rem;\n        }\n        \n        .psc-return-link:hover .psc-return-arrow {\n            transform: translateX(3px);\n        }\n        \n        .psc-return-container:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.3);\n        }\n        \n        \/* Mobile touch improvements *\/\n        @media (hover: none) and (pointer: coarse) {\n            .psc-return-container:hover {\n                transform: none;\n            }\n            \n            .psc-return-container:active {\n                transform: scale(0.98);\n            }\n            \n            .psc-return-link:hover {\n                transform: none;\n                background: rgba(255, 255, 255, 0.95);\n            }\n            \n            .psc-return-link:active {\n                background: white;\n                transform: scale(0.96);\n            }\n        }\n        \n        \/* Accessibility improvements *\/\n        .psc-return-link:focus {\n            outline: 2px solid rgba(255, 255, 255, 0.8);\n            outline-offset: 2px;\n        }\n        \n        \/* Performance optimizations *\/\n        .psc-return-container {\n            will-change: transform;\n            contain: layout style paint;\n        }\n        \n        \/* Reduced motion support *\/\n        @media (prefers-reduced-motion: reduce) {\n            .psc-return-container,\n            .psc-return-link,\n            .psc-return-arrow {\n                transition-duration: 0.01ms !important;\n            }\n            \n            .psc-return-container::before {\n                animation: none !important;\n            }\n        }\n        \n        \/* High contrast mode support *\/\n        @media (prefers-contrast: high) {\n            .psc-return-container {\n                border: 3px solid white;\n            }\n            \n            .psc-return-link {\n                border: 2px solid #667eea;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"psc-return-block\">\n        <div class=\"psc-return-container\">\n            <div class=\"psc-return-content\">\n                <div class=\"psc-return-icon\">\ud83d\udcda<\/div>\n                <h3 class=\"psc-return-title\">\u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d1f\u0d3f\u0d35\u0d3f\u0d31\u0d4d\u0d31\u0d3f\u0d15\u0d33\u0d41\u0d02<\/h3>\n                <p class=\"psc-return-subtitle\">VocabMaster Pro \u0d38\u0d40\u0d30\u0d40\u0d38\u0d3f\u0d32\u0d46 \u0d0e\u0d32\u0d4d\u0d32\u0d3e \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d12\u0d30\u0d41\u0d2e\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d15\u0d3e\u0d23\u0d42<\/p>\n                <a href=\"https:\/\/windowedu.in\/blog\/?page_id=2504\" class=\"psc-return-link\">\n                    \u0d05\u0d27\u0d4d\u0d2f\u0d3e\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d1f\u0d3f\u0d35\u0d3f\u0d31\u0d4d\u0d31\u0d3f\u0d15\u0d33\u0d41\u0d02 \u0d06\u0d15\u0d4d\u0d38\u0d38\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d42 <span class=\"psc-return-arrow\">\u2192<\/span>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\t\t\t<div class = \"\n\t\t\twp-block-uagb-post-timeline uagb-timeline__outer-wrap uagb-block-1cee4f3c    uagb-timeline__arrow-center uagb-timeline__center-block uagb_timeline__cta-enable uagb-timeline uagb-timeline__content-wrap\t\t\tuagb-timeline__arrow-center uagb-timeline__center-block uagb_timeline__cta-enable uagb-timeline uagb-timeline__content-wrap\t\t\t\"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__right\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-right uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-16T00:25:35+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJuly 16, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class='uagb-timeline__image' href=\"https:\/\/windowedu.in\/blog\/?p=2443\" target=\"_self\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image.png 1024w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-300x300.png 300w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-150x150.png 150w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-768x768.png 768w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-600x600.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2443\" target=\"_self\" rel=\"noopener noreferrer\">Part 1.1: Chapter 1 &#8211; The Burden of Dreams (\u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d2d\u0d3e\u0d30\u0d02)<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>The monsoon rain hammered against their modest tile roof with relentless fury, each drop echoing&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2443\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-16T00:25:35+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJuly 16, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__left\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-left uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-16T10:15:54+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJuly 16, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class='uagb-timeline__image' href=\"https:\/\/windowedu.in\/blog\/?p=2450\" target=\"_self\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1.png 1024w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1-300x300.png 300w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1-150x150.png 150w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1-768x768.png 768w, https:\/\/windowedu.in\/blog\/wp-content\/uploads\/2025\/07\/image-1-600x600.png 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2450\" target=\"_self\" rel=\"noopener noreferrer\">\u2728 Part 1.2: Chapter 2 \u2013 The Bridge of  Dreams \u2728<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>\ud83c\udf09 \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d2a\u0d3e\u0d32\u0d02 \ud83c\udf09 \ud83c\udf0a Arjun&#8217;s consciousness plunges deeper than any ocean, past the place&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2450\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-16T10:15:54+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJuly 16, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__line\" >\n\t\t\t\t\t<div class = \"uagb-timeline__line__inner\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t","protected":false},"excerpt":{"rendered":"<p>PSC Story &#8211; Modern Design \ud83d\udcda PSC Success Story \u0d28\u0d2e\u0d4d\u0d2e\u0d33\u0d46\u0d2a\u0d4d\u0d2a\u0d4b\u0d32\u0d46 PSC \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d02 \u0d15\u0d3e\u0d23\u0d41\u0d28\u0d4d\u0d28 \u0d05\u0d7c\u0d1c\u0d41\u0d7b. \u0d15\u0d1f\u0d35\u0d41\u0d02, \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02, \u0d35\u0d40\u0d1f\u0d4d\u0d1f\u0d3f\u0d32\u0d46 \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02. &#8220;\u0d0e\u0d28\u0d4d\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d07\u0d24\u0d4d \u0d2a\u0d31\u0d4d\u0d31\u0d3f\u0d32\u0d4d\u0d32&#8221; \u0d0e\u0d28\u0d4d\u0d28\u0d4d \u0d09\u0d31\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a \u0d05\u0d35\u0d28\u0d4d\u0d31\u0d46 \u0d32\u0d48\u0d2b\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15 \u0d1f\u0d4d\u0d30\u0d46\u0d2f\u0d3f\u0d7b \u0d35\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \ud83d\ude82 \u0d15\u0d42\u0d1f\u0d46, \u0d05\u0d35\u0d28\u0d46 \u0d32\u0d46\u0d35\u0d7d \u0d05\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d7b \u0d12\u0d30\u0d41 \u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d31\u0d41\u0d02. \u0d07\u0d24\u0d4d \u0d05\u0d7c\u0d1c\u0d41\u0d28\u0d4d\u0d31\u0d46 \u0d15\u0d25\u0d2f\u0d32\u0d4d\u0d32; \u0d07\u0d24\u0d4d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25\u0d2f\u0d3e\u0d23\u0d4d. \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 &#8216;Struggle&#8217;-\u0d28\u0d4d\u0d31\u0d46, \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25. Vocabulary \u0d07\u0d28\u0d3f \u0d2a\u0d3e\u0d30\u0d2f\u0d32\u0d4d\u0d32 &#8211; \u0d15\u0d25\u0d2f\u0d3f\u0d32\u0d42\u0d1f\u0d46 Context \u0d35\u0d46\u0d1a\u0d4d\u0d1a\u0d4d [&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-2492","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 Story &#8211; Modern Design \ud83d\udcda PSC Success Story \u0d28\u0d2e\u0d4d\u0d2e\u0d33\u0d46\u0d2a\u0d4d\u0d2a\u0d4b\u0d32\u0d46 PSC \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d02 \u0d15\u0d3e\u0d23\u0d41\u0d28\u0d4d\u0d28 \u0d05\u0d7c\u0d1c\u0d41\u0d7b. \u0d15\u0d1f\u0d35\u0d41\u0d02, \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02, \u0d35\u0d40\u0d1f\u0d4d\u0d1f\u0d3f\u0d32\u0d46 \u0d2a\u0d4d\u0d30\u0d36\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d02. &#8220;\u0d0e\u0d28\u0d4d\u0d28\u0d46\u0d15\u0d4d\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d07\u0d24\u0d4d \u0d2a\u0d31\u0d4d\u0d31\u0d3f\u0d32\u0d4d\u0d32&#8221; \u0d0e\u0d28\u0d4d\u0d28\u0d4d \u0d09\u0d31\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a \u0d05\u0d35\u0d28\u0d4d\u0d31\u0d46 \u0d32\u0d48\u0d2b\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d \u0d12\u0d30\u0d41 \u0d2e\u0d3e\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15 \u0d1f\u0d4d\u0d30\u0d46\u0d2f\u0d3f\u0d7b \u0d35\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \ud83d\ude82 \u0d15\u0d42\u0d1f\u0d46, \u0d05\u0d35\u0d28\u0d46 \u0d32\u0d46\u0d35\u0d7d \u0d05\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d7b \u0d12\u0d30\u0d41 \u0d2e\u0d46\u0d28\u0d4d\u0d31\u0d31\u0d41\u0d02. \u0d07\u0d24\u0d4d \u0d05\u0d7c\u0d1c\u0d41\u0d28\u0d4d\u0d31\u0d46 \u0d15\u0d25\u0d2f\u0d32\u0d4d\u0d32; \u0d07\u0d24\u0d4d \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25\u0d2f\u0d3e\u0d23\u0d4d. \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 &#8216;Struggle&#8217;-\u0d28\u0d4d\u0d31\u0d46, \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d38\u0d4d\u0d35\u0d2a\u0d4d\u0d28\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d25. Vocabulary \u0d07\u0d28\u0d3f \u0d2a\u0d3e\u0d30\u0d2f\u0d32\u0d4d\u0d32 &#8211; \u0d15\u0d25\u0d2f\u0d3f\u0d32\u0d42\u0d1f\u0d46 Context \u0d35\u0d46\u0d1a\u0d4d\u0d1a\u0d4d&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2492","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=2492"}],"version-history":[{"count":5,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2492\/revisions"}],"predecessor-version":[{"id":2515,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2492\/revisions\/2515"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}