{"id":436,"date":"2026-01-18T02:01:21","date_gmt":"2026-01-18T02:01:21","guid":{"rendered":"https:\/\/ssciex.org.my\/home\/?page_id=436"},"modified":"2026-03-10T15:07:55","modified_gmt":"2026-03-10T07:07:55","slug":"competitions","status":"publish","type":"page","link":"https:\/\/ssciex.org.my\/home\/competitions\/","title":{"rendered":"Competitions"},"content":{"rendered":"\n<style>\n  :root {\n    --brand-dark: #032C41;    \/* Backgrounds \/ Headers *\/\n    --brand-teal: #008298;    \/* Accents *\/\n    --brand-light: #39C7EB;   \/* Highlights *\/\n    --brand-gray: #E7EBED;    \/* Surface\/Dividers *\/\n    --primary: #4C5FD6;       \/* Locked Button Color *\/\n    --body-text: #333333;     \/* Locked Body Text *\/\n    --hero-text: #FFFFFF;     \/* Locked Hero Text *\/\n  }\n\n  * { box-sizing: border-box; }\n\n  body {\n    margin: 0;\n    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--body-text);\n    background: #ffffff;\n    line-height: 1.7;\n    overflow-x: hidden;\n    position: relative;\n  }\n\n  \/* Subtle Science Background Pattern *\/\n  body::before {\n    content: \"\";\n    position: fixed;\n    top: 0; left: 0; width: 100%; height: 100%;\n    background-image: url('https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/WhatsApp-Image-2025-11-13-at-2.49.45-PM-2.jpeg');\n    background-size: cover;\n    background-position: center;\n    opacity: 0.05;\n    z-index: -1;\n  }\n\n  .wrap {\n    max-width: 1120px;\n    padding: 40px 20px 100px;\n    margin: 0 auto;\n  }\n\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(25px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Hero Section *\/\n  .hero {\n    position: relative;\n    padding: 60px 40px;\n    border-radius: 30px;\n    background: var(--brand-dark);\n    color: var(--hero-text);\n    box-shadow: 0 20px 40px rgba(3, 44, 65, 0.2);\n    animation: fadeUp 0.8s ease-out both;\n    text-align: center;\n    border-bottom: 5px solid var(--brand-teal);\n  }\n\n  .badge {\n    display: inline-block;\n    padding: 8px 18px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 700;\n    background: var(--brand-teal);\n    color: var(--hero-text);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 20px;\n  }\n\n  h1 {\n    font-size: clamp(32px, 6vw, 54px);\n    margin: 0 0 20px;\n    line-height: 1.1;\n    color: var(--hero-text);\n  }\n\n  .lead {\n    font-size: 1.15rem;\n    opacity: 0.95;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  \/* Grid Layout *\/\n  .grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n  }\n\n  .card {\n    background: #ffffff;\n    border: 1px solid var(--brand-gray);\n    border-radius: 24px;\n    padding: 35px;\n    box-shadow: 0 10px 25px rgba(0,0,0,0.03);\n    opacity: 0;\n    animation: fadeUp 0.8s ease-out forwards;\n    transition: all 0.3s ease;\n  }\n\n  .card:hover {\n    transform: translateY(-10px);\n    border-color: var(--brand-light);\n    box-shadow: 0 15px 35px rgba(57, 199, 235, 0.1);\n  }\n\n  .card h3 {\n    margin: 0 0 15px;\n    font-size: 20px;\n    color: var(--brand-teal);\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n\n  .dot {\n    width: 12px;\n    height: 12px;\n    border-radius: 50%;\n    background: var(--brand-light);\n  }\n\n  .card ul {\n    margin: 0;\n    padding-left: 20px;\n    color: var(--body-text);\n  }\n\n  .card li { margin-bottom: 10px; }\n\n  \/* --- NEW IMAGE-ONLY PROCESS SECTION --- *\/\n  .process-showcase {\n    margin-top: 80px;\n    text-align: center;\n  }\n\n  .section-title {\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--brand-dark);\n    margin-bottom: 40px;\n    display: inline-block;\n    border-left: 5px solid var(--brand-light);\n    padding-left: 15px;\n    text-align: left;\n  }\n\n  .image-card-wrap {\n    position: relative;\n    background: #ffffff;\n    padding: 15px;\n    border-radius: 30px;\n    border: 1px solid var(--brand-gray);\n    box-shadow: 0 20px 50px rgba(3, 44, 65, 0.08);\n    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    overflow: hidden;\n  }\n\n  .image-card-wrap:hover {\n    transform: translateY(-12px);\n    box-shadow: 0 30px 60px rgba(76, 95, 214, 0.15);\n    border-color: var(--brand-light);\n  }\n\n  .process-image {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 20px;\n  }\n\n  \/* --- CTA SECTION --- *\/\n  .cta {\n    margin-top: 80px;\n    background: var(--brand-dark);\n    border-radius: 35px;\n    padding: 60px 40px;\n    text-align: center;\n    color: var(--hero-text);\n    border-top: 8px solid var(--brand-light);\n  }\n\n  .cta h3 {\n    font-size: 30px;\n    margin-bottom: 15px;\n    color: var(--hero-text);\n  }\n\n  .cta p {\n    opacity: 0.9;\n    max-width: 700px;\n    margin: 0 auto 35px;\n  }\n\n  .cta-buttons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    justify-content: center;\n  }\n\n  .btn {\n    padding: 16px 32px;\n    border-radius: 50px;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    border: 2px solid var(--primary);\n    display: inline-block;\n  }\n\n  .btn.primary {\n    background: var(--primary);\n    color: var(--hero-text);\n  }\n\n  .btn.secondary {\n    background: transparent;\n    color: var(--hero-text);\n    border-color: var(--hero-text);\n  }\n\n  .btn:hover {\n    transform: scale(1.05);\n  }\n\n  \/* Purpose *\/\n  .purpose {\n    max-width: 800px;\n    margin: 80px auto 0;\n    text-align: center;\n  }\n\n  .purpose h3 {\n    font-size: 26px;\n    margin-bottom: 20px;\n    color: var(--brand-teal);\n  }\n\n  @media (max-width: 768px) {\n    .hero, .cta { padding: 40px 20px; }\n    .btn { width: 100%; text-align: center; }\n    .image-card-wrap { padding: 10px; }\n  }\n\n\/* Container Overrides *\/\n        [class*=\"p-j2c\"] {\n            padding-top: 0 !important;\n            padding-bottom: 0 !important;\n            padding-left: 0 !important;\n            padding-right: 0 !important;\n        }\n\n        .banner {\n            padding: 0 !important;\n            margin: 0 !important;\n        }\n<\/style>\n\n<div class=\"wrap\">\n  <section class=\"hero\">\n    <span class=\"badge\">Two-day live competition<\/span>\n    <h1>Science Stage Battle<\/h1>\n    <p class=\"lead\">\n      Science Stage Battle is a two-day science show competition held at SSCiEX. \n      It challenges participants to turn real science into clear, engaging \n      stage performances for a live audience.\n    <\/p>\n  <\/section>\n\n  <section class=\"grid\">\n    <div class=\"card\" style=\"animation-delay: 0.2s\">\n      <h3><span class=\"dot\"><\/span>What you do on stage<\/h3>\n      <ul>\n        <li>Present science on stage<\/li>\n        <li>Explain real ideas using everyday examples<\/li>\n        <li>Engage a live audience<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"card\" style=\"animation-delay: 0.4s\">\n      <h3><span class=\"dot\"><\/span>Who can join<\/h3>\n      <ul>\n        <li>Upper primary students<\/li>\n        <li>Secondary students<\/li>\n        <li>Educators<\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"card\" style=\"animation-delay: 0.6s\">\n      <h3><span class=\"dot\"><\/span>Why it matters<\/h3>\n      <ul>\n        <li>Build confidence and public speaking skills<\/li>\n        <li>Learn safe, effective science storytelling<\/li>\n        <li>Grow future science communicators across Sarawak<\/li>\n      <\/ul>\n    <\/div>\n  <\/section>\n\n  <section class=\"process-showcase\">\n    <div style=\"text-align: left;\"><h2 class=\"section-title\">How the competition works<\/h2><\/div>\n    <div class=\"image-card-wrap\">\n      <img decoding=\"async\" src=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp\" alt=\"How the competition works\" class=\"process-image\" onerror=\"this.src='https:\/\/placehold.co\/1200x600\/032C41\/FFFFFF?text=Upload+Process+Infographic+Here'\">\n    <\/div>\n  <\/section>\n\n  <section class=\"cta\">\n    <h3>Ready to take science to the stage?<\/h3>\n    <p>\n      Schools, teachers, and individuals are invited to take part. \n      Whether you are guiding students or stepping onto the stage yourself, \n      Science Stage Battle is your platform to share science with confidence.\n    <\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"#\" class=\"btn primary\">Register as a School<\/a>\n      <a href=\"#\" class=\"btn secondary\">Register as Individual<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"purpose\">\n    <h3>Why SSCiEX runs Science Stage Battle<\/h3>\n    <p>\n      Science is not only about knowing facts. It is about explaining ideas, \n      asking questions, and sharing discoveries with others. Science Stage Battle \n      helps young people turn curiosity into confidence and communicate science clearly.\n    <\/p>\n  <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Two-day live competition Science Stage Battle Science Stage Battle is a two-day science show competition held at SSCiEX. It challenges participants to turn real science into clear, engaging stage performances for a live audience. What you do on stage Present science on stage Explain real ideas using everyday examples Engage a live audience Who can [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-436","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Competitions | Sarawak Science Centre (SSCiEX) | Official Website<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ssciex.org.my\/home\/competitions\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Competitions | Sarawak Science Centre (SSCiEX) | Official Website\" \/>\n<meta property=\"og:description\" content=\"Two-day live competition Science Stage Battle Science Stage Battle is a two-day science show competition held at SSCiEX. It challenges participants to turn real science into clear, engaging stage performances for a live audience. What you do on stage Present science on stage Explain real ideas using everyday examples Engage a live audience Who can [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ssciex.org.my\/home\/competitions\/\" \/>\n<meta property=\"og:site_name\" content=\"Sarawak Science Centre (SSCiEX) | Official Website\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T07:07:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/\",\"url\":\"https:\/\/ssciex.org.my\/home\/competitions\/\",\"name\":\"Competitions | Sarawak Science Centre (SSCiEX) | Official Website\",\"isPartOf\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp\",\"datePublished\":\"2026-01-18T02:01:21+00:00\",\"dateModified\":\"2026-03-10T07:07:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ssciex.org.my\/home\/competitions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage\",\"url\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp\",\"contentUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp\",\"width\":1198,\"height\":645,\"caption\":\"How the competition works\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ssciex.org.my\/home\/competitions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ssciex.org.my\/home\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Competitions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#website\",\"url\":\"https:\/\/ssciex.org.my\/home\/\",\"name\":\"Sarawak Science Centre (SSCiEX)\",\"description\":\"Igniting Curiousity\",\"publisher\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#organization\"},\"alternateName\":\"SSCiEX\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ssciex.org.my\/home\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#organization\",\"name\":\"Sarawak Science Centre (SSCiEX)\",\"url\":\"https:\/\/ssciex.org.my\/home\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png\",\"contentUrl\":\"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Sarawak Science Centre (SSCiEX)\"},\"image\":{\"@id\":\"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/\",\"https:\/\/www.instagram.com\/sarawaksciencecentre?igsh=N2FxZ3FjMXdqcDQx\",\"https:\/\/www.tiktok.com\/@ssciex.official\",\"https:\/\/www.linkedin.com\/in\/ssciex\/\",\"https:\/\/www.youtube.com\/@sarawaksciencecentre\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Competitions | Sarawak Science Centre (SSCiEX) | Official Website","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ssciex.org.my\/home\/competitions\/","og_locale":"en_GB","og_type":"article","og_title":"Competitions | Sarawak Science Centre (SSCiEX) | Official Website","og_description":"Two-day live competition Science Stage Battle Science Stage Battle is a two-day science show competition held at SSCiEX. It challenges participants to turn real science into clear, engaging stage performances for a live audience. What you do on stage Present science on stage Explain real ideas using everyday examples Engage a live audience Who can [&hellip;]","og_url":"https:\/\/ssciex.org.my\/home\/competitions\/","og_site_name":"Sarawak Science Centre (SSCiEX) | Official Website","article_publisher":"https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/","article_modified_time":"2026-03-10T07:07:55+00:00","og_image":[{"url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ssciex.org.my\/home\/competitions\/","url":"https:\/\/ssciex.org.my\/home\/competitions\/","name":"Competitions | Sarawak Science Centre (SSCiEX) | Official Website","isPartOf":{"@id":"https:\/\/ssciex.org.my\/home\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage"},"image":{"@id":"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage"},"thumbnailUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp","datePublished":"2026-01-18T02:01:21+00:00","dateModified":"2026-03-10T07:07:55+00:00","breadcrumb":{"@id":"https:\/\/ssciex.org.my\/home\/competitions\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ssciex.org.my\/home\/competitions\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ssciex.org.my\/home\/competitions\/#primaryimage","url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp","contentUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/03\/competition.webp","width":1198,"height":645,"caption":"How the competition works"},{"@type":"BreadcrumbList","@id":"https:\/\/ssciex.org.my\/home\/competitions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ssciex.org.my\/home\/"},{"@type":"ListItem","position":2,"name":"Competitions"}]},{"@type":"WebSite","@id":"https:\/\/ssciex.org.my\/home\/#website","url":"https:\/\/ssciex.org.my\/home\/","name":"Sarawak Science Centre (SSCiEX)","description":"Igniting Curiousity","publisher":{"@id":"https:\/\/ssciex.org.my\/home\/#organization"},"alternateName":"SSCiEX","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ssciex.org.my\/home\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/ssciex.org.my\/home\/#organization","name":"Sarawak Science Centre (SSCiEX)","url":"https:\/\/ssciex.org.my\/home\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/","url":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png","contentUrl":"https:\/\/ssciex.org.my\/home\/wp-content\/uploads\/2026\/01\/cropped-cropped-update-logo.png","width":512,"height":512,"caption":"Sarawak Science Centre (SSCiEX)"},"image":{"@id":"https:\/\/ssciex.org.my\/home\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/people\/Sarawak-Science-Centre\/61579936965360\/","https:\/\/www.instagram.com\/sarawaksciencecentre?igsh=N2FxZ3FjMXdqcDQx","https:\/\/www.tiktok.com\/@ssciex.official","https:\/\/www.linkedin.com\/in\/ssciex\/","https:\/\/www.youtube.com\/@sarawaksciencecentre"]}]}},"_links":{"self":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/436","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/comments?post=436"}],"version-history":[{"count":5,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/436\/revisions"}],"predecessor-version":[{"id":1223,"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/pages\/436\/revisions\/1223"}],"wp:attachment":[{"href":"https:\/\/ssciex.org.my\/home\/wp-json\/wp\/v2\/media?parent=436"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}