{"id":28,"date":"2026-06-14T13:35:49","date_gmt":"2026-06-14T13:35:49","guid":{"rendered":"https:\/\/intuitioncentres.com\/exam-centres\/?page_id=28"},"modified":"2026-07-30T12:40:48","modified_gmt":"2026-07-30T12:40:48","slug":"welcome-to-the-intution-exam-centres","status":"publish","type":"page","link":"https:\/\/intuitioncentres.com\/exam-centres\/","title":{"rendered":"Welcome to the Intuition Exam Centres"},"content":{"rendered":"\n<style>\n\/* =========================================================\n   INTUITION EXAM CENTRES \u2014 WELCOME PAGE\n   ========================================================= *\/\n\n.iec-welcome-v2,\n.iec-welcome-v2 * {\n  box-sizing:border-box;\n}\n\n.iec-welcome-v2 {\n  --orange:#ed5623;\n  --orange-dark:#c74318;\n  --orange-soft:#fff2ec;\n\n  --teal:#21d5cd;\n  --teal-dark:#087f7b;\n  --teal-soft:#e9fcfb;\n\n  --ink:#172c3a;\n  --muted:#5f6f79;\n  --line:#dfe9ec;\n  --white:#fff;\n  --page:#f7fafb;\n\n  --shadow:0 20px 52px rgba(20,49,64,.10);\n\n  max-width:1180px;\n  margin:30px auto;\n  padding:clamp(18px,3vw,38px);\n\n  color:var(--ink);\n\n  font-family:\n    Inter,\n    ui-sans-serif,\n    -apple-system,\n    BlinkMacSystemFont,\n    \"Segoe UI\",\n    Roboto,\n    Arial,\n    sans-serif;\n\n  line-height:1.6;\n\n  background:\n    radial-gradient(\n      circle at 95% 2%,\n      rgba(33,213,205,.14),\n      transparent 23%\n    ),\n    radial-gradient(\n      circle at 2% 19%,\n      rgba(237,86,35,.10),\n      transparent 18%\n    ),\n    var(--page);\n\n  border:1px solid #edf2f3;\n  border-radius:28px;\n\n  overflow:hidden;\n}\n\n.iec-welcome-v2 a {\n  color:inherit;\n}\n\n.iec-welcome-v2 h1,\n.iec-welcome-v2 h2,\n.iec-welcome-v2 h3,\n.iec-welcome-v2 p {\n  margin-top:0;\n}\n\n.iec-welcome-v2 p:last-child {\n  margin-bottom:0;\n}\n\n.iec-welcome-v2 svg {\n  display:block;\n  max-width:100%;\n}\n\n\n\/* =========================================================\n   EYEBROW + SMALL SECTION HEADINGS\n   ========================================================= *\/\n\n\/* Larger \"Intuition Exam Centres\" *\/\n.iec-welcome-v2 .iec-eyebrow {\n  display:inline-flex;\n  align-items:center;\n\n  gap:9px;\n\n  margin-bottom:13px;\n\n  color:var(--orange-dark);\n\n  font-size:1rem;\n  font-weight:900;\n\n  line-height:1.3;\n\n  letter-spacing:.10em;\n  text-transform:uppercase;\n}\n\n.iec-welcome-v2 .iec-eyebrow:before {\n  width:30px;\n  height:4px;\n\n  content:\"\";\n\n  border-radius:99px;\n\n  background:var(--orange);\n}\n\n\n\/* Section kicker text *\/\n.iec-welcome-v2 .iec-kicker {\n  color:var(--orange-dark);\n\n  font-size:.92rem;\n  font-weight:900;\n\n  line-height:1.35;\n\n  letter-spacing:.10em;\n  text-transform:uppercase;\n}\n\n\n\/* Make the important section labels larger *\/\n.iec-welcome-v2 .iec-section-head .iec-kicker,\n.iec-welcome-v2 .iec-support-copy .iec-kicker {\n  font-size:1rem;\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-hero {\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,.92fr)\n    minmax(390px,1.08fr);\n\n  gap:clamp(28px,5vw,64px);\n\n  align-items:center;\n\n  padding:\n    10px 0\n    clamp(40px,6vw,72px);\n}\n\n.iec-welcome-v2 .iec-hero h1 {\n  max-width:680px;\n\n  margin-bottom:18px;\n\n  font-size:\n    clamp(2.7rem,6vw,5.25rem);\n\n  line-height:.97;\n\n  letter-spacing:-.055em;\n}\n\n.iec-welcome-v2 .iec-hero h1 span {\n  color:var(--orange);\n}\n\n.iec-welcome-v2 .iec-lead {\n  max-width:680px;\n\n  margin-bottom:25px;\n\n  color:var(--muted);\n\n  font-size:\n    clamp(1.02rem,1.5vw,1.18rem);\n\n  line-height:1.7;\n}\n\n\n\/* BUTTONS *\/\n\n.iec-welcome-v2 .iec-actions {\n  display:flex;\n  flex-wrap:wrap;\n  gap:12px;\n}\n\n.iec-welcome-v2 .iec-btn {\n  display:inline-flex;\n\n  min-height:50px;\n\n  align-items:center;\n  justify-content:center;\n\n  gap:10px;\n\n  padding:13px 22px;\n\n  border:1px solid transparent;\n  border-radius:15px;\n\n  background:var(--orange);\n  color:#fff;\n\n  box-shadow:\n    0 12px 28px\n    rgba(237,86,35,.25);\n\n  font-weight:850;\n\n  text-decoration:none;\n\n  transition:.18s ease;\n}\n\n.iec-welcome-v2 .iec-btn:hover,\n.iec-welcome-v2 .iec-btn:focus-visible {\n  background:var(--orange-dark);\n\n  box-shadow:\n    0 16px 34px\n    rgba(237,86,35,.3);\n\n  transform:translateY(-2px);\n}\n\n.iec-welcome-v2 .iec-btn--secondary {\n  border-color:rgba(8,127,123,.25);\n\n  background:rgba(255,255,255,.82);\n\n  color:var(--teal-dark);\n\n  box-shadow:none;\n}\n\n.iec-welcome-v2 .iec-btn svg {\n  width:21px;\n  height:21px;\n\n  fill:none;\n  stroke:currentColor;\n\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n\n\/* =========================================================\n   HERO ART\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-hero-art {\n  position:relative;\n\n  min-width:0;\n\n  padding:18px;\n}\n\n.iec-welcome-v2 .iec-hero-art:before {\n  position:absolute;\n\n  inset:4% 10% 0 0;\n\n  content:\"\";\n\n  border-radius:42px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(33,213,205,.26),\n      rgba(33,213,205,.03)\n    );\n\n  transform:rotate(-3deg);\n}\n\n.iec-welcome-v2 .iec-art-card {\n  position:relative;\n  z-index:1;\n\n  padding:20px;\n\n  border:7px solid #fff;\n  border-radius:30px;\n\n  background:#fff;\n\n  box-shadow:var(--shadow);\n}\n\n\n\/* FLOATING NOTE *\/\n\n.iec-welcome-v2 .iec-float-note {\n  position:absolute;\n  z-index:2;\n\n  right:0;\n  bottom:0;\n\n  display:grid;\n\n  grid-template-columns:\n    44px 1fr;\n\n  gap:11px;\n\n  width:min(285px,78%);\n\n  padding:14px 16px;\n\n  border:1px solid rgba(255,255,255,.9);\n  border-radius:18px;\n\n  background:rgba(255,255,255,.95);\n\n  box-shadow:\n    0 16px 38px\n    rgba(20,49,64,.16);\n}\n\n.iec-welcome-v2 .iec-float-icon {\n  display:grid;\n\n  width:44px;\n  height:44px;\n\n  place-items:center;\n\n  border-radius:14px;\n\n  background:var(--teal);\n  color:#064b48;\n}\n\n.iec-welcome-v2 .iec-float-icon svg {\n  width:23px;\n  height:23px;\n\n  fill:none;\n  stroke:currentColor;\n\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.iec-welcome-v2 .iec-float-note strong {\n  display:block;\n\n  font-size:1.08rem;\n  font-weight:850;\n\n  line-height:1.3;\n}\n\n.iec-welcome-v2 .iec-float-note span {\n  color:var(--muted);\n\n  font-size:1rem;\n\n  line-height:1.45;\n}\n\n\n\/* =========================================================\n   TRUST BOXES\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-trust {\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,minmax(0,1fr));\n\n  gap:12px;\n\n  margin-bottom:\n    clamp(48px,7vw,82px);\n}\n\n.iec-welcome-v2 .iec-trust-item {\n  display:flex;\n\n  align-items:center;\n\n  gap:15px;\n\n  min-height:100px;\n\n  padding:20px;\n\n  border:1px solid var(--line);\n  border-radius:17px;\n\n  background:rgba(255,255,255,.82);\n}\n\n.iec-welcome-v2 .iec-icon {\n  display:grid;\n\n  width:52px;\n  height:52px;\n\n  flex:0 0 auto;\n\n  place-items:center;\n\n  border-radius:14px;\n\n  background:var(--teal-soft);\n\n  color:var(--teal-dark);\n}\n\n.iec-welcome-v2\n.iec-trust-item:nth-child(even)\n.iec-icon {\n  background:var(--orange-soft);\n  color:var(--orange-dark);\n}\n\n.iec-welcome-v2 .iec-icon svg {\n  width:27px;\n  height:27px;\n\n  fill:none;\n  stroke:currentColor;\n\n  stroke-width:2;\n  stroke-linecap:round;\n  stroke-linejoin:round;\n}\n\n.iec-welcome-v2\n.iec-trust-item strong {\n  font-size:1.22rem;\n  font-weight:850;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   GENERAL SECTIONS\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-section {\n  margin-bottom:\n    clamp(48px,7vw,82px);\n}\n\n.iec-welcome-v2 .iec-section-head {\n  max-width:760px;\n\n  margin:\n    0 auto 28px;\n\n  text-align:center;\n}\n\n.iec-welcome-v2 .iec-section-head h2 {\n  margin:\n    7px 0 12px;\n\n  font-size:\n    clamp(2rem,4vw,3.25rem);\n\n  font-weight:850;\n\n  line-height:1.05;\n\n  letter-spacing:-.035em;\n}\n\n.iec-welcome-v2\n.iec-section-head p {\n  color:var(--muted);\n\n  font-size:1.15rem;\n  line-height:1.7;\n}\n\n\n\/* =========================================================\n   WHO WE WELCOME\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-audience {\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,minmax(0,1fr));\n\n  gap:15px;\n}\n\n.iec-welcome-v2\n.iec-audience-card {\n  position:relative;\n\n  overflow:hidden;\n\n  min-height:250px;\n\n  padding:28px;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  background:#fff;\n\n  box-shadow:\n    0 12px 32px\n    rgba(20,49,64,.06);\n}\n\n.iec-welcome-v2\n.iec-audience-card:after {\n  position:absolute;\n\n  right:-26px;\n  bottom:-28px;\n\n  width:100px;\n  height:100px;\n\n  content:\"\";\n\n  border-radius:50%;\n\n  background:var(--teal-soft);\n}\n\n.iec-welcome-v2\n.iec-audience-card:nth-child(even):after {\n  background:var(--orange-soft);\n}\n\n.iec-welcome-v2\n.iec-audience-card\n.iec-icon {\n  margin-bottom:18px;\n}\n\n\n\/* HEADINGS NOW BOLD *\/\n\n.iec-welcome-v2\n.iec-audience-card h3 {\n  margin-bottom:9px;\n\n  color:var(--ink);\n\n  font-size:1.42rem;\n  font-weight:850;\n\n  line-height:1.3;\n}\n\n.iec-welcome-v2\n.iec-audience-card p {\n  position:relative;\n  z-index:1;\n\n  color:var(--muted);\n\n  font-size:1.14rem;\n  line-height:1.68;\n}\n\n\n\/* =========================================================\n   SUPPORT SECTION\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-support {\n  display:grid;\n\n  grid-template-columns:\n    minmax(330px,.9fr)\n    minmax(0,1.1fr);\n\n  gap:\n    clamp(24px,4vw,52px);\n\n  align-items:center;\n\n  padding:\n    clamp(22px,4vw,42px);\n\n  border:1px solid var(--line);\n  border-radius:27px;\n\n  background:#fff;\n\n  box-shadow:var(--shadow);\n}\n\n.iec-welcome-v2 .iec-support-art {\n  overflow:hidden;\n\n  border:1px solid #e5eeee;\n  border-radius:23px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #effdfc,\n      #fff7f3\n    );\n}\n\n.iec-welcome-v2\n.iec-support-copy h2 {\n  margin:\n    7px 0 14px;\n\n  font-size:\n    clamp(1.9rem,3.5vw,3rem);\n\n  font-weight:850;\n\n  line-height:1.08;\n\n  letter-spacing:-.03em;\n}\n\n.iec-welcome-v2\n.iec-support-copy p {\n  color:var(--muted);\n\n  font-size:1.07rem;\n  line-height:1.68;\n}\n\n.iec-welcome-v2 .iec-checks {\n  display:grid;\n\n  gap:12px;\n\n  margin:\n    20px 0 0;\n\n  padding:0;\n\n  list-style:none;\n}\n\n.iec-welcome-v2\n.iec-checks li {\n  display:flex;\n\n  gap:12px;\n\n  align-items:flex-start;\n\n  font-size:1.14rem;\n  line-height:1.65;\n}\n\n.iec-welcome-v2\n.iec-checks li strong {\n  font-size:1.16rem;\n  font-weight:850;\n}\n\n.iec-welcome-v2\n.iec-checks span {\n  display:grid;\n\n  width:28px;\n  height:28px;\n\n  flex:0 0 auto;\n\n  place-items:center;\n\n  border-radius:50%;\n\n  background:var(--teal-soft);\n\n  color:var(--teal-dark);\n\n  font-weight:900;\n}\n\n\n\/* =========================================================\n   JOURNEY CARDS\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-journey {\n  display:grid;\n\n  grid-template-columns:\n    repeat(4,minmax(0,1fr));\n\n  gap:14px;\n\n  counter-reset:step;\n}\n\n.iec-welcome-v2 .iec-step {\n  position:relative;\n\n  min-height:275px;\n\n  padding:\n    29px 25px;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  background:#fff;\n}\n\n.iec-welcome-v2\n.iec-step:before {\n  counter-increment:step;\n\n  content:\n    \"0\" counter(step);\n\n  display:block;\n\n  margin-bottom:18px;\n\n  color:var(--orange);\n\n  font-size:.82rem;\n  font-weight:900;\n\n  letter-spacing:.1em;\n}\n\n.iec-welcome-v2\n.iec-step:not(:last-child):after {\n  position:absolute;\n\n  z-index:2;\n\n  top:46px;\n  right:-22px;\n\n  width:30px;\n  height:2px;\n\n  content:\"\";\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--teal),\n      transparent\n    );\n}\n\n.iec-welcome-v2\n.iec-step\n.iec-icon {\n  margin-bottom:17px;\n}\n\n\n\/* HEADINGS NOW BOLD *\/\n\n.iec-welcome-v2\n.iec-step h3 {\n  margin-bottom:9px;\n\n  color:var(--ink);\n\n  font-size:1.42rem;\n  font-weight:850;\n\n  line-height:1.3;\n}\n\n.iec-welcome-v2\n.iec-step p {\n  color:var(--muted);\n\n  font-size:1.14rem;\n  line-height:1.68;\n}\n\n\n\/* =========================================================\n   QUALIFICATIONS\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-offer {\n  display:grid;\n\n  grid-template-columns:\n    minmax(0,1.05fr)\n    minmax(340px,.95fr);\n\n  gap:\n    clamp(24px,4vw,48px);\n\n  align-items:center;\n\n  padding:\n    clamp(24px,4vw,44px);\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:28px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #172c3a,\n      #29495c\n    );\n\n  color:#fff;\n}\n\n.iec-welcome-v2\n.iec-offer:before {\n  position:absolute;\n\n  right:-130px;\n  top:-180px;\n\n  width:390px;\n  height:390px;\n\n  content:\"\";\n\n  border:\n    70px solid\n    rgba(237,86,35,.20);\n\n  border-radius:50%;\n}\n\n.iec-welcome-v2 .iec-offer-copy {\n  position:relative;\n  z-index:1;\n}\n\n.iec-welcome-v2\n.iec-offer\n.iec-kicker {\n  color:#ffd8ca;\n}\n\n.iec-welcome-v2\n.iec-offer h2 {\n  margin:\n    8px 0 14px;\n\n  font-size:\n    clamp(2rem,4vw,3.2rem);\n\n  font-weight:850;\n\n  line-height:1.06;\n\n  letter-spacing:-.035em;\n}\n\n.iec-welcome-v2\n.iec-offer p {\n  color:\n    rgba(255,255,255,.82);\n\n  font-size:1.08rem;\n}\n\n.iec-welcome-v2 .iec-offer-notice {\n  margin-top:22px;\n  padding:18px 20px;\n\n  border:1px solid rgba(255,255,255,.20);\n  border-left:5px solid var(--orange);\n  border-radius:17px;\n\n  background:rgba(255,255,255,.10);\n}\n\n.iec-welcome-v2 .iec-offer-notice strong {\n  display:block;\n  margin-bottom:6px;\n\n  color:#fff;\n  font-size:1.24rem;\n  font-weight:850;\n  line-height:1.4;\n}\n\n.iec-welcome-v2 .iec-offer-notice p {\n  margin:0;\n\n  color:rgba(255,255,255,.92);\n  font-size:1.18rem;\n  line-height:1.68;\n}\n\n.iec-welcome-v2\n.iec-levels {\n  position:relative;\n  z-index:1;\n\n  display:grid;\n\n  grid-template-columns:\n    repeat(2,minmax(0,1fr));\n\n  gap:12px;\n}\n\n.iec-welcome-v2 .iec-level {\n  display:flex;\n\n  align-items:center;\n\n  gap:15px;\n\n  min-height:96px;\n\n  padding:18px;\n\n  border:\n    1px solid\n    rgba(255,255,255,.17);\n\n  border-radius:17px;\n\n  background:\n    rgba(255,255,255,.09);\n}\n\n.iec-welcome-v2\n.iec-level\n.iec-icon {\n  background:#fff;\n  color:var(--orange);\n}\n\n.iec-welcome-v2\n.iec-level strong {\n  font-size:1.22rem;\n  font-weight:850;\n\n  line-height:1.4;\n}\n\n\n\/* =========================================================\n   AWARDING BODY BADGES\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-bodies {\n  display:flex;\n  flex-wrap:wrap;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:25px;\n}\n\n.iec-welcome-v2 .iec-badge {\n  padding:11px 18px;\n\n  border:1px solid var(--line);\n  border-radius:999px;\n\n  background:#fff;\n\n  font-size:1.08rem;\n  font-weight:800;\n\n  box-shadow:\n    0 6px 18px\n    rgba(20,49,64,.05);\n}\n\n.iec-welcome-v2\n.iec-badge:nth-child(odd) {\n  color:var(--orange-dark);\n}\n\n.iec-welcome-v2\n.iec-badge:nth-child(even) {\n  color:var(--teal-dark);\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-cta {\n  display:grid;\n\n  grid-template-columns:\n    1fr auto;\n\n  gap:24px;\n\n  align-items:center;\n\n  padding:\n    clamp(25px,4vw,42px);\n\n  border-radius:25px;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--orange),\n      #ff7a43\n    );\n\n  color:#fff;\n\n  box-shadow:\n    0 18px 42px\n    rgba(237,86,35,.24);\n}\n\n.iec-welcome-v2\n.iec-cta\n.iec-kicker {\n  color:#fff4ee;\n}\n\n.iec-welcome-v2\n.iec-cta h2 {\n  margin:\n    7px 0 9px;\n\n  font-size:\n    clamp(1.8rem,3.5vw,2.8rem);\n\n  font-weight:850;\n\n  line-height:1.08;\n}\n\n.iec-welcome-v2\n.iec-cta p {\n  max-width:760px;\n\n  color:\n    rgba(255,255,255,.9);\n\n  font-size:1.04rem;\n}\n\n.iec-welcome-v2\n.iec-cta\n.iec-btn {\n  background:#fff;\n\n  color:var(--orange-dark);\n\n  box-shadow:none;\n\n  white-space:nowrap;\n}\n\n.iec-welcome-v2 .iec-note {\n  margin:\n    18px 0 0;\n\n  color:var(--muted);\n\n  font-size:.96rem;\n\n  text-align:center;\n}\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media(max-width:900px) {\n\n  .iec-welcome-v2 .iec-hero,\n  .iec-welcome-v2 .iec-support,\n  .iec-welcome-v2 .iec-offer {\n    grid-template-columns:1fr;\n  }\n\n  .iec-welcome-v2 .iec-hero-art {\n    max-width:680px;\n\n    margin:0 auto;\n\n    width:100%;\n  }\n\n  .iec-welcome-v2 .iec-trust,\n  .iec-welcome-v2 .iec-audience,\n  .iec-welcome-v2 .iec-journey {\n    grid-template-columns:\n      repeat(2,minmax(0,1fr));\n  }\n\n  .iec-welcome-v2\n  .iec-step:after {\n    display:none;\n  }\n\n  .iec-welcome-v2\n  .iec-cta {\n    grid-template-columns:1fr;\n  }\n\n}\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width:600px) {\n\n  .iec-welcome-v2 {\n    margin:12px auto;\n\n    padding:16px;\n\n    border-radius:20px;\n  }\n\n  .iec-welcome-v2 .iec-eyebrow {\n    font-size:.92rem;\n  }\n\n  .iec-welcome-v2\n  .iec-section-head .iec-kicker,\n  .iec-welcome-v2\n  .iec-support-copy .iec-kicker {\n    font-size:.92rem;\n  }\n\n  .iec-welcome-v2\n  .iec-hero h1 {\n    font-size:\n      clamp(2.45rem,15vw,4rem);\n  }\n\n  .iec-welcome-v2\n  .iec-hero-art {\n    padding:\n      8px 4px 35px;\n  }\n\n  .iec-welcome-v2\n  .iec-art-card {\n    padding:8px;\n\n    border-width:5px;\n    border-radius:22px;\n  }\n\n  .iec-welcome-v2\n  .iec-float-note {\n    right:0;\n\n    width:88%;\n\n    padding:11px;\n  }\n\n  .iec-welcome-v2 .iec-trust,\n  .iec-welcome-v2 .iec-audience,\n  .iec-welcome-v2 .iec-journey,\n  .iec-welcome-v2 .iec-levels {\n    grid-template-columns:1fr;\n  }\n\n  .iec-welcome-v2 .iec-support,\n  .iec-welcome-v2 .iec-offer {\n    padding:20px;\n\n    border-radius:22px;\n  }\n\n  .iec-welcome-v2\n  .iec-actions .iec-btn {\n    width:100%;\n  }\n\n  .iec-welcome-v2\n  .iec-audience-card,\n  .iec-welcome-v2\n  .iec-step {\n    min-height:auto;\n\n    padding:23px;\n  }\n\n  .iec-welcome-v2\n  .iec-trust-item strong {\n    font-size:1.14rem;\n  }\n\n  .iec-welcome-v2\n  .iec-audience-card h3,\n  .iec-welcome-v2\n  .iec-step h3 {\n    font-size:1.28rem;\n  }\n\n  .iec-welcome-v2\n  .iec-audience-card p,\n  .iec-welcome-v2\n  .iec-step p,\n  .iec-welcome-v2\n  .iec-checks li {\n    font-size:1.07rem;\n  }\n\n  .iec-welcome-v2\n  .iec-level strong {\n    font-size:1.15rem;\n  }\n\n}\n\n\/* =========================================================\n   READABILITY OVERRIDES \u2014 SIGNIFICANTLY LARGER TEXT\n   Added to make the page clearly readable across desktop,\n   tablet and mobile without subtle, barely noticeable changes.\n   ========================================================= *\/\n\n.iec-welcome-v2 {\n  font-size: 18px;\n  line-height: 1.7;\n}\n\n\/* Small labels \/ eyebrow text *\/\n.iec-welcome-v2 .iec-eyebrow {\n  font-size: 1.18rem;\n  line-height: 1.4;\n}\n\n.iec-welcome-v2 .iec-kicker,\n.iec-welcome-v2 .iec-section-head .iec-kicker,\n.iec-welcome-v2 .iec-support-copy .iec-kicker {\n  font-size: 1.12rem;\n  line-height: 1.45;\n}\n\n\/* Main introductory copy *\/\n.iec-welcome-v2 .iec-lead {\n  font-size: clamp(1.28rem, 1.7vw, 1.42rem);\n  line-height: 1.72;\n}\n\n\/* Buttons *\/\n.iec-welcome-v2 .iec-btn {\n  min-height: 56px;\n  padding: 15px 24px;\n  font-size: 1.12rem;\n  line-height: 1.3;\n}\n\n\/* Floating information card *\/\n.iec-welcome-v2 .iec-float-note strong {\n  font-size: 1.22rem;\n}\n\n.iec-welcome-v2 .iec-float-note span {\n  font-size: 1.12rem;\n  line-height: 1.5;\n}\n\n\/* Trust boxes *\/\n.iec-welcome-v2 .iec-trust-item strong {\n  font-size: 1.34rem;\n  line-height: 1.45;\n}\n\n\/* Section intro paragraphs *\/\n.iec-welcome-v2 .iec-section-head p {\n  font-size: 1.3rem;\n  line-height: 1.75;\n}\n\n\/* Audience cards *\/\n.iec-welcome-v2 .iec-audience-card h3 {\n  font-size: 1.58rem;\n  line-height: 1.3;\n}\n\n.iec-welcome-v2 .iec-audience-card p {\n  font-size: 1.25rem;\n  line-height: 1.72;\n}\n\n\/* Support section *\/\n.iec-welcome-v2 .iec-support-copy p {\n  font-size: 1.24rem;\n  line-height: 1.74;\n}\n\n.iec-welcome-v2 .iec-checks li {\n  font-size: 1.24rem;\n  line-height: 1.7;\n}\n\n.iec-welcome-v2 .iec-checks li strong {\n  font-size: 1.3rem;\n}\n\n\/* Journey cards *\/\n.iec-welcome-v2 .iec-step:before {\n  font-size: 1rem;\n}\n\n.iec-welcome-v2 .iec-step h3 {\n  font-size: 1.58rem;\n  line-height: 1.3;\n}\n\n.iec-welcome-v2 .iec-step p {\n  font-size: 1.25rem;\n  line-height: 1.72;\n}\n\n\/* Qualifications section *\/\n.iec-welcome-v2 .iec-offer p {\n  font-size: 1.24rem;\n  line-height: 1.72;\n}\n\n.iec-welcome-v2 .iec-level strong {\n  font-size: 1.34rem;\n  line-height: 1.45;\n}\n\n.iec-welcome-v2 .iec-badge {\n  font-size: 1.2rem;\n  padding: 12px 20px;\n}\n\n\/* Final CTA and note *\/\n.iec-welcome-v2 .iec-cta p {\n  font-size: 1.22rem;\n  line-height: 1.7;\n}\n\n.iec-welcome-v2 .iec-note {\n  font-size: 1.12rem;\n  line-height: 1.65;\n}\n\n\/* Increase text inside the two SVG illustrations too *\/\n.iec-welcome-v2 .iec-hero-art svg text {\n  font-size: 20px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"23\"] {\n  font-size: 26px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"22\"] {\n  font-size: 24px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"17\"] {\n  font-size: 19px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"24\"] {\n  font-size: 27px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"20\"] {\n  font-size: 22px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"16.5\"] {\n  font-size: 18.5px;\n}\n\n\/* Keep mobile text large and readable rather than shrinking it *\/\n@media(max-width:600px) {\n\n  .iec-welcome-v2 {\n    font-size: 18px;\n  }\n\n  .iec-welcome-v2 .iec-eyebrow,\n  .iec-welcome-v2 .iec-kicker,\n  .iec-welcome-v2 .iec-section-head .iec-kicker,\n  .iec-welcome-v2 .iec-support-copy .iec-kicker {\n    font-size: 1.05rem;\n  }\n\n  .iec-welcome-v2 .iec-lead {\n    font-size: 1.24rem;\n  }\n\n  .iec-welcome-v2 .iec-btn {\n    font-size: 1.12rem;\n  }\n\n  .iec-welcome-v2 .iec-trust-item strong {\n    font-size: 1.28rem;\n  }\n\n  .iec-welcome-v2 .iec-section-head p,\n  .iec-welcome-v2 .iec-support-copy p,\n  .iec-welcome-v2 .iec-offer p,\n  .iec-welcome-v2 .iec-cta p {\n    font-size: 1.2rem;\n  }\n\n  .iec-welcome-v2 .iec-audience-card h3,\n  .iec-welcome-v2 .iec-step h3 {\n    font-size: 1.48rem;\n  }\n\n  .iec-welcome-v2 .iec-audience-card p,\n  .iec-welcome-v2 .iec-step p,\n  .iec-welcome-v2 .iec-checks li {\n    font-size: 1.18rem;\n  }\n\n  .iec-welcome-v2 .iec-checks li strong,\n  .iec-welcome-v2 .iec-level strong {\n    font-size: 1.24rem;\n  }\n\n  .iec-welcome-v2 .iec-badge {\n    font-size: 1.12rem;\n  }\n\n  .iec-welcome-v2 .iec-note {\n    font-size: 1.08rem;\n  }\n}\n\n\n\/* =========================================================\n   FINAL ACCESSIBILITY PASS \u2014 LARGER TEXT + NON-GREEN OFFER\n   ========================================================= *\/\n\n.iec-welcome-v2 {\n  font-size:20px;\n}\n\n.iec-welcome-v2 .iec-eyebrow,\n.iec-welcome-v2 .iec-kicker,\n.iec-welcome-v2 .iec-section-head .iec-kicker,\n.iec-welcome-v2 .iec-support-copy .iec-kicker {\n  font-size:1.2rem;\n}\n\n.iec-welcome-v2 .iec-lead {\n  font-size:clamp(1.32rem,1.8vw,1.48rem);\n}\n\n.iec-welcome-v2 .iec-btn {\n  min-height:60px;\n  padding:16px 26px;\n  font-size:1.2rem;\n}\n\n.iec-welcome-v2 .iec-float-note strong {\n  font-size:1.3rem;\n}\n\n.iec-welcome-v2 .iec-float-note span,\n.iec-welcome-v2 .iec-note {\n  font-size:1.18rem;\n}\n\n.iec-welcome-v2 .iec-trust-item strong,\n.iec-welcome-v2 .iec-level strong {\n  font-size:1.4rem;\n}\n\n.iec-welcome-v2 .iec-section-head p {\n  font-size:1.36rem;\n}\n\n.iec-welcome-v2 .iec-audience-card h3,\n.iec-welcome-v2 .iec-step h3 {\n  font-size:1.65rem;\n}\n\n.iec-welcome-v2 .iec-audience-card p,\n.iec-welcome-v2 .iec-step p,\n.iec-welcome-v2 .iec-support-copy p,\n.iec-welcome-v2 .iec-offer p,\n.iec-welcome-v2 .iec-cta p,\n.iec-welcome-v2 .iec-checks li {\n  font-size:1.3rem;\n}\n\n.iec-welcome-v2 .iec-checks li strong {\n  font-size:1.36rem;\n}\n\n.iec-welcome-v2 .iec-step:before {\n  font-size:1.08rem;\n}\n\n.iec-welcome-v2 .iec-badge {\n  padding:13px 21px;\n  font-size:1.25rem;\n}\n\n\/* Replace the previous green qualifications panel with navy and orange. *\/\n.iec-welcome-v2 .iec-offer {\n  background:linear-gradient(135deg,#172c3a,#29495c);\n}\n\n.iec-welcome-v2 .iec-offer:before {\n  border-color:rgba(237,86,35,.20);\n}\n\n.iec-welcome-v2 .iec-offer .iec-kicker {\n  color:#ffd8ca;\n}\n\n\/* Larger wording within both illustrations. *\/\n.iec-welcome-v2 .iec-hero-art svg text {\n  font-size:22px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"23\"] {\n  font-size:28px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"22\"] {\n  font-size:26px;\n}\n\n.iec-welcome-v2 .iec-hero-art svg text[font-size=\"17\"] {\n  font-size:21px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"24\"] {\n  font-size:29px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"20\"] {\n  font-size:24px;\n}\n\n.iec-welcome-v2 .iec-support-art svg text[font-size=\"16.5\"] {\n  font-size:20px;\n}\n\n@media(max-width:600px) {\n  .iec-welcome-v2 {\n    font-size:18px;\n  }\n\n  .iec-welcome-v2 .iec-eyebrow,\n  .iec-welcome-v2 .iec-kicker,\n  .iec-welcome-v2 .iec-section-head .iec-kicker,\n  .iec-welcome-v2 .iec-support-copy .iec-kicker {\n    font-size:1.12rem;\n  }\n\n  .iec-welcome-v2 .iec-btn {\n    min-height:58px;\n    font-size:1.16rem;\n  }\n\n  .iec-welcome-v2 .iec-section-head p,\n  .iec-welcome-v2 .iec-audience-card p,\n  .iec-welcome-v2 .iec-step p,\n  .iec-welcome-v2 .iec-support-copy p,\n  .iec-welcome-v2 .iec-offer p,\n  .iec-welcome-v2 .iec-cta p,\n  .iec-welcome-v2 .iec-checks li {\n    font-size:1.22rem;\n  }\n\n  .iec-welcome-v2 .iec-float-note span,\n  .iec-welcome-v2 .iec-note {\n    font-size:1.12rem;\n  }\n}\n\n\n\n\n\/* =========================================================\n   DARK QUALIFICATIONS PANEL \u2014 READABILITY FIX\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-offer,\n.iec-welcome-v2 .iec-offer h2,\n.iec-welcome-v2 .iec-offer h3,\n.iec-welcome-v2 .iec-offer p,\n.iec-welcome-v2 .iec-offer strong,\n.iec-welcome-v2 .iec-offer span {\n  color:#ffffff;\n}\n\n.iec-welcome-v2 .iec-offer .iec-kicker {\n  color:#ffd8ca;\n}\n\n.iec-welcome-v2 .iec-offer-copy > p {\n  color:rgba(255,255,255,.94);\n}\n\n.iec-welcome-v2 .iec-offer-notice {\n  border-color:rgba(255,255,255,.30);\n  border-left-color:var(--orange);\n  background:rgba(255,255,255,.14);\n}\n\n.iec-welcome-v2 .iec-offer-notice strong,\n.iec-welcome-v2 .iec-offer-notice p {\n  color:#ffffff;\n}\n\n.iec-welcome-v2 .iec-level {\n  border-color:rgba(255,255,255,.30);\n  background:rgba(255,255,255,.15);\n}\n\n.iec-welcome-v2 .iec-level strong {\n  color:#ffffff;\n}\n\n.iec-welcome-v2 .iec-level .iec-icon {\n  background:#ffffff;\n  color:var(--orange-dark);\n}\n\n\n\n\/* =========================================================\n   TOP ILLUSTRATION LAYOUT FIX\n   Widens the internal cards, keeps the phone farther right,\n   and reserves clear space beneath the artwork for the\n   \"Clear at every stage\" panel.\n   ========================================================= *\/\n\n.iec-welcome-v2 .iec-hero-art {\n  padding:18px 18px 112px;\n}\n\n.iec-welcome-v2 .iec-float-note {\n  right:18px;\n  bottom:18px;\n  width:min(330px,82%);\n}\n\n@media(max-width:600px) {\n\n  .iec-welcome-v2 .iec-hero-art {\n    padding:8px 4px 118px;\n  }\n\n  .iec-welcome-v2 .iec-float-note {\n    right:4px;\n    bottom:12px;\n    width:calc(100% - 8px);\n    max-width:350px;\n  }\n\n}\n\n<\/style>\n\n\n<section class=\"iec-welcome-v2\" aria-labelledby=\"iec-welcome-title\">\n\n\n  <!-- =====================================================\n       HERO\n       ===================================================== -->\n\n  <header class=\"iec-hero\">\n\n    <div>\n\n      <span class=\"iec-eyebrow\">\n        Intuition Exam Centres\n      <\/span>\n\n      <h1 id=\"iec-welcome-title\">\n        Your exams, made\n        <span>clearer.<\/span>\n      <\/h1>\n\n      <p class=\"iec-lead\">\n        Arranging exams as a private candidate can feel confusing\n        or stressful. Our aim is to make the process clear, calm\n        and supportive, from your first enquiry through to exam\n        day and results.\n      <\/p>\n\n      <div class=\"iec-actions\">\n\n        <a class=\"iec-btn\" href=\"https:\/\/intuitioncentres.com\/exam-centres\/apply-for-exams\/\">\n          Apply now\n        <\/a>\n\n        <a class=\"iec-btn iec-btn--secondary\" href=\"https:\/\/intuitioncentres.com\/exam-centres\/application-process\/\">\n          View the application process\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n\n    <!-- HERO JOURNEY ILLUSTRATION -->\n\n    <div class=\"iec-hero-art\" aria-label=\"Illustration of the private candidate exam journey\">\n\n      <div class=\"iec-art-card\">\n\n        <svg viewBox=\"0 0 640 520\" role=\"img\" aria-labelledby=\"heroArtTitle heroArtDesc\">\n\n          <title id=\"heroArtTitle\">\n            Your supported exam journey\n          <\/title>\n\n          <desc id=\"heroArtDesc\">\n            A modern illustration showing exam selection,\n            application, exam day and results.\n          <\/desc>\n\n          <defs>\n\n            <linearGradient id=\"iecGradA\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n              <stop stop-color=\"#21d5cd\"><\/stop>\n              <stop offset=\"1\" stop-color=\"#0b8580\"><\/stop>\n            <\/linearGradient>\n\n            <linearGradient id=\"iecGradB\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n              <stop stop-color=\"#ff7a43\"><\/stop>\n              <stop offset=\"1\" stop-color=\"#ed5623\"><\/stop>\n            <\/linearGradient>\n\n            <filter id=\"iecShadow\">\n              <feDropShadow dx=\"0\" dy=\"12\" stdDeviation=\"14\" flood-color=\"#173747\" flood-opacity=\".12\"><\/feDropShadow>\n            <\/filter>\n\n          <\/defs>\n\n\n          <rect width=\"640\" height=\"520\" rx=\"28\" fill=\"#f4fbfb\"><\/rect>\n\n          <circle cx=\"535\" cy=\"84\" r=\"72\" fill=\"#fff0e9\"><\/circle>\n\n          <circle cx=\"95\" cy=\"420\" r=\"82\" fill=\"#dffaf8\"><\/circle>\n\n\n          <path d=\"M86 106 C170 40 260 52 330 110 S486 192 558 120\" fill=\"none\" stroke=\"#b6eae7\" stroke-width=\"4\" stroke-dasharray=\"9 10\"><\/path>\n\n\n          <!-- Match the rounded-card design used in \u201cWe\u2019re here to help\u201d -->\n\n          <rect x=\"62\" y=\"66\" width=\"468\" height=\"390\" rx=\"28\" fill=\"#fff\" stroke=\"#dfe9ec\" stroke-width=\"3\" filter=\"url(#iecShadow)\"><\/rect>\n\n          <rect x=\"84\" y=\"92\" width=\"426\" height=\"58\" rx=\"16\" fill=\"#172c3a\"><\/rect>\n\n          <text x=\"132\" y=\"130\" fill=\"#fff\" font-size=\"23\" font-weight=\"700\" font-family=\"Arial, sans-serif\">\n            Your exam journey\n          <\/text>\n\n\n          <!-- CARD 1 -->\n\n          <rect x=\"84\" y=\"166\" width=\"426\" height=\"84\" rx=\"18\" fill=\"#fff8f4\" stroke=\"#f2d8cd\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"138\" cy=\"208\" r=\"22\" fill=\"#fff2ec\"><\/circle>\n\n          <path d=\"M129 208l7 7 14-17\" fill=\"none\" stroke=\"#ed5623\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"174\" y=\"198\" fill=\"#172c3a\" font-size=\"22\" font-weight=\"700\" font-family=\"Arial, sans-serif\">\n            Choose your exams\n          <\/text>\n\n          <text x=\"174\" y=\"220\" fill=\"#667782\" font-size=\"17\" font-family=\"Arial, sans-serif\">\n            <tspan x=\"174\" dy=\"0\">Select subjects, boards<\/tspan>\n            <tspan x=\"174\" dy=\"20\">and papers online<\/tspan>\n          <\/text>\n\n\n          <!-- CARD 2 -->\n\n          <rect x=\"84\" y=\"260\" width=\"426\" height=\"84\" rx=\"18\" fill=\"#f1fcfb\" stroke=\"#cfeeed\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"138\" cy=\"302\" r=\"22\" fill=\"#e9fcfb\"><\/circle>\n\n          <path d=\"M129 302l7 7 14-17\" fill=\"none\" stroke=\"#087f7b\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"174\" y=\"292\" fill=\"#172c3a\" font-size=\"22\" font-weight=\"700\" font-family=\"Arial, sans-serif\">\n            We check your application\n          <\/text>\n\n          <text x=\"174\" y=\"314\" fill=\"#667782\" font-size=\"17\" font-family=\"Arial, sans-serif\">\n            <tspan x=\"174\" dy=\"0\">Clear communication if<\/tspan>\n            <tspan x=\"174\" dy=\"20\">anything needs attention<\/tspan>\n          <\/text>\n\n\n          <!-- CARD 3 -->\n\n          <rect x=\"84\" y=\"354\" width=\"426\" height=\"84\" rx=\"18\" fill=\"#fff8f4\" stroke=\"#f2d8cd\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"138\" cy=\"396\" r=\"22\" fill=\"#fff2ec\"><\/circle>\n\n          <path d=\"M129 396l7 7 14-17\" fill=\"none\" stroke=\"#ed5623\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"174\" y=\"386\" fill=\"#172c3a\" font-size=\"22\" font-weight=\"700\" font-family=\"Arial, sans-serif\">\n            Sit your exams confidently\n          <\/text>\n\n          <text x=\"174\" y=\"408\" fill=\"#667782\" font-size=\"17\" font-family=\"Arial, sans-serif\">\n            <tspan x=\"174\" dy=\"0\">A calm, organised and<\/tspan>\n            <tspan x=\"174\" dy=\"20\">professional environment<\/tspan>\n          <\/text>\n\n\n          <!-- Original full-size green graphic -->\n\n          <rect x=\"544\" y=\"198\" width=\"78\" height=\"155\" rx=\"16\" fill=\"url(#iecGradA)\" filter=\"url(#iecShadow)\"><\/rect>\n\n          <rect x=\"558\" y=\"219\" width=\"50\" height=\"66\" rx=\"8\" fill=\"#fff\" opacity=\".95\"><\/rect>\n\n          <path d=\"\n              M568 239h30\n              M568 251h24\n              M568 263h27\n            \" stroke=\"#087f7b\" stroke-width=\"4\" stroke-linecap=\"round\"><\/path>\n\n          <path d=\"\n              M565 310h36\n              M565 325h25\n            \" stroke=\"#fff\" stroke-width=\"5\" stroke-linecap=\"round\"><\/path>\n\n\n          <!-- Orange calendar -->\n\n          <rect x=\"44\" y=\"151\" width=\"82\" height=\"82\" rx=\"22\" fill=\"url(#iecGradB)\" filter=\"url(#iecShadow)\"><\/rect>\n\n          <path d=\"\n              M66 177h39v34H66z\n              M74 168v17\n              M97 168v17\n              M73 194h8\n              M90 194h8\n              M73 204h8\n              M90 204h8\n            \" fill=\"none\" stroke=\"#fff\" stroke-width=\"4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n\n\n\n        <\/svg>\n\n      <\/div>\n\n\n      <div class=\"iec-float-note\">\n\n        <span class=\"iec-float-icon\">\n\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M20 12a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z\"><\/path>\n            <path d=\"m8.5 12 2.2 2.2 4.8-5\"><\/path>\n          <\/svg>\n\n        <\/span>\n\n        <div>\n\n          <strong>\n            Clear at every stage\n          <\/strong>\n\n          <span>\n            Guidance from application to results.\n          <\/span>\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/header>\n\n\n  <!-- =====================================================\n       TRUST BOXES\n       ===================================================== -->\n\n  <div class=\"iec-trust\">\n\n    <div class=\"iec-trust-item\">\n\n      <span class=\"iec-icon\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M4 20v-2a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v2M12 10a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z\"><\/path>\n        <\/svg>\n      <\/span>\n\n      <strong>\n        Private-candidate focused\n      <\/strong>\n\n    <\/div>\n\n\n    <div class=\"iec-trust-item\">\n\n      <span class=\"iec-icon\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M4 4h16v12H7l-3 3V4Z\"><\/path>\n          <path d=\"M8 8h8M8 12h5\"><\/path>\n        <\/svg>\n      <\/span>\n\n      <strong>\n        Clear communication\n      <\/strong>\n\n    <\/div>\n\n\n    <div class=\"iec-trust-item\">\n\n      <span class=\"iec-icon\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M3 21h18M5 21V7l7-4 7 4v14M9 11h6M9 15h6\"><\/path>\n        <\/svg>\n      <\/span>\n\n      <strong>\n        Professional exam setting\n      <\/strong>\n\n    <\/div>\n\n\n    <div class=\"iec-trust-item\">\n\n      <span class=\"iec-icon\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"m12 2 3 6 7 .9-5 4.8 1.2 7-6.2-3.3-6.2 3.3 1.2-7-5-4.8L9 8l3-6Z\"><\/path>\n        <\/svg>\n      <\/span>\n\n      <strong>\n        Major awarding bodies\n      <\/strong>\n\n    <\/div>\n\n  <\/div>\n\n\n  <!-- =====================================================\n       WHO WE WELCOME\n       ===================================================== -->\n\n  <section class=\"iec-section\" aria-labelledby=\"iec-who-title\">\n\n    <div class=\"iec-section-head\">\n\n      <span class=\"iec-kicker\">\n        Who we welcome\n      <\/span>\n\n      <h2 id=\"iec-who-title\">\n        A centre for every kind of private learner\n      <\/h2>\n\n      <p>\n        We welcome private and external candidates from a wide\n        range of backgrounds and circumstances.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"iec-audience\">\n\n      <article class=\"iec-audience-card\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M3 11 12 4l9 7M5 10v10h14V10M9 20v-6h6v6\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Home-educated learners\n        <\/h3>\n\n        <p>\n          A straightforward route to recognised qualifications\n          outside a traditional school setting.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-audience-card\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M20 11a8 8 0 1 0-2.3 5.7M20 4v7h-7\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Resit students\n        <\/h3>\n\n        <p>\n          A supportive place to retake individual papers or\n          qualifications and move forward.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-audience-card\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M4 5h16v12H4zM8 21h8M12 17v4\"><\/path>\n            <path d=\"m8 10 2 2 5-5\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Distance learners\n        <\/h3>\n\n        <p>\n          Exam entry and centre support for learners studying\n          remotely or through online providers.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-audience-card\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M12 3v18M5 8h14M7 16h10\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Mature learners\n        <\/h3>\n\n        <p>\n          A calm, respectful environment for candidates returning\n          to education at any stage of life.\n        <\/p>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       SUPPORT\n       ===================================================== -->\n\n  <section class=\"iec-section iec-support\" aria-labelledby=\"iec-support-title\">\n\n    <div class=\"iec-support-art\" aria-label=\"Illustration showing supportive exam guidance\">\n\n      <svg viewBox=\"0 0 620 500\" role=\"img\" aria-labelledby=\"supportArtTitle\">\n\n        <title id=\"supportArtTitle\">\n          Support throughout your exam journey\n        <\/title>\n\n        <defs>\n\n          <linearGradient id=\"iecSupportG\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"1\">\n            <stop stop-color=\"#21d5cd\"><\/stop>\n            <stop offset=\"1\" stop-color=\"#087f7b\"><\/stop>\n          <\/linearGradient>\n\n        <\/defs>\n\n\n        <rect width=\"620\" height=\"500\" fill=\"#f4fbfb\"><\/rect>\n\n        <circle cx=\"510\" cy=\"76\" r=\"80\" fill=\"#fff0e9\"><\/circle>\n\n        <circle cx=\"90\" cy=\"420\" r=\"95\" fill=\"#dffaf8\"><\/circle>\n\n        <!-- Clean, contained guidance cards -->\n\n        <rect x=\"76\" y=\"66\" width=\"370\" height=\"382\" rx=\"28\" fill=\"#fff\" stroke=\"#dfe9ec\" stroke-width=\"3\"><\/rect>\n\n        <rect x=\"98\" y=\"92\" width=\"326\" height=\"58\" rx=\"16\" fill=\"#172c3a\"><\/rect>\n\n        <text x=\"126\" y=\"130\" fill=\"#fff\" font-size=\"24\" font-weight=\"700\" font-family=\"Arial,sans-serif\">\n          We\u2019re here to help\n        <\/text>\n\n        <g font-family=\"Arial,sans-serif\">\n\n          <!-- CARD 1 -->\n\n          <rect x=\"98\" y=\"169\" width=\"326\" height=\"76\" rx=\"18\" fill=\"#fff8f4\" stroke=\"#f2d8cd\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"130\" cy=\"207\" r=\"22\" fill=\"#fff2ec\"><\/circle>\n\n          <path d=\"M121 207l7 7 14-17\" fill=\"none\" stroke=\"#ed5623\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"166\" y=\"199\" fill=\"#172c3a\" font-size=\"20\" font-weight=\"700\">\n            <tspan x=\"166\" dy=\"0\">Clear application<\/tspan>\n            <tspan x=\"166\" dy=\"25\">guidance<\/tspan>\n          <\/text>\n\n          <!-- CARD 2 -->\n\n          <rect x=\"98\" y=\"257\" width=\"326\" height=\"76\" rx=\"18\" fill=\"#f1fcfb\" stroke=\"#cfeeed\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"130\" cy=\"295\" r=\"22\" fill=\"#e9fcfb\"><\/circle>\n\n          <path d=\"M121 295l7 7 14-17\" fill=\"none\" stroke=\"#087f7b\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"166\" y=\"287\" fill=\"#172c3a\" font-size=\"20\" font-weight=\"700\">\n            <tspan x=\"166\" dy=\"0\">Careful application<\/tspan>\n            <tspan x=\"166\" dy=\"25\">checks<\/tspan>\n          <\/text>\n\n          <!-- CARD 3 -->\n\n          <rect x=\"98\" y=\"345\" width=\"326\" height=\"76\" rx=\"18\" fill=\"#fff8f4\" stroke=\"#f2d8cd\" stroke-width=\"2\"><\/rect>\n\n          <circle cx=\"130\" cy=\"383\" r=\"22\" fill=\"#fff2ec\"><\/circle>\n\n          <path d=\"M121 383l7 7 14-17\" fill=\"none\" stroke=\"#ed5623\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n          <text x=\"166\" y=\"375\" fill=\"#172c3a\" font-size=\"20\" font-weight=\"700\">\n            <tspan x=\"166\" dy=\"0\">A calm exam-day<\/tspan>\n            <tspan x=\"166\" dy=\"25\">setting<\/tspan>\n          <\/text>\n\n        <\/g>\n\n\n        <!-- GREEN PHONE \/ DOCUMENT\n             ORIGINAL SIZE AND POSITION -->\n\n        <rect x=\"454\" y=\"154\" width=\"118\" height=\"205\" rx=\"22\" fill=\"url(#iecSupportG)\" transform=\"rotate(5 513 256)\"><\/rect>\n\n        <rect x=\"477\" y=\"185\" width=\"72\" height=\"94\" rx=\"10\" fill=\"#fff\"><\/rect>\n\n        <path d=\"\n            M492 210h42\n            M492 229h34\n            M492 248h39\n          \" stroke=\"#087f7b\" stroke-width=\"5\" stroke-linecap=\"round\"><\/path>\n\n        <circle cx=\"514\" cy=\"315\" r=\"20\" fill=\"#ed5623\"><\/circle>\n\n        <path d=\"m505 315 7 7 13-16\" fill=\"none\" stroke=\"#fff\" stroke-width=\"5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n\n      <\/svg>\n\n    <\/div>\n\n\n    <div class=\"iec-support-copy\">\n\n      <span class=\"iec-kicker\">\n        Support, not just processing\n      <\/span>\n\n      <h2 id=\"iec-support-title\">\n        A team that looks after the whole journey\n      <\/h2>\n\n      <p>\n        Whatever your circumstances, our experienced exams team\n        will guide you through each stage, from your first enquiry\n        to exam entry, exam day and results. We want every candidate\n        to feel looked after, not just processed.\n      <\/p>\n\n      <p>\n        Our centre provides a professional, organised and welcoming\n        environment where candidates can sit their exams with confidence.\n      <\/p>\n\n\n      <ul class=\"iec-checks\">\n\n        <li>\n\n          <span>\u2713<\/span>\n\n          <div>\n            <strong>Clear information<\/strong>\n            <br>\n            Practical guidance without unnecessary complexity.\n          <\/div>\n\n        <\/li>\n\n        <li>\n\n          <span>\u2713<\/span>\n\n          <div>\n            <strong>Careful checks<\/strong>\n            <br>\n            We contact you if anything is missing or incorrect.\n          <\/div>\n\n        <\/li>\n\n        <li>\n\n          <span>\u2713<\/span>\n\n          <div>\n            <strong>Calm exam days<\/strong>\n            <br>\n            A structured setting designed to help candidates feel prepared.\n          <\/div>\n\n        <\/li>\n\n      <\/ul>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       FOUR STAGES\n       ===================================================== -->\n\n  <section class=\"iec-section\" aria-labelledby=\"iec-journey-title\">\n\n    <div class=\"iec-section-head\">\n\n      <span class=\"iec-kicker\">\n        Your exam journey\n      <\/span>\n\n      <h2 id=\"iec-journey-title\">\n        Four clear stages\n      <\/h2>\n\n      <p>\n        From choosing your exams to receiving your results,\n        each stage is explained and supported.\n      <\/p>\n\n    <\/div>\n\n\n    <div class=\"iec-journey\">\n\n      <article class=\"iec-step\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M5 4h14v16H5zM8 8h8M8 12h8M8 16h5\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Choose your exams\n        <\/h3>\n\n        <p>\n          Select a single exam or multiple exams from the\n          options available online.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-step\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M4 5h16v14H4zM8 9h8M8 13h5\"><\/path>\n            <path d=\"m15 16 2 2 4-5\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Submit your application\n        <\/h3>\n\n        <p>\n          Complete the online form and pay through the secure\n          shopping basket.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-step\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M4 6h16v14H4zM8 3v6M16 3v6M4 11h16\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Prepare for exam day\n        <\/h3>\n\n        <p>\n          Receive your Statement of Entry and check all exam\n          dates and details carefully.\n        <\/p>\n\n      <\/article>\n\n\n      <article class=\"iec-step\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M4 19V9M10 19V5M16 19v-8M22 19V3\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <h3>\n          Receive your results\n        <\/h3>\n\n        <p>\n          Results are issued in line with awarding-body dates,\n          with certificates following later.\n        <\/p>\n\n      <\/article>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- =====================================================\n       QUALIFICATIONS\n       ===================================================== -->\n\n  <section class=\"iec-section iec-offer\" aria-labelledby=\"iec-offer-title\">\n\n    <div class=\"iec-offer-copy\">\n\n      <span class=\"iec-kicker\">\n        Qualifications and awarding bodies\n      <\/span>\n\n      <h2 id=\"iec-offer-title\">\n        A broad range of recognised exams\n      <\/h2>\n\n      <p>\n        We are accredited by major awarding bodies including AQA,\n        Pearson Edexcel, OCR and WJEC. We offer Functional Skills,\n        GCSEs, IGCSEs and A Levels.\n      <\/p>\n\n      <p>\n        At Intuition Exam Centres, we are here to support you with\n        care, understanding and professionalism throughout your\n        exam journey.\n      <\/p>\n\n      <div class=\"iec-offer-notice\" role=\"note\" aria-label=\"Exam availability notice\">\n\n        <strong>\n          Please check that your exam is listed\n        <\/strong>\n\n        <p>\n          We can only accept entries for the exam subjects, awarding\n          bodies and options currently listed on our website. If the exam\n          you require is not shown, we are unfortunately unable to offer it.\n          To help us respond efficiently, please do not email, call or submit\n          an enquiry about subjects or options that are not listed.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n\n    <div class=\"iec-levels\">\n\n      <div class=\"iec-level\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M5 20V8l7-5 7 5v12M9 20v-6h6v6\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <strong>\n          Entry Level\n        <\/strong>\n\n      <\/div>\n\n\n      <div class=\"iec-level\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M4 4h16v16H4zM8 8h8M8 12h8M8 16h5\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <strong>\n          Functional Skills\n        <\/strong>\n\n      <\/div>\n\n\n      <div class=\"iec-level\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"m3 10 9-5 9 5-9 5-9-5Z\"><\/path>\n            <path d=\"M7 13v4c3 2 7 2 10 0v-4\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <strong>\n          GCSEs\n        <\/strong>\n\n      <\/div>\n\n\n      <div class=\"iec-level\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\n            <path d=\"M3 12h18M12 3c3 3 3 15 0 18M12 3c-3 3-3 15 0 18\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <strong>\n          IGCSEs\n        <\/strong>\n\n      <\/div>\n\n\n      <div class=\"iec-level\">\n\n        <span class=\"iec-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"m3 10 9-5 9 5-9 5-9-5Z\"><\/path>\n            <path d=\"M19 12v5M7 13v4c3 2 7 2 10 0v-4\"><\/path>\n          <\/svg>\n        <\/span>\n\n        <strong>\n          A Levels\n        <\/strong>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n  <!-- AWARDING BODIES -->\n\n  <div class=\"iec-bodies\">\n\n    <span class=\"iec-badge\">\n      AQA\n    <\/span>\n\n    <span class=\"iec-badge\">\n      Pearson Edexcel\n    <\/span>\n\n    <span class=\"iec-badge\">\n      OCR\n    <\/span>\n\n    <span class=\"iec-badge\">\n      WJEC\n    <\/span>\n\n  <\/div>\n\n\n  <!-- =====================================================\n       CTA\n       ===================================================== -->\n\n  <section class=\"iec-section iec-cta\" aria-labelledby=\"iec-start-title\">\n\n    <div>\n\n      <span class=\"iec-kicker\">\n        Get started\n      <\/span>\n\n      <h2 id=\"iec-start-title\">\n        Ready to apply for your exams?\n      <\/h2>\n\n      <p>\n        You can apply online to enter any single exam or multiple\n        exams. We will contact you about the exam or exams you have\n        chosen and discuss anything missing or incorrect on the\n        application form.\n      <\/p>\n\n    <\/div>\n\n\n    <a class=\"iec-btn\" href=\"https:\/\/intuitioncentres.com\/exam-centres\/apply-for-exams\/\">\n      Apply now\n    <\/a>\n\n  <\/section>\n\n\n  <p class=\"iec-note\">\n    We only offer the exam subjects, boards and options currently\n    listed on our website. If your required subject is not shown,\n    unfortunately we are unable to offer it, so please do not email \/\n    submit an enquiry for subjects that are not listed.\n  <\/p>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>Intuition Exam Centres Your exams, made clearer. Arranging exams as a private candidate can feel confusing or stressful. Our aim is to make the process clear, calm and supportive, from your first enquiry through to exam day and results. Apply now View the application process Your supported exam journey A modern illustration showing exam selection, [&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-28","page","type-page","status-publish","hentry","post"],"_links":{"self":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/28","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=28"}],"version-history":[{"count":33,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/28\/revisions"}],"predecessor-version":[{"id":1090,"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/pages\/28\/revisions\/1090"}],"wp:attachment":[{"href":"https:\/\/intuitioncentres.com\/exam-centres\/wp-json\/wp\/v2\/media?parent=28"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}