:root {
  font-family: "Poppins", sans-serif;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans-v13-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/fonts/open-sans-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-300.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-300.woff") format("woff"), url("/fonts/open-sans-v13-latin-300.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans-v13-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans"), local("OpenSans"), url("/fonts/open-sans-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-regular.woff") format("woff"), url("/fonts/open-sans-v13-latin-regular.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans-v13-latin-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/fonts/open-sans-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-600.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-600.woff") format("woff"), url("/fonts/open-sans-v13-latin-600.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans-v13-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/fonts/open-sans-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v13-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v13-latin-700.woff") format("woff"), url("/fonts/open-sans-v13-latin-700.ttf") format("truetype"), url("/fonts/open-sans-v13-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* Poppins-300 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins-300.ttf") format("truetype"), url("/fonts/poppins-300.woff") format("woff");
}
/* Poppins-400 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/Poppins-400.ttf") format("truetype"), url("/fonts/poppins-400.woff") format("woff");
}
/* Poppins-600 */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/Poppins-600.ttf") format("truetype"), url("/fonts/poppins-600.woff") format("woff");
}
/*Poppins-700*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/Poppins-700.ttf") format("truetype"), url("/fonts/poppins-700.woff") format("woff");
}
/*Poppins-800*/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/Poppins-800.ttf") format("truetype"), url("/fonts/poppins-800.woff") format("woff");
}
/* IBMPlexSans-300 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins-300.ttf") format("truetype"), url("/fonts/IBMPlexSans-300.woff") format("woff");
}
/* IBMPlexSans-400 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/IBMPlexSans-400.ttf") format("truetype"), url("/fonts/IBMPlexSans-400.woff") format("woff");
}
/* IBMPlexSans-600 */
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/IBMPlexSans-600.ttf") format("truetype"), url("/fonts/IBMPlexSans-600.woff") format("woff");
}
/*IBMPlexSans-700*/
@font-face {
  font-family: "IBMPlexSans";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/IBMPlexSans-700.ttf") format("truetype"), url("/fonts/IBMPlexSans-700.woff") format("woff");
}
/* Brand default colours */
/*
$oneGuideDark:  #166290;
$oneRiskDark:  #9f1e62;
$oneQualityDark:  #aa6e26;
$oneAuditDark:  #5d810a;
$oneLearningDark:  #5e3272;
$oneLearningDark:  #714485;
*/
.c-heading--h1 {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.c-heading--h2 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.c-heading--h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
}

.c-text--lead {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  line-height: 1.4;
}

.c-text--body {
  font-size: 18px;
  line-height: 1.6;
  color: #333333;
}

.c-text--caption {
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin: 0;
}

.c-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.c-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.c-btn--primary {
  background-color: #00249B;
  color: #ffffff;
}
.c-btn--primary:hover {
  background-color: rgb(0, 24.1548387097, 104);
}

.c-btn--secondary {
  background-color: #78E8FF;
  color: #000000;
}
.c-btn--secondary:hover {
  background-color: rgb(69, 223.3111111111, 255);
}

.c-icon-card_wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: #d1f7ff;
  border-radius: 10px;
}

.c-icon-card_icon {
  width: 100%;
  height: 100%;
}

.c-icon-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.c-icon-card .c-card--content {
  text-align: left;
}
.c-icon-card .c-icon-card_wrapper {
  margin-right: 20px;
  width: 130px;
  height: 130px;
  min-height: 130px;
  min-width: 130px;
}
.c-icon-card h3 {
  margin: 0;
}

.c-card-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  text-align: left;
  margin-bottom: 15px;
}

.c-quote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
  border-left: 4px solid #00249B;
  padding-left: 15px;
  margin: 20px 0;
}

.c-image--block {
  text-align: center;
  margin: 30px 0;
}
.c-image--block img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.hero-banner {
  color: #ffffff;
  background-image: url("/HomepageResources/SVG/banner-background-dark.svg");
}
.hero-banner .hero-title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
}
.hero-banner .hero-description {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #ffffff;
}
.hero-banner .hero-trust {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.c-banner-light {
  background-color: #e6f7ff;
  background-image: url("/HomepageResources/OGP/Banner.svg");
  padding: 60px 20px;
  background-size: cover;
  background-position: revert;
  background-repeat: no-repeat;
}

.default-section {
  padding: 80px 20px;
}

.content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.governance-section {
  padding: 60px 0;
  text-align: center;
}
.governance-section .designed-for-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.governance-section .designed-for-block .designed-for-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 400;
}
.governance-section .designed-for-block .designed-for-list li {
  margin-bottom: 10px;
}

