.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-72473 .elementor-element.elementor-element-59591c6{--display:flex;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-72473 .elementor-element.elementor-element-8ff1427{color:var( --e-global-color-62c3ba6 );}.elementor-72473 .elementor-element.elementor-element-2f91376{--display:flex;--justify-content:center;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-72473 .elementor-element.elementor-element-dcd0ba8{width:var( --container-widget-width, 59% );max-width:59%;--container-widget-width:59%;--container-widget-flex-grow:0;text-align:left;}.elementor-72473 .elementor-element.elementor-element-dcd0ba8 .elementor-heading-title{color:#0A3655;}.elementor-72473 .elementor-element.elementor-element-62117a7{width:var( --container-widget-width, 52% );max-width:52%;--container-widget-width:52%;--container-widget-flex-grow:0;color:#0A3655;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(min-width:768px){.elementor-72473 .elementor-element.elementor-element-2f91376{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-7f8b07c */<style>
  .menu-columns {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menu-card {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background: linear-gradient(135deg, #E7F4FF, #F1F7FF);
    padding: 20px 24px;
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  .menu-card:hover {
    transform: rotateY(6deg) rotateX(3deg) scale(1.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15);
  }

  .menu-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #0286B8;
  }

  .menu-card p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
  }
</style>

<div class="menu-columns">
  <div class="menu-card">
    <h4>Risk Management Software</h4>
    <p>Reduce exposure, invest in the right controls, respond faster to incidents, and navigate change with confidence. With optional AI, reveal blind spots and safeguard your objectives.</p>
  </div>
  <div class="menu-card">
    <h4>Audit Management Software</h4>
    <p>Simplify and centralise audits from start to finish. Assign actions, track progress, and generate reports effortlessly. Integrated workflows enhance accountability and transparency.</p>
  </div>
  <div class="menu-card">
    <h4>Compliance Management Software</h4>
    <p>Stay ahead of evolving regulations. Automate testing, track compliance actions, and ensure your organisation meets industry standards with confidence and clarity.</p>
  </div>
</div>/* End custom CSS */