{"id":2226,"date":"2025-06-26T18:54:17","date_gmt":"2025-06-26T14:54:17","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?p=2226"},"modified":"2025-06-26T19:34:32","modified_gmt":"2025-06-26T15:34:32","slug":"circle-of-influence","status":"publish","type":"post","link":"https:\/\/windowedu.in\/blog\/?p=2226","title":{"rendered":"Circle of influence"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"ml\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>\u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .circle-article {\n            font-family: 'Segoe UI', 'Noto Sans Malayalam', Arial, sans-serif;\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 20px;\n            background: #ffffff;\n            border-radius: 16px;\n            box-shadow: 0 8px 32px rgba(0,0,0,0.1);\n            line-height: 1.6;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 40px;\n            padding: 30px 20px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 16px;\n            color: white;\n        }\n\n        .header h1 {\n            font-size: clamp(20px, 4vw, 28px);\n            font-weight: 700;\n            margin-bottom: 12px;\n            line-height: 1.3;\n        }\n\n        .subtitle {\n            font-size: clamp(14px, 3vw, 16px);\n            opacity: 0.9;\n            font-weight: 400;\n        }\n\n        .intro {\n            background: #f8fafc;\n            padding: 24px;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            border-left: 4px solid #3b82f6;\n        }\n\n        .intro p {\n            color: #374151;\n            margin-bottom: 12px;\n            font-size: 15px;\n        }\n\n        \/* Desktop: Both circles visible *\/\n        .circles-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 24px;\n            margin: 40px 0;\n        }\n\n        \/* Mobile: One circle at a time *\/\n        @media (max-width: 767px) {\n            .circles-container {\n                grid-template-columns: 1fr;\n                gap: 0;\n                position: relative;\n                min-height: 400px;\n            }\n        }\n\n        .circle-zone {\n            background: #ffffff;\n            border: 3px dashed #e5e7eb;\n            border-radius: 20px;\n            padding: 24px;\n            min-height: 300px;\n            text-align: center;\n            transition: all 0.5s ease;\n            position: relative;\n        }\n\n        \/* Mobile: Circle positioning *\/\n        @media (max-width: 767px) {\n            .circle-zone {\n                position: absolute;\n                top: 0;\n                left: 0;\n                right: 0;\n                min-height: 380px;\n                opacity: 0;\n                transform: translateX(100%);\n                pointer-events: none;\n            }\n\n            .circle-zone.active {\n                opacity: 1;\n                transform: translateX(0);\n                pointer-events: auto;\n            }\n\n            .circle-zone.previous {\n                opacity: 0;\n                transform: translateX(-100%);\n                pointer-events: none;\n            }\n        }\n\n        .circle-zone.concern {\n            border-color: #ef4444;\n            background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);\n        }\n\n        .circle-zone.influence {\n            border-color: #10b981;\n            background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);\n        }\n\n        .circle-zone.drag-over {\n            border-style: solid;\n            transform: scale(1.02);\n            box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n        }\n\n        @media (max-width: 767px) {\n            .circle-zone.active.drag-over {\n                transform: translateX(0) scale(1.02);\n            }\n        }\n\n        .circle-title {\n            font-size: clamp(18px, 4vw, 22px);\n            font-weight: 700;\n            margin-bottom: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n        }\n\n        .concern .circle-title {\n            color: #dc2626;\n        }\n\n        .influence .circle-title {\n            color: #059669;\n        }\n\n        .circle-description {\n            font-size: 14px;\n            color: #6b7280;\n            margin-bottom: 20px;\n            line-height: 1.5;\n        }\n\n        .items-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 16px;\n            margin: 40px 0;\n            padding: 24px;\n            background: #f9fafb;\n            border-radius: 12px;\n        }\n\n        @media (max-width: 767px) {\n            .items-container {\n                grid-template-columns: 1fr;\n                gap: 12px;\n                margin: 32px 0;\n                padding: 20px;\n            }\n        }\n\n        .draggable-item {\n            background: #ffffff;\n            border: 2px solid #e5e7eb;\n            border-radius: 12px;\n            padding: 16px;\n            cursor: move;\n            transition: all 0.3s ease;\n            font-size: 14px;\n            color: #374151;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            user-select: none;\n            touch-action: manipulation;\n            position: relative;\n        }\n\n        @media (max-width: 767px) {\n            .draggable-item {\n                padding: 18px;\n                font-size: 15px;\n                min-height: 60px;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                text-align: center;\n                touch-action: manipulation;\n            }\n        }\n\n        .draggable-item:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 16px rgba(0,0,0,0.12);\n            border-color: #3b82f6;\n        }\n\n        .draggable-item.dragging {\n            opacity: 0.8;\n            transform: rotate(2deg) scale(1.05);\n            z-index: 1000;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.25);\n        }\n\n        .draggable-item.correct {\n            background: #f0fdf4;\n            border-color: #10b981;\n            color: #059669;\n            animation: correctPulse 0.6s ease;\n        }\n\n        .draggable-item.wrong {\n            background: #fef2f2;\n            border-color: #ef4444;\n            color: #dc2626;\n            animation: shake 0.5s ease-in-out;\n        }\n\n        @keyframes shake {\n            0%, 100% { transform: translateX(0); }\n            25% { transform: translateX(-8px); }\n            75% { transform: translateX(8px); }\n        }\n\n        @keyframes correctPulse {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n\n        .dropped-items {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 8px;\n            margin-top: 16px;\n            min-height: 120px;\n            padding: 12px;\n            border-radius: 8px;\n            background: rgba(255,255,255,0.5);\n        }\n\n        @media (max-width: 767px) {\n            .dropped-items {\n                min-height: 140px;\n                padding: 16px;\n            }\n        }\n\n        .dropped-items .draggable-item {\n            font-size: 13px;\n            padding: 8px 12px;\n            cursor: default;\n        }\n\n        .instructions {\n            background: #eff6ff;\n            border: 1px solid #bfdbfe;\n            border-radius: 12px;\n            padding: 20px;\n            margin-bottom: 24px;\n            text-align: center;\n        }\n\n        .instructions h3 {\n            color: #1e40af;\n            font-size: 18px;\n            margin-bottom: 8px;\n        }\n\n        .instructions p {\n            color: #3730a3;\n            font-size: 14px;\n        }\n\n        .mobile-hint {\n            display: none;\n            background: #fefce8;\n            border: 1px solid #facc15;\n            border-radius: 8px;\n            padding: 12px;\n            margin-top: 12px;\n            font-size: 13px;\n            color: #92400e;\n        }\n\n        @media (max-width: 767px) {\n            .mobile-hint {\n                display: block;\n            }\n        }\n\n        \/* Circle navigation for mobile *\/\n        .circle-nav {\n            display: none;\n            justify-content: center;\n            gap: 16px;\n            margin: 20px 0;\n        }\n\n        @media (max-width: 767px) {\n            .circle-nav {\n                display: flex;\n            }\n        }\n\n        .circle-nav-button {\n            padding: 10px 20px;\n            background: #f3f4f6;\n            border: 2px solid #e5e7eb;\n            border-radius: 25px;\n            font-size: 14px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            color: #6b7280;\n        }\n\n        .circle-nav-button.active {\n            background: #3b82f6;\n            border-color: #3b82f6;\n            color: white;\n        }\n\n        .circle-nav-button:hover {\n            transform: translateY(-1px);\n        }\n\n        .feedback {\n            margin-top: 24px;\n            padding: 20px;\n            border-radius: 12px;\n            text-align: center;\n            opacity: 0;\n            transform: translateY(20px);\n            transition: all 0.5s ease;\n        }\n\n        .feedback.show {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        .feedback.success {\n            background: #f0fdf4;\n            border: 1px solid #bbf7d0;\n            color: #059669;\n        }\n\n        .feedback.partial {\n            background: #fffbeb;\n            border: 1px solid #fed7aa;\n            color: #d97706;\n        }\n\n        .reset-button {\n            display: block;\n            margin: 24px auto;\n            padding: 12px 24px;\n            background: #3b82f6;\n            color: white;\n            border: none;\n            border-radius: 8px;\n            font-size: 14px;\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n        }\n\n        .reset-button:hover {\n            background: #2563eb;\n            transform: translateY(-1px);\n        }\n\n        .score-display {\n            text-align: center;\n            margin: 20px 0;\n            font-size: 18px;\n            font-weight: 600;\n            color: #374151;\n            padding: 12px;\n            background: #f8fafc;\n            border-radius: 8px;\n            border: 2px solid #e5e7eb;\n        }\n\n        .tip-box {\n            background: #fefce8;\n            border: 1px solid #facc15;\n            border-radius: 12px;\n            padding: 20px;\n            margin-top: 24px;\n        }\n\n        .tip-box h4 {\n            color: #a16207;\n            margin-bottom: 12px;\n            font-size: 16px;\n        }\n\n        .tip-box p {\n            color: #92400e;\n            font-size: 14px;\n        }\n\n        .progress-bar {\n            width: 100%;\n            height: 8px;\n            background: #e5e7eb;\n            border-radius: 4px;\n            margin: 16px 0;\n            overflow: hidden;\n        }\n\n        .progress-fill {\n            height: 100%;\n            background: linear-gradient(90deg, #3b82f6, #10b981);\n            width: 0%;\n            transition: width 0.5s ease;\n            border-radius: 4px;\n        }\n\n        \/* Touch optimizations *\/\n        @media (hover: none) {\n            .draggable-item:hover {\n                transform: none;\n                box-shadow: 0 2px 8px rgba(0,0,0,0.08);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"circle-article\">\n        <div class=\"header\">\n            <h1>\ud83c\udfaf \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02<\/h1>\n            <p class=\"subtitle\">PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 Smart Interactive Guide<\/p>\n        <\/div>\n\n        <div class=\"intro\">\n            <p><strong>\ud83d\udd25 \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02:<\/strong> \u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d40\u0d2b\u0d7b \u0d15\u0d4b\u0d35\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27 \u0d24\u0d24\u0d4d\u0d35\u0d02 \u0d05\u0d28\u0d41\u0d38\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d, PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d7e \u0d24\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27 \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d15\u0d47\u0d28\u0d4d\u0d26\u0d4d\u0d30\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41.<\/p>\n            <p><strong>\ud83d\udca1 \u0d32\u0d33\u0d3f\u0d24\u0d2e\u0d3e\u0d2f\u0d3f \u0d2a\u0d31\u0d1e\u0d4d\u0d1e\u0d3e\u0d7d:<\/strong> \u0d28\u0d3f\u0d2f\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d7b \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15, \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d7b \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02 \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d05\u0d32\u0d4d\u0d32!<\/p>\n        <\/div>\n\n        <div class=\"instructions\">\n            <h3>\ud83c\udfae \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d15\u0d33\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02?<\/h3>\n            <p>\u0d24\u0d3e\u0d34\u0d46\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d15\u0d3e\u0d7c\u0d21\u0d41\u0d15\u0d7e \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d35\u0d43\u0d24\u0d4d\u0d24\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d drag \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \u0d24\u0d46\u0d31\u0d4d\u0d31\u0d3e\u0d2f\u0d3e\u0d7d \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02!<\/p>\n            <div class=\"mobile-hint\">\n                \ud83d\udcf1 \u0d2e\u0d4a\u0d2c\u0d48\u0d32\u0d3f\u0d7d: \u0d15\u0d3e\u0d7c\u0d21\u0d4d \u0d1f\u0d3e\u0d2a\u0d4d\u0d2a\u0d4d \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d4d hold \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d41\u0d15\u0d4a\u0d23\u0d4d\u0d1f\u0d4d \u0d35\u0d43\u0d24\u0d4d\u0d24\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d drag \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \n                <strong>\u0d12\u0d30\u0d41 \u0d35\u0d43\u0d24\u0d4d\u0d24\u0d02 \u0d2a\u0d42\u0d7c\u0d24\u0d4d\u0d24\u0d3f\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d3f\u0d2f\u0d3e\u0d7d \u0d05\u0d1f\u0d41\u0d24\u0d4d\u0d24\u0d24\u0d4d \u0d24\u0d41\u0d31\u0d15\u0d4d\u0d15\u0d41\u0d02! \ud83d\udd04<\/strong>\n            <\/div>\n        <\/div>\n\n        <div class=\"score-display\" id=\"scoreDisplay\">\n            Score: 0\/12\n            <div class=\"progress-bar\">\n                <div class=\"progress-fill\" id=\"progressFill\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"items-container\" id=\"itemsContainer\">\n            <div class=\"draggable-item\" data-category=\"influence\">\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d2a\u0d20\u0d28 \u0d2e\u0d23\u0d3f\u0d15\u0d4d\u0d15\u0d42\u0d31\u0d41\u0d15\u0d7e<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">\u0d2e\u0d31\u0d4d\u0d31\u0d41\u0d33\u0d4d\u0d33\u0d35\u0d30\u0d41\u0d1f\u0d46 \u0d2e\u0d3e\u0d7c\u0d15\u0d4d\u0d15\u0d41\u0d15\u0d7e<\/div>\n            <div class=\"draggable-item\" data-category=\"influence\">\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d2a\u0d20\u0d28 \u0d30\u0d40\u0d24\u0d3f<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">PSC \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d3e\u0d20\u0d3f\u0d28\u0d4d\u0d2f\u0d02<\/div>\n            <div class=\"draggable-item\" data-category=\"influence\">Memory Problem<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">Vacancy \u0d0e\u0d23\u0d4d\u0d23\u0d02<\/div>\n            <div class=\"draggable-item\" data-category=\"influence\">Procrastination<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">\u0d38\u0d41\u0d39\u0d43\u0d24\u0d4d\u0d24\u0d41\u0d15\u0d4d\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d15\u0d33\u0d3f\u0d2f\u0d3e\u0d15\u0d4d\u0d15\u0d7d<\/div>\n            <div class=\"draggable-item\" data-category=\"influence\">\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d38\u0d2e\u0d2f\u0d15\u0d4d\u0d30\u0d2e\u0d40\u0d15\u0d30\u0d23\u0d02<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">\u0d2e\u0d24\u0d4d\u0d38\u0d30\u0d3e\u0d7c\u0d24\u0d4d\u0d25\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d0e\u0d23\u0d4d\u0d23\u0d02<\/div>\n            <div class=\"draggable-item\" data-category=\"influence\">\u0d0e\u0d28\u0d4d\u0d31\u0d46 \u0d06\u0d30\u0d4b\u0d17\u0d4d\u0d2f\u0d02<\/div>\n            <div class=\"draggable-item\" data-category=\"concern\">PSC \u0d2a\u0d20\u0d28\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d35\u0d40\u0d1f\u0d4d\u0d1f\u0d3f\u0d7d \u0d24\u0d1f\u0d38\u0d4d\u0d38\u0d02<\/div>\n        <\/div>\n\n        <!-- Circle Navigation for Mobile -->\n        <div class=\"circle-nav\" id=\"circleNav\">\n            <button class=\"circle-nav-button active\" onclick=\"showCircle('concern')\">\n                \ud83d\udd34 \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02\n            <\/button>\n            <button class=\"circle-nav-button\" onclick=\"showCircle('influence')\">\n                \ud83d\udfe2 \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02\n            <\/button>\n        <\/div>\n\n        <div class=\"circles-container\" id=\"circlesContainer\">\n            <div class=\"circle-zone concern active\" data-zone=\"concern\" id=\"concernZone\">\n                <div class=\"circle-title\">\n                    \ud83d\udd34 \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02\n                <\/div>\n                <div class=\"circle-description\">\n                    \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d02, \u0d2a\u0d15\u0d4d\u0d37\u0d47 \u0d28\u0d3f\u0d2f\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d7b \u0d15\u0d34\u0d3f\u0d2f\u0d3f\u0d32\u0d4d\u0d32\n                <\/div>\n                <div class=\"dropped-items\" id=\"concernItems\"><\/div>\n            <\/div>\n\n            <div class=\"circle-zone influence\" data-zone=\"influence\" id=\"influenceZone\">\n                <div class=\"circle-title\">\n                    \ud83d\udfe2 \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02\n                <\/div>\n                <div class=\"circle-description\">\n                    \u0d28\u0d3f\u0d2f\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d41\u0d02 \u0d2e\u0d3e\u0d31\u0d4d\u0d31\u0d3e\u0d28\u0d41\u0d02 \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d35\n                <\/div>\n                <div class=\"dropped-items\" id=\"influenceItems\"><\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"feedback\" id=\"feedback\"><\/div>\n\n        <button class=\"reset-button\" onclick=\"resetGame()\">\ud83d\udd04 \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15<\/button>\n\n        <div class=\"tip-box\">\n            <h4>\ud83d\udca1 \u0d35\u0d3f\u0d1c\u0d2f \u0d38\u0d42\u0d24\u0d4d\u0d30\u0d02<\/h4>\n            <p><strong>\u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d0a\u0d7c\u0d1c\u0d4d\u0d1c\u0d02 \u0d1a\u0d46\u0d32\u0d35\u0d34\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15!<\/strong> \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d24\u0d4d\u0d24\u0d46\u0d15\u0d4d\u0d15\u0d41\u0d31\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d \u0d1a\u0d3f\u0d28\u0d4d\u0d24\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28 \u0d38\u0d2e\u0d2f\u0d02 \u0d2a\u0d20\u0d28\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41 \u0d09\u0d2a\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15. \u0d07\u0d24\u0d3e\u0d23\u0d4d PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02! \ud83c\udfc6<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        let score = 0;\n        let totalItems = 12;\n        let draggedElement = null;\n        let currentActiveCircle = 'concern';\n        let isMobile = window.innerWidth <= 767;\n\n        \/\/ Check if mobile on resize\n        window.addEventListener('resize', function() {\n            const wasMobile = isMobile;\n            isMobile = window.innerWidth <= 767;\n            \n            if (wasMobile !== isMobile) {\n                \/\/ Reset circles to show both on desktop\n                if (!isMobile) {\n                    document.querySelectorAll('.circle-zone').forEach(zone => {\n                        zone.classList.remove('active', 'previous');\n                    });\n                } else {\n                    \/\/ Set up mobile view\n                    showCircle(currentActiveCircle);\n                }\n            }\n        });\n\n        function showCircle(circleType) {\n            if (!isMobile) return;\n            \n            const concernZone = document.getElementById('concernZone');\n            const influenceZone = document.getElementById('influenceZone');\n            const navButtons = document.querySelectorAll('.circle-nav-button');\n            \n            \/\/ Update nav buttons\n            navButtons.forEach(btn => btn.classList.remove('active'));\n            event.target.classList.add('active');\n            \n            \/\/ Update circles\n            if (circleType === 'concern') {\n                concernZone.classList.add('active');\n                concernZone.classList.remove('previous');\n                influenceZone.classList.remove('active');\n                influenceZone.classList.add('previous');\n            } else {\n                influenceZone.classList.add('active');\n                influenceZone.classList.remove('previous');\n                concernZone.classList.remove('active');\n                concernZone.classList.add('previous');\n            }\n            \n            currentActiveCircle = circleType;\n        }\n\n        \/\/ Auto-switch circles on mobile when items are dropped\n        function autoSwitchCircle() {\n            if (!isMobile) return;\n            \n            const concernItems = document.getElementById('concernItems').children.length;\n            const influenceItems = document.getElementById('influenceItems').children.length;\n            \n            \/\/ Smart switching logic\n            if (currentActiveCircle === 'concern' && concernItems >= 3) {\n                \/\/ Switch to influence circle after 3 items in concern\n                setTimeout(() => {\n                    const influenceButton = document.querySelector('.circle-nav-button:last-child');\n                    influenceButton.click();\n                }, 500);\n            } else if (currentActiveCircle === 'influence' && influenceItems >= 3) {\n                \/\/ Switch back to concern if needed\n                const remainingConcernItems = document.querySelectorAll('[data-category=\"concern\"]:not(.correct)').length;\n                if (remainingConcernItems > 0) {\n                    setTimeout(() => {\n                        const concernButton = document.querySelector('.circle-nav-button:first-child');\n                        concernButton.click();\n                    }, 500);\n                }\n            }\n        }\n\n        \/\/ Initialize drag and drop\n        function initializeDragDrop() {\n            const items = document.querySelectorAll('.draggable-item');\n            const zones = document.querySelectorAll('.circle-zone');\n\n            items.forEach(item => {\n                \/\/ Mouse events\n                item.addEventListener('dragstart', handleDragStart);\n                item.addEventListener('dragend', handleDragEnd);\n                item.setAttribute('draggable', 'true');\n\n                \/\/ Touch events for mobile\n                item.addEventListener('touchstart', handleTouchStart, { passive: true });\n                item.addEventListener('touchmove', handleTouchMove, { passive: false });\n                item.addEventListener('touchend', handleTouchEnd, { passive: true });\n            });\n\n            zones.forEach(zone => {\n                zone.addEventListener('dragover', handleDragOver);\n                zone.addEventListener('drop', handleDrop);\n                zone.addEventListener('dragenter', handleDragEnter);\n                zone.addEventListener('dragleave', handleDragLeave);\n            });\n\n            updateScore();\n            \n            \/\/ Initialize mobile view\n            if (isMobile) {\n                showCircle('concern');\n            }\n        }\n\n        function handleDragStart(e) {\n            draggedElement = e.target;\n            e.target.classList.add('dragging');\n            e.dataTransfer.effectAllowed = 'move';\n        }\n\n        function handleDragEnd(e) {\n            e.target.classList.remove('dragging');\n        }\n\n        function handleDragOver(e) {\n            e.preventDefault();\n            e.dataTransfer.dropEffect = 'move';\n        }\n\n        function handleDragEnter(e) {\n            e.preventDefault();\n            const zone = e.target.closest('.circle-zone');\n            if (zone && (!isMobile || zone.classList.contains('active'))) {\n                zone.classList.add('drag-over');\n            }\n        }\n\n        function handleDragLeave(e) {\n            const zone = e.target.closest('.circle-zone');\n            if (zone) {\n                zone.classList.remove('drag-over');\n            }\n        }\n\n        function handleDrop(e) {\n            e.preventDefault();\n            const zone = e.target.closest('.circle-zone');\n            if (zone) {\n                zone.classList.remove('drag-over');\n                \n                \/\/ Only allow drop on active circle in mobile\n                if (!isMobile || zone.classList.contains('active')) {\n                    if (draggedElement) {\n                        dropItem(draggedElement, zone);\n                    }\n                }\n            }\n        }\n\n        \/\/ Simplified touch events for mobile\n        let touchStartPos = { x: 0, y: 0 };\n        let isDragging = false;\n        let touchStartTime = 0;\n\n        function handleTouchStart(e) {\n            draggedElement = e.target;\n            const touch = e.touches[0];\n            touchStartPos.x = touch.clientX;\n            touchStartPos.y = touch.clientY;\n            touchStartTime = Date.now();\n            isDragging = false;\n            \n            \/\/ Light feedback\n            e.target.style.transform = 'scale(1.02)';\n        }\n\n        function handleTouchMove(e) {\n            if (!draggedElement) return;\n            \n            const touch = e.touches[0];\n            const deltaX = touch.clientX - touchStartPos.x;\n            const deltaY = touch.clientY - touchStartPos.y;\n            const distance = Math.sqrt(deltaX * deltaX + deltaY * deltaY);\n            \n            \/\/ Start dragging after moving 15px\n            if (distance > 15 && !isDragging) {\n                isDragging = true;\n                e.preventDefault();\n                \n                draggedElement.style.position = 'fixed';\n                draggedElement.style.zIndex = '1000';\n                draggedElement.style.pointerEvents = 'none';\n                draggedElement.style.opacity = '0.8';\n                draggedElement.style.transform = 'scale(1.05) rotate(5deg)';\n            }\n            \n            if (isDragging) {\n                e.preventDefault();\n                const rect = draggedElement.getBoundingClientRect();\n                draggedElement.style.left = (touch.clientX - rect.width \/ 2) + 'px';\n                draggedElement.style.top = (touch.clientY - rect.height \/ 2) + 'px';\n            }\n        }\n\n        function handleTouchEnd(e) {\n            if (!draggedElement) return;\n            \n            const touchDuration = Date.now() - touchStartTime;\n            let zone = null;\n            \n            if (isDragging && touchDuration > 200) {\n                const touch = e.changedTouches[0];\n                \n                \/\/ Find drop zone\n                draggedElement.style.pointerEvents = 'none';\n                const elementBelow = document.elementFromPoint(touch.clientX, touch.clientY);\n                zone = elementBelow ? elementBelow.closest('.circle-zone') : null;\n                \n                \/\/ Only allow drop on active circle in mobile\n                if (zone && (!isMobile || zone.classList.contains('active'))) {\n                    dropItem(draggedElement, zone);\n                }\n            }\n            \n            \/\/ Reset styles\n            draggedElement.style.position = '';\n            draggedElement.style.left = '';\n            draggedElement.style.top = '';\n            draggedElement.style.zIndex = '';\n            draggedElement.style.pointerEvents = '';\n            draggedElement.style.opacity = '';\n            draggedElement.style.transform = '';\n            \n            draggedElement = null;\n            isDragging = false;\n        }\n\n        function dropItem(item, zone) {\n            const itemCategory = item.dataset.category;\n            const zoneType = zone.dataset.zone;\n            const droppedItems = zone.querySelector('.dropped-items');\n            \n            \/\/ Check if correct\n            if (itemCategory === zoneType) {\n                item.classList.add('correct');\n                item.classList.remove('wrong');\n                droppedItems.appendChild(item);\n                score++;\n                \n                \/\/ Success feedback\n                item.style.transform = 'scale(1.1)';\n                setTimeout(() => {\n                    item.style.transform = '';\n                }, 300);\n                \n                \/\/ Auto-switch on mobile\n                autoSwitchCircle();\n            } else {\n                item.classList.add('wrong');\n                item.classList.remove('correct');\n                \n                \/\/ Return to items container\n                setTimeout(() => {\n                    document.getElementById('itemsContainer').appendChild(item);\n                    item.classList.remove('wrong');\n                }, 800);\n            }\n            \n            updateScore();\n            checkCompletion();\n        }\n\n        function updateScore() {\n            const scoreDisplay = document.getElementById('scoreDisplay');\n            const percentage = (score \/ totalItems) * 100;\n            \n            scoreDisplay.innerHTML = `\n                Score: ${score}\/${totalItems}\n                <div class=\"progress-bar\">\n                    <div class=\"progress-fill\" style=\"width: ${percentage}%\"><\/div>\n                <\/div>\n            `;\n            \n            \/\/ Color code the score\n            if (score === totalItems) {\n                scoreDisplay.style.color = '#059669';\n                scoreDisplay.style.borderColor = '#10b981';\n            } else if (score > totalItems \/ 2) {\n                scoreDisplay.style.color = '#d97706';\n                scoreDisplay.style.borderColor = '#f59e0b';\n            } else {\n                scoreDisplay.style.color = '#374151';\n                scoreDisplay.style.borderColor = '#e5e7eb';\n            }\n        }\n\n        function checkCompletion() {\n            const feedback = document.getElementById('feedback');\n            \n            if (score === totalItems) {\n                feedback.className = 'feedback success show';\n                feedback.innerHTML = `\n                    <h3>\ud83c\udf89 \u0d05\u0d2d\u0d3f\u0d28\u0d28\u0d4d\u0d26\u0d28\u0d19\u0d4d\u0d19\u0d7e!<\/h3>\n                    <p>\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d35\u0d41\u0d02 \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d35\u0d41\u0d02 \u0d2a\u0d42\u0d7c\u0d23\u0d2e\u0d3e\u0d2f\u0d3f \u0d2e\u0d28\u0d38\u0d4d\u0d38\u0d3f\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d3f! \n                    ${isMobile ? '<strong>One-at-a-time approach<\/strong> \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d46 \u0d38\u0d39\u0d3e\u0d2f\u0d3f\u0d1a\u0d4d\u0d1a\u0d41. ' : ''}\n                    \u0d07\u0d2a\u0d4d\u0d2a\u0d4b\u0d7e PSC \u0d24\u0d2f\u0d4d\u0d2f\u0d3e\u0d31\u0d46\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d3f\u0d7d \u0d07\u0d24\u0d4d \u0d2a\u0d4d\u0d30\u0d2f\u0d4b\u0d17\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d28\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d2e\u0d2f\u0d2e\u0d3e\u0d23\u0d4d! \ud83d\udcaa<\/p>\n                `;\n            } else if (score > totalItems \/ 2) {\n                feedback.className = 'feedback partial show';\n                feedback.innerHTML = `\n                    <h3>\ud83d\udc4d \u0d28\u0d32\u0d4d\u0d32 \u0d2a\u0d41\u0d30\u0d4b\u0d17\u0d24\u0d3f!<\/h3>\n                    <p>\u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d7e \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d2a\u0d3e\u0d24\u0d2f\u0d3f\u0d32\u0d3e\u0d23\u0d4d! ${isMobile ? '\u0d35\u0d43\u0d24\u0d4d\u0d24\u0d19\u0d4d\u0d19\u0d7e \u0d24\u0d2e\u0d4d\u0d2e\u0d3f\u0d7d switch \u0d1a\u0d46\u0d2f\u0d4d\u0d24\u0d4d ' : ''}\u0d24\u0d46\u0d31\u0d4d\u0d31\u0d3e\u0d2f \u0d09\u0d24\u0d4d\u0d24\u0d30\u0d19\u0d4d\u0d19\u0d7e \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15.<\/p>\n                `;\n            }\n        }\n\n        function resetGame() {\n            score = 0;\n            const items = document.querySelectorAll('.draggable-item');\n            const itemsContainer = document.getElementById('itemsContainer');\n            const feedback = document.getElementById('feedback');\n            \n            \/\/ Reset all items\n            items.forEach(item => {\n                item.classList.remove('correct', 'wrong');\n                itemsContainer.appendChild(item);\n            });\n            \n            \/\/ Hide feedback\n            feedback.classList.remove('show');\n            \n            \/\/ Reset to first circle on mobile\n            if (isMobile) {\n                currentActiveCircle = 'concern';\n                showCircle('concern');\n            }\n            \n            updateScore();\n        }\n\n        \/\/ Initialize when DOM is loaded\n        document.addEventListener('DOMContentLoaded', initializeDragDrop);\n\n        \/\/ Prevent default drag behavior on other elements\n        document.addEventListener('dragstart', function(e) {\n            if (!e.target.classList.contains('draggable-item')) {\n                e.preventDefault();\n            }\n        });\n\n        \/\/ Handle orientation change\n        window.addEventListener('orientationchange', function() {\n            setTimeout(() => {\n                isMobile = window.innerWidth <= 767;\n                if (isMobile) {\n                    showCircle(currentActiveCircle);\n                }\n            }, 100);\n        });\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-windowedu-blog wp-block-embed-windowedu-blog\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"oceanwp-oembed-wrap clr\"><blockquote class=\"wp-embedded-content\" data-secret=\"i1tG6shlLG\"><a href=\"https:\/\/windowedu.in\/blog\/?p=2217\">\ud83d\udea8 PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d7e \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02 \u0d05\u0d31\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02: \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 | 90% \u0d35\u0d3f\u0d26\u0d4d\u0d2f\u0d3e\u0d7c\u0d24\u0d4d\u0d25\u0d3f\u0d15\u0d7e \u0d07\u0d24\u0d4d \u0d05\u0d31\u0d3f\u0d2f\u0d3e\u0d24\u0d46 \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41!<\/a><\/blockquote><iframe loading=\"lazy\" class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; visibility: hidden;\" title=\"&#8220;\ud83d\udea8 PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d7e \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02 \u0d05\u0d31\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02: \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 | 90% \u0d35\u0d3f\u0d26\u0d4d\u0d2f\u0d3e\u0d7c\u0d24\u0d4d\u0d25\u0d3f\u0d15\u0d7e \u0d07\u0d24\u0d4d \u0d05\u0d31\u0d3f\u0d2f\u0d3e\u0d24\u0d46 \u0d2a\u0d30\u0d3e\u0d1c\u0d2f\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d41\u0d28\u0d4d\u0d28\u0d41!&#8221; &#8212; windowedu blog\" src=\"https:\/\/windowedu.in\/blog\/?p=2217&#038;embed=true#?secret=wpa3BUiRmp#?secret=i1tG6shlLG\" data-secret=\"i1tG6shlLG\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/div>\n<\/div><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 \ud83c\udfaf \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 Smart Interactive Guide \ud83d\udd25 \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02: \u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d40\u0d2b\u0d7b \u0d15\u0d4b\u0d35\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27 \u0d24\u0d24\u0d4d\u0d35\u0d02 \u0d05\u0d28\u0d41\u0d38\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d, PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d7e \u0d24\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27 \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d15\u0d47\u0d28\u0d4d\u0d26\u0d4d\u0d30\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \ud83d\udca1 \u0d32\u0d33\u0d3f\u0d24\u0d2e\u0d3e\u0d2f\u0d3f \u0d2a\u0d31\u0d1e\u0d4d\u0d1e\u0d3e\u0d7d: \u0d28\u0d3f\u0d2f\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d7b \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15, \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d7b \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02 \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d05\u0d32\u0d4d\u0d32! \ud83c\udfae \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d15\u0d33\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02? \u0d24\u0d3e\u0d34\u0d46\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d15\u0d3e\u0d7c\u0d21\u0d41\u0d15\u0d7e \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d35\u0d43\u0d24\u0d4d\u0d24\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d drag \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \u0d24\u0d46\u0d31\u0d4d\u0d31\u0d3e\u0d2f\u0d3e\u0d7d \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02! [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","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":"","ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"on","ocean_gallery_id":[],"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2226","post","type-post","status-publish","format-standard","hentry","category-uncategorized","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":4,"uagb_excerpt":"\u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 \ud83c\udfaf \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 vs \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d02 PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d24\u0d4d\u0d24\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 Smart Interactive Guide \ud83d\udd25 \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d33\u0d41\u0d1f\u0d46 \u0d30\u0d39\u0d38\u0d4d\u0d2f\u0d02: \u0d38\u0d4d\u0d31\u0d4d\u0d31\u0d40\u0d2b\u0d7b \u0d15\u0d4b\u0d35\u0d3f\u0d2f\u0d41\u0d1f\u0d46 \u0d2a\u0d4d\u0d30\u0d38\u0d3f\u0d26\u0d4d\u0d27 \u0d24\u0d24\u0d4d\u0d35\u0d02 \u0d05\u0d28\u0d41\u0d38\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d, PSC \u0d35\u0d3f\u0d1c\u0d2f\u0d3f\u0d15\u0d7e \u0d24\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27 \u0d38\u0d4d\u0d35\u0d3e\u0d27\u0d40\u0d28\u0d3e \u0d2e\u0d23\u0d4d\u0d21\u0d32\u0d24\u0d4d\u0d24\u0d3f\u0d7d \u0d15\u0d47\u0d28\u0d4d\u0d26\u0d4d\u0d30\u0d40\u0d15\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d41. \ud83d\udca1 \u0d32\u0d33\u0d3f\u0d24\u0d2e\u0d3e\u0d2f\u0d3f \u0d2a\u0d31\u0d1e\u0d4d\u0d1e\u0d3e\u0d7d: \u0d28\u0d3f\u0d2f\u0d28\u0d4d\u0d24\u0d4d\u0d30\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d7b \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d36\u0d4d\u0d30\u0d26\u0d4d\u0d27\u0d3f\u0d15\u0d4d\u0d15\u0d41\u0d15, \u0d06\u0d36\u0d19\u0d4d\u0d15\u0d2a\u0d4d\u0d2a\u0d46\u0d1f\u0d3e\u0d7b \u0d2e\u0d3e\u0d24\u0d4d\u0d30\u0d02 \u0d15\u0d34\u0d3f\u0d2f\u0d41\u0d28\u0d4d\u0d28 \u0d15\u0d3e\u0d30\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d7d \u0d05\u0d32\u0d4d\u0d32! \ud83c\udfae \u0d0e\u0d19\u0d4d\u0d19\u0d28\u0d46 \u0d15\u0d33\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02? \u0d24\u0d3e\u0d34\u0d46\u0d2f\u0d41\u0d33\u0d4d\u0d33 \u0d15\u0d3e\u0d7c\u0d21\u0d41\u0d15\u0d7e \u0d36\u0d30\u0d3f\u0d2f\u0d3e\u0d2f \u0d35\u0d43\u0d24\u0d4d\u0d24\u0d24\u0d4d\u0d24\u0d3f\u0d32\u0d47\u0d15\u0d4d\u0d15\u0d4d drag \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d15. \u0d24\u0d46\u0d31\u0d4d\u0d31\u0d3e\u0d2f\u0d3e\u0d7d \u0d35\u0d40\u0d23\u0d4d\u0d1f\u0d41\u0d02 \u0d36\u0d4d\u0d30\u0d2e\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d02!&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"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=2226"}],"version-history":[{"count":5,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2226\/revisions"}],"predecessor-version":[{"id":2231,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/posts\/2226\/revisions\/2231"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}