.video-section {
  background: linear-gradient(to bottom, var(--blue-light), var(--blue-light) 60%, white 50%);
}
.video-section .video {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 16/9;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}

.pricing-cta-section {
  padding: 100px 20px;
  text-align: center;
  background-size: cover;
  background-position: revert;
  background-repeat: no-repeat;
  background-color: #e6f7ff;
  background-image: url("/HomepageResources/OGP/Banner.svg");
}
.pricing-cta-section .pricing-content-container {
  max-width: 865px;
  margin: 0 auto;
}
.pricing-cta-section .pricing-amount {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pricing-cta-section .cta-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}

.oversight-section {
  padding: 80px 20px 150px;
  text-align: center;
}
.oversight-section .content-container {
  max-width: 800px;
  margin: 0 auto;
}
.oversight-section .card-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 50px;
  flex-wrap: wrap;
  flex-direction: column;
}

.features-section,
.results-section {
  padding: 80px 0;
  text-align: center;
}
.features-section .features-header .c-text--body,
.features-section .results-header .c-text--body,
.results-section .features-header .c-text--body,
.results-section .results-header .c-text--body {
  max-width: 800px;
  margin: 0 auto;
}

.accreditation-section {
  padding: 100px 0 150px;
}
.accreditation-section .accreditation-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.accreditation-section .accreditation-text-content {
  /* Specific content padding/layout goes here, but not the flex structure */
  padding-right: 40px;
}
.accreditation-section .accreditation-cta-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.accreditation-section .u-split-2col_block--graphic {
  position: relative;
}
.accreditation-section .u-split-2col_block--graphic img.accreditation-mockup {
  width: 55rem;
  max-width: unset;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}

.modules-overview-section {
  padding: 100px 0;
}
.modules-overview-section .modules-container {
  text-align: center;
  align-self: center;
  padding: 20px 80px 35px;
  border-radius: 25px;
}
.module-display {
  width: 100%;
  max-width: 80rem;
  height: 30rem;
  background-color: #fafafa;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.module-container {
  width: 112px;
  height: 100px;
  position: relative;
  border-radius: 8px;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  margin-top: -15px;
  padding-top: 15px;
}

.module-container:hover, .module-container.expanded {
  background-color: #fafafa;
  box-shadow: 0px 10px 11px 2px rgba(0, 0, 0, 0.1);
  color: #333333;
}

.module-container:hover > img {
  transform: scale(1.05);
}

