{"id":3168,"date":"2025-03-19T10:59:26","date_gmt":"2025-03-19T05:29:26","guid":{"rendered":"https:\/\/tbspanthers.british-school.org\/?page_id=3168"},"modified":"2025-04-11T11:18:06","modified_gmt":"2025-04-11T05:48:06","slug":"isaci-cricket-2025","status":"publish","type":"page","link":"https:\/\/tbspanthers.british-school.org\/index.php\/isaci-cricket-2025\/","title":{"rendered":"International School Activities Conference, India"},"content":{"rendered":"\n<style>\n    .header-container {\n        width: 100%;\n        max-width: 1100px;\n        margin: auto;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        text-align: center;\n        padding: 20px;\n        background: #004080; \/* Dark blue background *\/\n        color: white;\n        border-radius: 10px;\n    }\n    .header-left {\n        display: flex;\n        align-items: center;\n    }\n    .header-logo {\n        width: 100px;\n        height: auto;\n        margin-right: 15px;\n    }\n    .header-title {\n        font-size: 32px;\n        font-weight: bold;\n        text-transform: uppercase;\n        margin: 0;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n    .countdown {\n        font-size: 20px;\n        font-weight: bold;\n        background: #ffcc00;\n        color: #000;\n        padding: 8px 15px;\n        border-radius: 5px;\n    }\n    .hidden {\n        display: none;\n    }\n    @media (max-width: 768px) {\n        .header-container {\n            flex-direction: column;\n            text-align: center;\n        }\n        .header-left {\n            flex-direction: column;\n        }\n        .header-logo {\n            margin-bottom: 10px;\n        }\n        .countdown {\n            margin-top: 10px;\n        }\n    }\n<\/style>\n\n<div class=\"header-container\">\n    <div class=\"header-left\">\n        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/Square-ISACI.jpg\" alt=\"ISACI Logo\" class=\"header-logo\">\n        <h1 class=\"header-title\">\ud83c\udfcf ISACI CRICKET 2025<\/h1>\n    <\/div>\n    <div id=\"countdown-container\" class=\"countdown\">\n        \u23f3 Match 1 Starts In: <span id=\"countdown-timer\"><\/span>\n    <\/div>\n<\/div>\n\n<script>\n    function updateCountdown() {\n        const matchDate = new Date(\"March 21, 2025 08:45:00\").getTime();\n        const now = new Date().getTime();\n        const difference = matchDate - now;\n\n        if (difference > 0) {\n            const days = Math.floor(difference \/ (1000 * 60 * 60 * 24));\n            const hours = Math.floor((difference % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n            const minutes = Math.floor((difference % (1000 * 60 * 60)) \/ (1000 * 60));\n            const seconds = Math.floor((difference % (1000 * 60)) \/ 1000);\n            \n            document.getElementById(\"countdown-timer\").innerHTML = \n                `${days}d ${hours}h ${minutes}m ${seconds}s`;\n        } else {\n            document.getElementById(\"countdown-container\").classList.add(\"hidden\");\n        }\n    }\n\n    setInterval(updateCountdown, 1000);\n<\/script>\n\n\n\n<div style=\"height:55px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n    .button-container {\n        width: 100%;\n        max-width: 1100px;\n        margin: auto;\n        text-align: center;\n        margin-top: 20px;\n    }\n    .custom-button {\n        display: inline-block;\n        padding: 12px 24px;\n        font-size: 18px;\n        font-weight: bold;\n        color: white; \/* Text color remains white *\/\n        text-transform: uppercase;\n        border: none;\n        border-radius: 8px;\n        cursor: pointer;\n        text-decoration: none;\n        margin: 10px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .info-button {\n        background: #ff8c00; \/* Orange *\/\n        color: white; \/* Text color remains white *\/\n    }\n    .info-button:hover {\n        background: #ff8c00;\n        transform: scale(1.05);\n        box-shadow: 0px 4px 8px rgba(255, 140, 0, 0.5);\n        color: white; \/* Text color remains white *\/\n    }\n    .rules-button {\n        background: #008080; \/* Teal *\/\n       color: white; \/* Text color remains white *\/\n    }\n    .rules-button:hover {\n        background: #008080;\n        transform: scale(1.05);\n        box-shadow: 0px 4px 8px rgba(0, 128, 128, 0.5);\n        color: white; \/* Text color remains white *\/\n    }\n<\/style>\n\n<div class=\"button-container\">\n    <a href=\"https:\/\/drive.google.com\/file\/d\/1uW4AJlizZPDyJ5szPUNpqLKksXMDy8SN\/view?usp=share_link\" class=\"custom-button info-button\">\ud83d\udce2 Important Info<\/a>\n    <a href=\"https:\/\/tbspanthers.british-school.org\/index.php\/isaci-boys-cricket-rules-2025\/\" class=\"custom-button rules-button\">\ud83d\udcdc Rules &#038; Regulations<\/a>\n<\/div>\n\n\n\n<style>\n    .team-container {\n        width: 100%;\n        max-width: 1000px;\n        margin: auto;\n        font-family: Arial, sans-serif;\n    }\n    .team-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        justify-content: center;\n    }\n    .team-header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        padding: 15px;\n        cursor: pointer;\n        border-radius: 6px;\n        font-size: 20px;\n        font-weight: bold;\n        margin-bottom: 10px;\n    }\n    .team-logo {\n        width: 90px;\n        height: 90px;\n        border-radius: 8px;\n    }\n    .black-team-header { background-color: #000; color: #fff; }\n    .black-team-header:hover { background-color: #222; }\n    .red-team-header { background-color: #900000; color: #fff; }\n    .red-team-header:hover { background-color: #b00000; }\n    .green-team-header { background-color: #FFB22C; color: #000; }\n    .green-team-header:hover { background-color: #FFB22C; }\n    .blue-team-header { background-color: #003366; color: #fff; }\n    .blue-team-header:hover { background-color: #004080; }\n    .team-content { display: none; padding: 15px; }\n    .player-card {\n        display: flex;\n        align-items: center;\n        background: #f4f4f4;\n        padding: 12px;\n        border-radius: 8px;\n        margin-bottom: 10px;\n        gap: 15px;\n    }\n    .player-card img {\n        width: 80px;\n        height: 80px;\n        border-radius: 50%;\n    }\n    .player-details h4 { margin: 5px 0; }\n    \n    @media (max-width: 768px) {\n        .team-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n<\/style>\n\n<div class=\"team-container\">\n    <div class=\"team-grid\">\n\n        <!-- Panthers BLACK Team -->\n        <div>\n            <h2 class=\"team-header black-team-header\" onclick=\"toggleTeam('black-team')\">\n                <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"Panthers Black Logo\" class=\"team-logo\">\n                <span>Panthers BLACK \ud83d\udc06<\/span>\n            <\/h2>\n            <div id=\"black-team\" class=\"team-content\">\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Yuvraj Singh Sahni\">\n                    <div class=\"player-details\">\n                        <h4>Yuvraj Singh Sahni<\/h4>\n                        <p>Batsman \ud83c\udfcf<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Maadhav Pawha\">\n                    <div class=\"player-details\">\n                        <h4>Maadhav Pawha<\/h4>\n                        <p>Batsman \ud83c\udfcf<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Riddhiman Grandhi\">\n                    <div class=\"player-details\">\n                        <h4>Riddhiman Grandhi<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Rehaan Bery\">\n                    <div class=\"player-details\">\n                        <h4>Rehaan Bery<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Mohammad Saad\">\n                    <div class=\"player-details\">\n                        <h4>Mohammad Saad<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Viraj Jain\">\n                    <div class=\"player-details\">\n                        <h4>Viraj Jain<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Vedans Goel\">\n                    <div class=\"player-details\">\n                        <h4>Vedans Goel<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Sidak Singh Handa\">\n                    <div class=\"player-details\">\n                        <h4>Sidak Singh Handa<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Atharva Khemka\">\n                    <div class=\"player-details\">\n                        <h4>Atharva Khemka<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Hussain Ahmad\">\n                    <div class=\"player-details\">\n                        <h4>Hussain Ahmad<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Ahmed Ismail Tahir\">\n                    <div class=\"player-details\">\n                        <h4>Vedaant Arora<\/h4>\n                        <p>Batsman \ud83c\udfcf<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Siddharth Chandra\">\n                    <div class=\"player-details\">\n                        <h4>Siddharth Chandra<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Panthers RED Team -->\n        <div>\n            <h2 class=\"team-header red-team-header\" onclick=\"toggleTeam('red-team')\">\n                <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"Panthers Red Logo\" class=\"team-logo\">\n                <span>Panthers RED \ud83d\udc06<\/span>\n            <\/h2>\n            <div id=\"red-team\" class=\"team-content\">\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Shaurya Pratap Singh\">\n                    <div class=\"player-details\">\n                        <h4>Shaurya Pratap Singh<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Rian Malhan\">\n                    <div class=\"player-details\">\n                        <h4>Rian Malhan<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Ranbir Singh Kharabanda\">\n                    <div class=\"player-details\">\n                        <h4>Ranbir Singh Kharabanda<\/h4>\n                        <p>Batsman \ud83c\udfcf<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Dakshesh Chetal\">\n                    <div class=\"player-details\">\n                        <h4>Dakshesh Chetal<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Arvaan Bery\">\n                    <div class=\"player-details\">\n                        <h4>Arvaan Bery<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Vedaant Arora\">\n                    <div class=\"player-details\">\n                         <h4>Ahmed Ismail Tahir<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Atharva Gautam\">\n                    <div class=\"player-details\">\n                        <h4>Atharva Gautam<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Nirvaan Khandelwal\">\n                    <div class=\"player-details\">\n                        <h4>Nirvaan Khandelwal<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Bhavya Adukia\">\n                    <div class=\"player-details\">\n                        <h4>Bhavya Adukia<\/h4>\n                        <p>Batsman\/Bowler \ud83c\udfcf\ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Kritij Vig\">\n                    <div class=\"player-details\">\n                        <h4>Kritij Vig<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Tejasvin Kar\">\n                    <div class=\"player-details\">\n                        <h4>Tejasvin Kar<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Muhammad Abdullah\">\n                    <div class=\"player-details\">\n                        <h4>Muhammad Abdullah<\/h4>\n                        <p>Bowler \ud83d\udd34<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- ISH Vipers Team -->\n        <div>\n            <h2 class=\"team-header green-team-header\" onclick=\"toggleTeam('vipers-team')\">\n                <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/ISH-Vipers.png\" alt=\"ISH Vipers Logo\" class=\"team-logo\">\n                <span>ISH Vipers \ud83d\udc0d<\/span>\n            <\/h2>\n            <div id=\"vipers-team\" class=\"team-content\">\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Krithin Marpuri\">\n                    <div class=\"player-details\">\n                        <h4>Krithin Marpuri<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Ethan Aarav Reddy\">\n                    <div class=\"player-details\">\n                        <h4>Ethan Aarav Reddy<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Pranav Pula\">\n                    <div class=\"player-details\">\n                        <h4>Pranav Pula<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Sairitivika Talluri\">\n                    <div class=\"player-details\">\n                        <h4>Sairitivika Talluri<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Rithin Marpuri\">\n                    <div class=\"player-details\">\n                        <h4>Rithin Marpuri<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Vivan Reddy Jaladanki\">\n                    <div class=\"player-details\">\n                        <h4>Vivan Reddy Jaladanki<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Viren Krishna Adusumilli\">\n                    <div class=\"player-details\">\n                        <h4>Viren Krishna Adusumilli<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Minki Jeon\">\n                    <div class=\"player-details\">\n                        <h4>Minki Jeon<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Manomay Athmaram\">\n                    <div class=\"player-details\">\n                        <h4>Manomay Athmaram<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Jaswin Reddy Bachupally Kolan\">\n                    <div class=\"player-details\">\n                        <h4>Jaswin Reddy Bachupally Kolan<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Agastya Rachamallu\">\n                    <div class=\"player-details\">\n                        <h4>Agastya Rachamallu<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Siddarth Reddy Sheri\">\n                    <div class=\"player-details\">\n                        <h4>Siddarth Reddy Sheri<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Akhil Manoj Krishna\">\n                    <div class=\"player-details\">\n                        <h4>Akhil Manoj Krishna<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Jay Viraj Malhan\">\n                    <div class=\"player-details\">\n                        <h4>Jay Viraj Malhan<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Sachu Tony Kattoor\">\n                    <div class=\"player-details\">\n                        <h4>Sachu Tony Kattoor<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Neil Agarwal\">\n                    <div class=\"player-details\">\n                        <h4>Neil Agarwal<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- MIS Eagles Team -->\n        <div>\n            <h2 class=\"team-header blue-team-header\" onclick=\"toggleTeam('eagles-team')\">\n                <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/MIS.png\" alt=\"MIS Eagles Logo\" class=\"team-logo\">\n                <span>MIS Eagles \ud83e\udd85<\/span>\n            <\/h2>\n            <div id=\"eagles-team\" class=\"team-content\">\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Smit Bhor\">\n                    <div class=\"player-details\">\n                        <h4>Smit Bhor<\/h4>\n                        <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Aditya Sood\">\n                    <div class=\"player-details\">\n                        <h4>Aditya Sood<\/h4>\n                        <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Kaivalya Barate\">\n                    <div class=\"player-details\">\n                        <h4>Kaivalya Barate<\/h4>\n                        <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Lakshya Tiwari\">\n                    <div class=\"player-details\">\n                        <h4>Lakshya Tiwari<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Lakshya Dulhani\">\n                    <div class=\"player-details\">\n                        <h4>Lakshya Dulhani<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Neev Navani\">\n                    <div class=\"player-details\">\n                        <h4>Neev Navani<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Arjun Nair\">\n                    <div class=\"player-details\">\n                        <h4>Arjun Nair<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Ansh Tiwari\">\n                    <div class=\"player-details\">\n                        <h4>Ansh Tiwari<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Ayush Bagde\">\n                    <div class=\"player-details\">\n                        <h4>Ayush Bagde<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Dev Nituri\">\n                    <div class=\"player-details\">\n                        <h4>Dev Nituri<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Morgen Cohen\">\n                    <div class=\"player-details\">\n                        <h4>Morgen Cohen<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"player-card\">\n                    <img decoding=\"async\" src=\"https:\/\/cdn-icons-png.flaticon.com\/512\/166\/166364.png\" alt=\"Darsh Agarwal\">\n                    <div class=\"player-details\">\n                        <h4>Darsh Agarwal<\/h4>\n                         <p><\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<script>\n    function toggleTeam(teamId) {\n        var team = document.getElementById(teamId);\n        if (team.style.display === \"none\" || team.style.display === \"\") {\n            team.style.display = \"block\";\n        } else {\n            team.style.display = \"none\";\n        }\n    }\n<\/script>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n    .schedule-container {\n        width: 100%;\n        max-width: 1100px;\n        margin: auto;\n        font-family: Arial, sans-serif;\n        text-align: center;\n    }\n    .schedule-title {\n        font-size: 28px;\n        font-weight: bold;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n    }\n    .match-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        justify-content: center;\n    }\n    .match-column {\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n    }\n    .match-card {\n        text-align: center;\n        padding: 15px;\n        border-radius: 12px;\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        background: #f9f9f9;\n        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n    }\n    .match-card:hover {\n        transform: scale(1.05);\n        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);\n    }\n    .match-header {\n        font-size: 20px;\n        font-weight: bold;\n        margin-bottom: 8px;\n    }\n    .match-time {\n        font-size: 16px;\n        font-weight: bold;\n        margin-bottom: 10px;\n        color: #555;\n    }\n    .match-row {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        margin: 10px 0;\n    }\n    .team {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 40%;\n        height: 60px;\n        border-radius: 30px;\n        color: #fff;\n        font-size: 16px;\n        font-weight: bold;\n        padding: 10px;\n    }\n    .vs-circle {\n        width: 55px;\n        height: 55px;\n        background: #aaa;\n        color: #000;\n        font-size: 24px;\n        font-weight: bold;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: absolute;\n        left: 50%;\n        transform: translateX(-50%);\n        z-index: 1;\n    }\n    .team img {\n        width: 50px;\n        height: 50px;\n        border-radius: 8px;\n        margin-right: 10px;\n    }\n    .vipers { background: #006400; }\n    .eagles { background: #003366; }\n    .red { background: #900000; }\n    .black { background: #000; }\n    .tbc { background: #888; }\n\n    \/* Live Update Image *\/\n    .live-update-img {\n        margin-top: 10px;\n        width: 70px;\n        cursor: pointer;\n        transition: transform 0.3s;\n    }\n    .live-update-img:hover {\n        transform: scale(1.1);\n    }\n    \n    @media (max-width: 768px) {\n        .match-grid {\n            grid-template-columns: repeat(1, 1fr);\n        }\n    }\n<\/style>\n\n<div class=\"schedule-container\">\n    <div class=\"schedule-title\">Match Schedule<\/div>\n    \n    <div class=\"match-grid\">\n        \n        <!-- Column 1: 21 March Matches -->\n        <div class=\"match-column\">\n            \n            <!-- Match 1 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 1<\/div>\n                <div class=\"match-time\">21 March | 8:45 AM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team vipers\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/ISH-Vipers.png\" alt=\"ISH Vipers Logo\">\n                        ISH Vipers\n                    <\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team red\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Red Logo\">\n                        TBS Red\n                    <\/div>\n                <\/div>\n<a href=\"MATCH_1_URL\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Match 2 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 2<\/div>\n                <div class=\"match-time\">21 March | 11:30 AM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team eagles\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/MIS.png\" alt=\"MIS Eagles Logo\">\n                        MIS Eagles\n                    <\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team black\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Black Logo\">\n                        TBS Black\n                    <\/div>\n                <\/div>\n<a href=\"MATCH_2_URL\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Match 3 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 3<\/div>\n                <div class=\"match-time\">21 March | 1:30 PM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team black\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Black Logo\">\n                        TBS Black\n                    <\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team vipers\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/ISH-Vipers.png\" alt=\"ISH Vipers Logo\">\n                        ISH Vipers\n                    <\/div>\n                <\/div>\n<a href=\"https:\/\/www.youtube.com\/live\/iNA36nIO8rg?si=k3y5X-zO5tjnMas2\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Match 4 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 4<\/div>\n                <div class=\"match-time\">21 March | 4:00 PM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team eagles\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/MIS.png\" alt=\"MIS Eagles Logo\">\n                        MIS Eagles\n                    <\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team red\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Red Logo\">\n                        TBS Red\n                    <\/div>\n                <\/div>\n<a href=\"https:\/\/www.youtube.com\/live\/N75Ej4V47P8\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n        <!-- Column 2: 22 March Matches -->\n        <div class=\"match-column\">\n\n            <!-- Placeholder for Match 5 -->\n            <!-- TODO: Replace with actual teams -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 5<\/div>\n                <div class=\"match-time\">22 March | 7:45 AM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team black\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Black Logo\">\n                        TBS Black\n\t\t\t<\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team red\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2024\/12\/FaviconPanthers.png\" alt=\"TBS Red Logo\">\n                        TBS Red\n\t\t\t<\/div>\n                <\/div>\n<a href=\"https:\/\/www.youtube.com\/live\/DIq87TxhzFI?si=i4CVfCn40t1QbBxo\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Placeholder for Match 6 -->\n            <!-- TODO: Replace with actual teams -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 6<\/div>\n                <div class=\"match-time\">22 March | 10:15 AM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team eagles\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/MIS.png\" alt=\"MIS Eagles Logo\">\n                        MIS Eagles\n                    <\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team vipers\">\n                        <img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_auto,s_webp:avif\/tbspanthers.british-school.org\/wp-content\/uploads\/2025\/03\/ISH-Vipers.png\" alt=\"ISH Vipers Logo\">\n                        ISH Vipers\n                    <\/div>\n                <\/div>\n<a href=\"https:\/\/www.youtube.com\/live\/bQss5QYYwzM\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Match 7 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 7<\/div>\n                <div class=\"match-time\">22 March | 12:45 PM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team tbc\">3rd Place<\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team tbc\">4th Place<\/div>\n                <\/div>\n<a href=\"https:\/\/www.youtube.com\/live\/oIhFNEFJx7Y\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n            <!-- Match 8 -->\n            <div class=\"match-card\">\n                <div class=\"match-header\">Match 8<\/div>\n                <div class=\"match-time\">22 March | 2:45 PM<\/div>\n                <div class=\"match-row\">\n                    <div class=\"team tbc\">Finalist 1<\/div>\n                    <div class=\"vs-circle\">VS<\/div>\n                    <div class=\"team tbc\">Finalist 2<\/div>\n                <\/div>\n<a href=\"MATCH_8_URL\">\n                    <img decoding=\"async\" src=\"https:\/\/t4.ftcdn.net\/jpg\/05\/59\/28\/91\/360_F_559289170_iqYEig3oOxZT8X97BlqK8x8Eyng6VQHS.jpg\" class=\"live-update-img\" alt=\"Live Update\">\n                <\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfcf ISACI CRICKET 2025 \u23f3 Match 1 Starts In: \ud83d\udce2 Important Info \ud83d\udcdc Rules &#038; Regulations Panthers BLACK \ud83d\udc06 Yuvraj Singh Sahni Batsman \ud83c\udfcf Maadhav [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3168","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/3168"}],"collection":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/comments?post=3168"}],"version-history":[{"count":1,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/3168\/revisions"}],"predecessor-version":[{"id":3497,"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/pages\/3168\/revisions\/3497"}],"wp:attachment":[{"href":"https:\/\/tbspanthers.british-school.org\/index.php\/wp-json\/wp\/v2\/media?parent=3168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}