{"id":13,"date":"2026-06-14T13:19:55","date_gmt":"2026-06-14T13:19:55","guid":{"rendered":"https:\/\/intuitioncentres.com\/exam-centres\/?page_id=13"},"modified":"2026-07-22T20:54:46","modified_gmt":"2026-07-22T20:54:46","slug":"checkout","status":"publish","type":"page","link":"https:\/\/intuitioncentres.com\/exam-centres\/checkout\/","title":{"rendered":"Checkout"},"content":{"rendered":"\n<!-- Intuition Exam Centres - Checkout Page Header -->\n\n<style>\n  .iec-checkout-top,\n  .iec-checkout-top * {\n    box-sizing: border-box;\n  }\n\n  .iec-checkout-top {\n    --iec-orange: #ed5623;\n    --iec-teal: #21d5cd;\n    --iec-text: #263238;\n    --iec-muted: #63747a;\n    --iec-border: #e5eeee;\n\n    max-width: 1120px;\n    margin: 0 auto 8px;\n    padding: 0 18px;\n    font-family: inherit;\n    color: var(--iec-text);\n  }\n\n  .iec-checkout-top__hero {\n    position: relative;\n    overflow: hidden;\n    padding: 36px;\n\n    background:\n      radial-gradient(\n        circle at 93% 10%,\n        rgba(33, 213, 205, 0.15) 0 82px,\n        transparent 83px\n      ),\n      radial-gradient(\n        circle at 86% 30%,\n        rgba(237, 86, 35, 0.07) 0 140px,\n        transparent 141px\n      ),\n      linear-gradient(135deg, #ffffff 0%, #f8fdfd 100%);\n\n    border: 1px solid var(--iec-border);\n    border-bottom: 0;\n    border-radius: 26px 26px 0 0;\n    box-shadow: 0 10px 30px rgba(31, 64, 68, 0.06);\n  }\n\n  \/* PROGRESS *\/\n\n  .iec-checkout-top__progress {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 24px;\n  }\n\n  .iec-checkout-top__step {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 7px 11px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 1.2;\n  }\n\n  .iec-checkout-top__step--done {\n    color: #21494a;\n    background: rgba(33, 213, 205, 0.12);\n    border: 1px solid rgba(33, 213, 205, 0.32);\n  }\n\n  .iec-checkout-top__step--current {\n    color: #ffffff;\n    background: var(--iec-orange);\n    border: 1px solid var(--iec-orange);\n  }\n\n  .iec-checkout-top__tick {\n    display: grid;\n    place-items: center;\n    width: 18px;\n    height: 18px;\n    border-radius: 50%;\n    background: var(--iec-teal);\n    color: #153f40;\n    font-size: 11px;\n    font-weight: 900;\n  }\n\n  .iec-checkout-top__chevron {\n    color: #a1adaf;\n    font-size: 16px;\n  }\n\n  \/* HEADING *\/\n\n  .iec-checkout-top__eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 9px;\n    color: var(--iec-orange);\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .iec-checkout-top__eyebrow::before {\n    content: \"\";\n    width: 24px;\n    height: 4px;\n    border-radius: 999px;\n    background: var(--iec-teal);\n  }\n\n  .iec-checkout-top h1 {\n    margin: 0 0 8px;\n    color: var(--iec-text);\n    font-size: clamp(31px, 4.5vw, 47px);\n    line-height: 1.08;\n    letter-spacing: -0.025em;\n    font-weight: 850;\n  }\n\n  .iec-checkout-top__celebrate {\n    margin: 0 0 14px;\n    color: var(--iec-orange);\n    font-size: clamp(21px, 2.8vw, 28px);\n    line-height: 1.25;\n    font-weight: 800;\n  }\n\n  .iec-checkout-top__lead {\n    max-width: 880px;\n    margin: 0;\n    color: var(--iec-muted);\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  \/* CHECK CARDS *\/\n\n  .iec-checkout-top__checks {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n    margin-top: 26px;\n  }\n\n  .iec-checkout-top__check {\n    padding: 20px;\n    border-radius: 17px;\n    background: #ffffff;\n    border: 1px solid var(--iec-border);\n  }\n\n  .iec-checkout-top__icon {\n    display: grid;\n    place-items: center;\n    width: 40px;\n    height: 40px;\n    margin-bottom: 11px;\n    border-radius: 12px;\n    background: rgba(33, 213, 205, 0.14);\n    color: #176e6a;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .iec-checkout-top__check:nth-child(2) .iec-checkout-top__icon {\n    background: rgba(237, 86, 35, 0.10);\n    color: var(--iec-orange);\n  }\n\n  .iec-checkout-top__check strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--iec-text);\n    font-size: 16px;\n  }\n\n  .iec-checkout-top__check p {\n    margin: 0;\n    color: var(--iec-muted);\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  \/* FINAL NOTICE *\/\n\n  .iec-checkout-top__notice {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-top: 16px;\n    padding: 18px;\n    border-radius: 15px;\n    background: #fff8f4;\n    border: 1px solid rgba(237, 86, 35, 0.20);\n  }\n\n  .iec-checkout-top__notice-icon {\n    flex: 0 0 32px;\n    display: grid;\n    place-items: center;\n    width: 32px;\n    height: 32px;\n    border-radius: 9px;\n    background: var(--iec-orange);\n    color: #ffffff;\n    font-weight: 900;\n  }\n\n  .iec-checkout-top__notice strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--iec-text);\n    font-size: 16px;\n  }\n\n  .iec-checkout-top__notice p {\n    margin: 0;\n    color: var(--iec-muted);\n    font-size: 15px;\n    line-height: 1.62;\n  }\n\n  \/* BREAK *\/\n\n  .iec-checkout-break {\n    position: relative;\n    padding: 22px 24px 25px;\n    text-align: center;\n\n    background:\n      linear-gradient(\n        90deg,\n        rgba(33, 213, 205, 0.10),\n        #ffffff 48%,\n        rgba(237, 86, 35, 0.08)\n      );\n\n    border-left: 1px solid var(--iec-border);\n    border-right: 1px solid var(--iec-border);\n    border-top: 1px solid rgba(33, 213, 205, 0.25);\n  }\n\n  .iec-checkout-break__label {\n    margin: 0 0 4px;\n    color: var(--iec-orange);\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .iec-checkout-break h2 {\n    margin: 0 0 6px;\n    color: var(--iec-text);\n    font-size: clamp(22px, 3vw, 29px);\n    line-height: 1.2;\n    font-weight: 800;\n  }\n\n  .iec-checkout-break p {\n    margin: 0;\n    color: var(--iec-muted);\n    font-size: 16px;\n    line-height: 1.55;\n  }\n\n  .iec-checkout-break__arrow {\n    display: grid;\n    place-items: center;\n    width: 34px;\n    height: 34px;\n    margin: 14px auto 0;\n    border-radius: 50%;\n    background: var(--iec-orange);\n    color: #ffffff;\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .iec-checkout-break::after {\n    content: \"\";\n    position: absolute;\n    left: 50%;\n    bottom: 0;\n    width: 74px;\n    height: 4px;\n    transform: translateX(-50%);\n    border-radius: 999px 999px 0 0;\n    background: var(--iec-teal);\n  }\n\n  @media (max-width: 760px) {\n    .iec-checkout-top {\n      padding: 0 12px;\n      margin-bottom: 5px;\n    }\n\n    .iec-checkout-top__hero {\n      padding: 24px 18px;\n      border-radius: 21px 21px 0 0;\n    }\n\n    .iec-checkout-top__lead {\n      font-size: 16px;\n      line-height: 1.65;\n    }\n\n    .iec-checkout-top__checks {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      margin-top: 20px;\n    }\n\n    .iec-checkout-top__check {\n      padding: 17px;\n    }\n\n    .iec-checkout-top__progress {\n      gap: 5px;\n    }\n\n    .iec-checkout-top__step {\n      padding: 6px 9px;\n      font-size: 12px;\n    }\n\n    .iec-checkout-break {\n      padding: 19px 16px 22px;\n    }\n\n    .iec-checkout-break p {\n      font-size: 15px;\n    }\n  }\n<\/style>\n\n<section class=\"iec-checkout-top\" aria-label=\"Exam booking checkout\">\n\n  <div class=\"iec-checkout-top__hero\">\n\n    <div class=\"iec-checkout-top__progress\" aria-label=\"Exam booking progress\">\n\n      <span class=\"iec-checkout-top__step iec-checkout-top__step--done\">\n        <span class=\"iec-checkout-top__tick\">\u2713<\/span>\n        Select Exams\n      <\/span>\n\n      <span class=\"iec-checkout-top__chevron\">\u203a<\/span>\n\n      <span class=\"iec-checkout-top__step iec-checkout-top__step--done\">\n        <span class=\"iec-checkout-top__tick\">\u2713<\/span>\n        Review Basket\n      <\/span>\n\n      <span class=\"iec-checkout-top__chevron\">\u203a<\/span>\n\n      <span class=\"iec-checkout-top__step iec-checkout-top__step--current\">\n        Checkout\n      <\/span>\n\n    <\/div>\n\n    <div class=\"iec-checkout-top__eyebrow\">\n      Complete Your Exam Booking\n    <\/div>\n\n    <h1>\n      Checkout\n    <\/h1>\n\n    <p class=\"iec-checkout-top__celebrate\">\n      You\u2019re nearly there!\n    <\/p>\n\n    <p class=\"iec-checkout-top__lead\">\n      You\u2019re just a few steps away from securing your exam booking.\n      Please take a moment to carefully check your exam subject,\n      exam board, options and chosen exam centre before completing\n      your booking.\n    <\/p>\n\n    <div class=\"iec-checkout-top__checks\">\n\n      <div class=\"iec-checkout-top__check\">\n\n        <div class=\"iec-checkout-top__icon\">\n          \u2713\n        <\/div>\n\n        <strong>\n          Double-check your details\n        <\/strong>\n\n        <p>\n          Make sure the candidate and booking information you provide\n          is complete and accurate.\n        <\/p>\n\n      <\/div>\n\n      <div class=\"iec-checkout-top__check\">\n\n        <div class=\"iec-checkout-top__icon\">\n          \ud83d\udccd\n        <\/div>\n\n        <strong>\n          Check your exam centre\n        <\/strong>\n\n        <p>\n          Make sure you have selected the correct Intuition Exam Centre\n          option for your booking.\n        <\/p>\n\n      <\/div>\n\n      <div class=\"iec-checkout-top__check\">\n\n        <div class=\"iec-checkout-top__icon\">\n          \ud83d\udcda\n        <\/div>\n\n        <strong>\n          Check your exams\n        <\/strong>\n\n        <p>\n          Confirm that your subject, exam board, specification, tier\n          and any other selected options are correct.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n    <div class=\"iec-checkout-top__notice\">\n\n      <span class=\"iec-checkout-top__notice-icon\">\n        !\n      <\/span>\n\n      <div>\n\n        <strong>\n          Please check everything carefully before paying\n        <\/strong>\n\n        <p>\n          Once everything looks correct, complete your booking and\n          we\u2019ll take care of the next steps. Your exam place is only\n          secured once the application has been completed and full\n          payment has been received.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n\n  <!-- BREAK \/ TRANSITION INTO CHECKOUT -->\n\n  <div class=\"iec-checkout-break\">\n\n    <p class=\"iec-checkout-break__label\">\n      Final step\n    <\/p>\n\n    <h2>\n      Review &amp; Complete Your Booking\n    <\/h2>\n\n    <p>\n      Check your basket and complete the checkout details below.\n    <\/p>\n\n    <div class=\"iec-checkout-break__arrow\" aria-hidden=\"true\">\n      \u2193\n    <\/div>\n\n  <\/div>\n\n<\/section>\n\n\n<div id=\"edd_checkout_wrap\"><span class=\"edd_empty_cart\">Your cart is empty.<\/span><\/div><!--end #edd_checkout_wrap-->\n","protected":false},"excerpt":{"rendered":"<p>\u2713 Select Exams \u203a \u2713 Review Basket \u203a Checkout Complete Your Exam Booking Checkout You\u2019re nearly there! You\u2019re just a few steps away from securing your exam booking. Please take a moment to carefully check your exam subject, exam board, options and chosen exam centre before completing your booking. \u2713 Double-check your details Make sure [&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-13","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":4,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":741,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/13\/revisions\/741"}],"wp:attachment":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}