.module-box {
  --module-box-transition-speed: 200ms;
  transition: all var(--module-box-transition-speed) ease-in-out;
  padding: 5rem;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  opacity: 0;
  gap: 35px;
  pointer-events: none;
}
.module-box img {
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.module-box.expanded {
  color: #333333;
  border-radius: 15px;
  background-color: #fafafa;
  cursor: default;
  pointer-events: auto;
  opacity: 1;
  transition-delay: var(--module-box-transition-speed);
  pointer-events: all;
}

.module-container:has(.expanded) {
  background-color: #fafafa;
}

.module-box.expanded.purple, .module-container:has(.expanded.purple) {
  background-color: #f1f5ff;
}

.module-box.expanded.pink, .module-container:has(.expanded.pink) {
  background-color: #fff1f7;
}

.module-box.expanded.green, .module-container:has(.expanded.green) {
  background-color: #dcffe0;
}

.module-box .module-box-content {
  opacity: 0;
  transition: opacity 200ms ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.module-container:has(.expanded)::after {
  opacity: 0;
}

.module-box.expanded .module-box-content {
  transition-delay: calc(var(--module-box-transition-speed));
  opacity: 1;
}

.module-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.module-box-header .b5\:btn-close {
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}

.module-box-body {
  font-weight: 600;
  display: flex;
}

.reporting-section {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center;
}
.reporting-section .reporting-graphic {
  padding-top: 10px;
  border-radius: 20px 20px 0px 0px;
  padding-bottom: 0px;
  background-color: #00249B;
}
.reporting-section .reporting-list {
  text-decoration: none;
}
.reporting-section .reporting-list li {
  margin-bottom: 10px;
}

.book-a-demo-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #d1f7ff;
}
.book-a-demo-section .book-a-demo-content-container {
  max-width: 800px;
  margin: 0 auto;
}
.book-a-demo-section .c-btn-group {
  margin-top: 4rem;
}

.quote-section {
  padding: 150px 20px;
}

.hero-banner {
  padding: 180px 0 120px 0;
  background-color: #00249B; /* Deep blue background fallback */
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-banner .hero-wrapper {
  /* Inherits the u-split-2col structure */
  max-width: 1200px;
  margin: 0 auto;
}
.hero-banner .hero-text-block {
  /* Specific padding/layout goes here */
}
.hero-banner .hero-cta-group {
  display: flex;
  gap: 15px; /* Space between buttons */
}
.hero-banner .hero-image-block {
  position: relative;
  width: 60%;
  height: 100%;
}
.hero-banner .hero-mockup {
  width: 65rem;
  height: auto;
  position: absolute;
  transform: translateY(60%);
  left: 0;
  bottom: 0;
}

.header-desktop {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.header-desktop .content-container {
  display: flex;
}
.header-desktop .header-desktop-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  flex-grow: 1;
  justify-content: space-between;
}
.header-desktop .header-desktop-wrapper .nav-link {
  color: #ffffff;
  text-decoration: none;
}
.header-desktop .header-desktop-wrapper .nav-link:hover, .header-desktop .header-desktop-wrapper .nav-link.active {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 2px;
}
.header-desktop .header-logo img {
  height: auto;
  width: 150px;
}
.header-desktop .nav-desktop {
  margin-left: -150px;
}

.faq-section {
  padding: 80px 0;
}
.faq-section .content-container {
  width: 100%;
  text-align: center;
}
.faq-section .c-heading--h2 {
  margin-bottom: 50px;
}
.faq-section #faq-heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.faq-section #faq-heading #fh1 {
  font-size: 2rem;
  font-weight: 800;
}
.faq-section #faq-heading .contact-us {
  text-align: right;
  font-size: 1.5rem;
}
.faq-section .accordion {
  width: 100%;
}
.faq-section .faq-button {
  width: 100%;
  font-size: 1.4rem;
  padding: 20px 0px;
  text-align: left;
}
.faq-section .accordion-body {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  padding: 30px 0px;
}

.healthcare-modules-section .text-content { /* 2 col section with multiple rows*/
  margin-bottom: 40px;
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-grid-3col {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 40px; /* Add some default top margin when used */
}

/* Base style for items within the 3-column grid */
.u-grid-3col > * {
  flex: 1;
  max-width: calc(33.33% - 20px);
  text-align: center;
}

.u-split-2col {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 40px;
  justify-content: center;
}

/* Style for the two blocks inside the split layout */
.u-split-2col_block {
  flex: 1;
  max-width: 50%;
}

.u-split-2col_block--graphic {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .u-grid-3col {
    flex-direction: column;
  }
  .u-grid-3col > * {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .u-split-2col {
    flex-direction: column;
    text-align: center;
  }
  .u-split-2col_block {
    max-width: 100%;
  }
  .u-split-2col_block--graphic {
    order: -1; /* Move graphic above text on mobile */
    margin-bottom: 30px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .features-grid,
  .accreditation-wrapper {
    flex-direction: column;
  }
  .feature-card {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .accreditation-text-block,
  .accreditation-image-block {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .accreditation-image-block {
    order: -1;
    margin-bottom: 30px;
    justify-content: center;
  }
  .accreditation-cta-group {
    justify-content: center;
  }
  .c-heading--h1 {
    font-size: 30px;
  }
  .c-heading--h2 {
    font-size: 28px;
  }
  .c-text--lead {
    font-size: 20px;
  }
  .hero-banner {
    padding: 80px 0;
    text-align: center;
    position: relative;
  }
  .hero-banner .hero-text-block {
    z-index: 1;
  }
  .hero-banner .hero-image-block {
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    z-index: 0;
  }
  .hero-banner .hero-title {
    font-size: 38px;
  }
  .hero-banner .hero-cta-group {
    justify-content: center;
  }
}