Employee Engagement Assessment
@import url(‘https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap’);
.dnbhp-hdr * { box-sizing: border-box; margin: 0; padding: 0; }
.dnbhp-hdr {
font-family: ‘Plus Jakarta Sans’, sans-serif;
background: #ffffff;
border-bottom: 1px solid #e8eef4;
position: sticky;
top: 0;
z-index: 999;
box-shadow: 0 2px 12px rgba(10,42,74,0.07);
}
.dnbhp-hdr-inner {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
height: 68px;
gap: 16px;
}
/* ── LOGO ── */
.dnbhp-hdr-logo {
text-decoration: none;
display: flex;
align-items: center;
flex-shrink: 0;
}
.dnbhp-hdr-logo img {
height: 44px;
width: auto;
display: block;
}
/* ── NAV ── */
.dnbhp-hdr-nav {
display: flex;
align-items: center;
gap: 2px;
flex: 1;
justify-content: center;
}
.dnbhp-hdr-nav-item {
position: relative;
}
.dnbhp-hdr-nav-link {
display: flex;
align-items: center;
gap: 4px;
font-size: 13px;
font-weight: 600;
color: #1a2a3a;
text-decoration: none;
padding: 8px 12px;
border-radius: 6px;
white-space: nowrap;
transition: background 0.15s, color 0.15s;
}
.dnbhp-hdr-nav-link:hover {
background: #f0fdfb;
color: #0FB5A6;
}
.dnbhp-hdr-nav-link.active { color: #0FB5A6; }
.dnbhp-hdr-chevron {
font-size: 9px;
color: #999;
transition: transform 0.2s;
}
.dnbhp-hdr-nav-item:hover .dnbhp-hdr-chevron { transform: rotate(180deg); }
/* ── DROPDOWN ── */
.dnbhp-hdr-dropdown {
position: absolute;
top: calc(100% + 8px);
left: 0;
min-width: 200px;
background: #fff;
border: 1px solid #e0eaf0;
border-radius: 10px;
box-shadow: 0 8px 32px rgba(10,42,74,0.12);
padding: 8px;
opacity: 0;
visibility: hidden;
transform: translateY(-6px);
transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
z-index: 100;
}
.dnbhp-hdr-nav-item:hover .dnbhp-hdr-dropdown {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.dnbhp-hdr-dropdown a {
display: block;
font-size: 13px;
font-weight: 500;
color: #2a3a4a;
text-decoration: none;
padding: 9px 12px;
border-radius: 6px;
transition: background 0.12s, color 0.12s;
}
.dnbhp-hdr-dropdown a:hover {
background: #f0fdfb;
color: #0FB5A6;
}
.dnbhp-hdr-dropdown-divider {
height: 1px;
background: #eef2f5;
margin: 4px 0;
}
/* ── CTA BUTTON ── */
.dnbhp-hdr-cta {
display: inline-flex;
align-items: center;
gap: 7px;
background: #0FB5A6;
color: #fff;
font-family: ‘Plus Jakarta Sans’, sans-serif;
font-size: 13px;
font-weight: 700;
padding: 10px 18px;
border-radius: 8px;
text-decoration: none;
white-space: nowrap;
flex-shrink: 0;
transition: background 0.2s;
}
.dnbhp-hdr-cta:hover { background: #0E8C82; }
/* ── MOBILE TOGGLE ── */
.dnbhp-hdr-burger {
display: none;
flex-direction: column;
gap: 5px;
cursor: pointer;
padding: 4px;
background: none;
border: none;
}
.dnbhp-hdr-burger span {
display: block;
width: 24px;
height: 2px;
background: #0a2a4a;
border-radius: 2px;
transition: all 0.2s;
}
/* ── MOBILE MENU ── */
.dnbhp-hdr-mobile {
display: none;
background: #fff;
border-top: 1px solid #e8eef4;
padding: 16px 24px 24px;
}
.dnbhp-hdr-mobile.open { display: block; }
.dnbhp-hdr-mobile-section {
margin-bottom: 16px;
}
.dnbhp-hdr-mobile-section-title {
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
color: #0FB5A6;
margin-bottom: 8px;
}
.dnbhp-hdr-mobile-section a {
display: block;
font-size: 14px;
font-weight: 500;
color: #1a2a3a;
text-decoration: none;
padding: 8px 0;
border-bottom: 1px solid #f0f4f8;
}
.dnbhp-hdr-mobile-section a:hover { color: #0FB5A6; }
.dnbhp-hdr-mobile-cta {
display: flex;
align-items: center;
justify-content: center;
gap: 7px;
background: #0FB5A6;
color: #fff;
font-family: ‘Plus Jakarta Sans’, sans-serif;
font-size: 14px;
font-weight: 700;
padding: 13px;
border-radius: 8px;
text-decoration: none;
margin-top: 16px;
}
.dnbhp-hdr-mobile-cta:hover { background: #0E8C82; }
@media (max-width: 960px) {
.dnbhp-hdr-nav { display: none; }
.dnbhp-hdr-cta { display: none; }
.dnbhp-hdr-burger { display: flex; }
}

📅 Book a Consultation
For Investors
Investor Permit
Business Setup
Tax Services
Relocation Support
For Professionals
Occupation Permit
Professional Permit
Self-Employed Permit
Eligibility Check
For Employers
HR Consulting
Payroll Services
HR Audit
Recruitment Support
Resources
Blog
Guides & Articles
FAQs
About Us
Contact
📅 Book a Consultation
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-hero-col {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
padding: 80px 40px;
position: relative;
overflow: hidden;
}
.dnb-eesi-hero-col::before {
content: ”;
position: absolute; top: -50%; left: -20%; width: 600px; height: 600px;
background: radial-gradient(circle, rgba(249,115,22,.1) 0%, transparent 70%);
border-radius: 50%;
}
.dnb-eesi-hero-inner { position: relative; z-index: 2; max-width: 620px; }
.dnb-eesi-hero-badge {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.3);
padding: 6px 14px 6px 6px; border-radius: 50px; margin-bottom: 24px;
}
.dnb-eesi-hero-badge-chip {
background: #f97316; color: #fff; font-size: 11px; font-weight: 800;
padding: 3px 9px; border-radius: 30px; letter-spacing: .04em;
}
.dnb-eesi-hero-badge-text { color: #fdba74; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.dnb-eesi-hero-inner h1 { color: #ffffff; font-size: 42px; font-weight: 800; line-height: 1.12; margin: 0 0 12px; }
.dnb-eesi-hero-tagline { font-size: 18px; font-weight: 700; margin-bottom: 18px; }
.dnb-eesi-hero-tagline .hl { color: #f97316; }
.dnb-eesi-hero-inner .subtitle { color: #94a3b8; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.dnb-eesi-hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 34px; }
.dnb-eesi-hero-trust-item { display: flex; gap: 10px; align-items: flex-start; }
.dnb-eesi-hero-trust-icon {
flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.dnb-eesi-hero-trust-text { color: #e2e8f0; font-size: 12.5px; line-height: 1.5; font-weight: 600; }
.dnb-eesi-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.dnb-eesi-btn-primary {
display: inline-flex; align-items: center; gap: 8px;
background: #f97316; color: #ffffff; padding: 15px 28px;
border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; transition: .2s ease;
}
.dnb-eesi-btn-primary:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(249,115,22,.3); }
.dnb-eesi-btn-secondary {
display: inline-flex; align-items: center; gap: 8px;
background: transparent; color: #94a3b8; padding: 15px 28px;
border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none;
border: 1px solid #334155; transition: .2s ease;
}
.dnb-eesi-btn-secondary:hover { border-color: #f97316; color: #f97316; }
@media (max-width: 640px) {
.dnb-eesi-hero-col { padding: 56px 22px; text-align: center; }
.dnb-eesi-hero-inner { max-width: 100%; }
.dnb-eesi-hero-inner h1 { font-size: 30px; }
.dnb-eesi-hero-badge { margin-left: auto; margin-right: auto; }
.dnb-eesi-hero-trust { grid-template-columns: 1fr; text-align: left; }
.dnb-eesi-hero-cta { justify-content: center; }
}
DNB
Success Indices™
Employee Engagement Success Index™
Measure what matters. Improve what counts.
A comprehensive Employee Engagement Assessment measuring the 9 key drivers of employee engagement that impact performance, retention and organisational success.
📋
45 Questions
9 Engagement Pillars
📈
Instant Score
& Benchmarking
📝
Actionable Insights
& Recommendations
🔒
Confidential
& Secure
Start Your Assessment →
How It Works
:root{
–navy:#10233F; –navy-soft:#1B3358; –amber:#F2652A; –amber-light:#FBD9C7;
–teal:#0FA89A; –cream:#FAF7F1; –ink:#1B2430; –line:#E7E1D3; –coral:#B4483B; –muted:#7C8592;
}
* { margin:0; padding:0; box-sizing:border-box; }
html, body { font-family:’Inter’, sans-serif; color:var(–ink); }
#dnb-eesiassess-root {
width:100%; height:100%; min-height:100vh;
background:radial-gradient(circle at 30% 20%, rgba(26,58,82,.1) 0%, rgba(255,165,0,.05) 50%, rgba(0,102,204,.08) 100%);
display:flex; align-items:center; justify-content:center; padding:20px;
overflow:auto; position:relative; z-index:9999; box-sizing:border-box;
}
#dnb-eesiassess-root::before{
content:”; position:fixed; top:-50%; right:-20%; width:800px; height:800px;
background:radial-gradient(circle, rgba(255,165,0,.15) 0%, rgba(255,165,0,0) 70%);
border-radius:50%; pointer-events:none; z-index:0;
}
#dnb-eesiassess-root::after{
content:”; position:fixed; bottom:-30%; left:-10%; width:600px; height:600px;
background:radial-gradient(circle, rgba(26,58,82,.1) 0%, rgba(26,58,82,0) 70%);
border-radius:50%; pointer-events:none; z-index:0;
}
.wrapper{ position:relative; z-index:1; display:flex; gap:40px; align-items:center; justify-content:center; flex-wrap:wrap; max-width:1400px; }
.wrapper::before{
content:”; position:absolute; width:500px; height:500px;
background:radial-gradient(circle, rgba(242,101,42,.9) 0%, rgba(242,101,42,.7) 50%, rgba(242,101,42,.3) 100%);
border-radius:50%; z-index:-1; left:-100px; top:50%; transform:translateY(-50%);
box-shadow:0 20px 60px rgba(242,101,42,.4);
}
.iphone-frame{
position:relative; width:390px; height:844px; background:#000; border-radius:60px; padding:12px;
box-shadow:0 0 0 1px rgba(0,0,0,.5), 0 20px 60px rgba(0,0,0,.3), inset 0 0 0 1px rgba(255,255,255,.1);
overflow:hidden; flex-shrink:0;
}
.iphone-frame::before{
content:”; position:absolute; top:0; left:50%; transform:translateX(-50%);
width:150px; height:28px; background:#000; border-radius:0 0 40px 40px; z-index:10;
}
.screen{ width:100%; height:100%; background:var(–cream); border-radius:50px; overflow:hidden; display:flex; flex-direction:column; }
.status-bar{
background:linear-gradient(135deg, var(–navy) 0%, var(–navy-soft) 100%); color:#fff;
padding:8px 20px; font-size:12px; display:flex; justify-content:space-between; align-items:center; height:44px; margin-top:8px;
}
.status-left, .status-right{ display:flex; gap:4px; }
.content-area{ flex:1; overflow-y:auto; overflow-x:hidden; scroll-behavior:smooth; padding-bottom:20px; }
.content-area::-webkit-scrollbar{ width:6px; }
.content-area::-webkit-scrollbar-track{ background:transparent; }
.content-area::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.2); border-radius:3px; }
.header{ padding:22px 22px 18px; flex-shrink:0; position:relative; background:var(–cream); border-top:4px solid var(–teal); }
.brand{ display:flex; align-items:center; gap:9px; margin-bottom:16px; }
.brand .logo{ height:26px; width:auto; object-fit:contain; }
.brand .name{ font-size:11.5px; letter-spacing:.1em; text-transform:uppercase; color:var(–muted); font-weight:700; }
.brand .badge{ margin-left:auto; background:var(–amber); color:#fff; font-size:10px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; padding:4px 10px; border-radius:20px; }
.title{ font-family:’Playfair Display’, serif; font-size:24px; color:var(–navy); font-weight:700; margin:0; letter-spacing:-0.01em; }
.subtitle{ font-size:13px; color:var(–muted); margin:4px 0 0; }
.progress-track{ height:5px; background:var(–line); border-radius:4px; margin-top:16px; overflow:hidden; }
.progress-fill{ height:100%; background:var(–teal); border-radius:4px; transition:width .45s cubic-bezier(.4,0,.2,1); }
.body{ flex:1; padding:6px 22px 24px; }
.screen-section{ display:none; }
.screen-section.active{ display:block; animation:slideIn .4s cubic-bezier(.2,.8,.2,1); }
@keyframes slideIn{ from{opacity:0; transform:translateY(14px);} to{opacity:1; transform:translateY(0);} }
.hero-icon{
width:64px; height:64px; border-radius:20px; background:#fff; display:flex; align-items:center; justify-content:center;
margin-bottom:18px; padding:10px; box-shadow:0 12px 26px rgba(16,35,63,.16), 0 0 0 6px rgba(15,168,154,.12), inset 0 0 0 1px var(–line);
}
.heading{ font-family:’Playfair Display’, serif; font-size:27px; line-height:1.22; color:var(–navy); margin:0 0 12px; letter-spacing:-0.01em; }
.copy{ font-size:15px; line-height:1.7; color:#4A5361; margin:0 0 20px; }
.chip-row{ display:flex; gap:8px; margin-bottom:14px; }
.chip{ flex:1; background:#fff; border:1px solid var(–line); border-radius:14px; padding:12px 8px; text-align:center; }
.chip .num{ font-family:’Playfair Display’, serif; font-size:17px; color:var(–teal); font-weight:700; }
.chip .lbl{ font-size:9.5px; color:var(–muted); margin-top:2px; font-weight:600; text-transform:uppercase; letter-spacing:.03em; }
.note{ font-size:12px; color:var(–muted); display:flex; gap:7px; align-items:flex-start; line-height:1.55; background:#fff; border:1px solid var(–line); border-radius:12px; padding:12px 14px; }
.check-item{ display:flex; gap:12px; align-items:flex-start; margin-bottom:14px; font-size:14px; line-height:1.6; color:#3A4250; }
.check-item::before{
content:’✓’; flex-shrink:0; width:24px; height:24px; background:var(–teal); color:#fff; border-radius:50%;
display:flex; align-items:center; justify-content:center; font-weight:700; font-size:12px; margin-top:1px;
}
.dim-pill{ display:inline-flex; align-items:center; gap:6px; font-size:10.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; color:var(–teal); background:#EAF1EF; padding:6px 12px; border-radius:20px; }
.q-counter{ font-size:11px; color:var(–muted); font-weight:600; margin-left:auto; }
.progress-section{ display:flex; gap:12px; margin-bottom:20px; align-items:center; }
.progress-section-bar{ flex:1; height:8px; background:var(–line); border-radius:4px; overflow:hidden; }
.progress-section-fill{ height:100%; background:var(–teal); border-radius:4px; transition:width .45s ease; }
.progress-section-pct{ font-size:12px; font-weight:700; color:var(–navy); min-width:35px; text-align:right; }
.q-text{ font-size:19px; line-height:1.4; color:var(–navy); font-weight:700; margin-bottom:22px; letter-spacing:-0.01em; }
.scale-list{ display:flex; flex-direction:column; gap:9px; }
.scale-opt{
display:flex; align-items:center; justify-content:space-between; padding:15px 17px; border:1.6px solid var(–line);
border-radius:14px; cursor:pointer; font-size:14.5px; color:#3A4250; background:#fff; transition:all .15s ease; font-weight:600;
}
.scale-opt:hover{ border-color:var(–amber); box-shadow:0 4px 12px rgba(16,35,63,.06); }
.scale-opt:active{ transform:scale(.99); }
.scale-opt .radio{ width:22px; height:22px; border-radius:50%; border:2px solid var(–line); flex-shrink:0; position:relative; transition:all .15s ease; margin-left:10px; }
.scale-opt.sel{ border-color:var(–teal); background:#F1F8F7; color:var(–navy); font-weight:700; box-shadow:0 4px 14px rgba(47,110,106,.14); }
.scale-opt.sel .radio{ border-color:var(–teal); background:var(–teal); }
.scale-opt.sel .radio::after{ content:’✓’; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:#fff; font-size:12px; font-weight:bold; }
.section-complete{ text-align:center; padding:34px 20px 10px; }
.section-complete-icon{
width:80px; height:80px; border-radius:50%; display:flex; align-items:center; justify-content:center;
margin:0 auto 20px; font-size:36px; color:#fff; box-shadow:0 12px 30px rgba(15,168,154,.3);
}
.section-complete-title{ font-family:’Playfair Display’, serif; font-size:22px; color:var(–navy); margin-bottom:6px; }
.section-complete-sub{ font-size:13px; color:var(–muted); margin-bottom:22px; }
.section-complete-next{ font-size:13px; color:var(–muted); margin-bottom:10px; font-weight:600; text-transform:uppercase; letter-spacing:.04em; }
.section-preview{ background:#fff; border:1px solid var(–line); border-radius:14px; padding:16px; margin-bottom:16px; text-align:left; }
.section-preview-title{ font-weight:700; color:var(–navy); margin-bottom:4px; }
.section-preview-desc{ font-size:13px; color:var(–muted); margin-bottom:8px; }
.section-preview-time{ font-size:12px; color:var(–teal); font-weight:700; }
.result-score{ font-family:’Playfair Display’, serif; font-size:46px; color:var(–navy); font-weight:700; margin:14px 0 2px; text-align:center; }
.result-score-sub{ text-align:center; font-size:13px; color:var(–muted); margin-bottom:6px; }
.result-level{ font-size:16px; font-weight:800; margin-bottom:22px; text-align:center; }
.results-subhead{ font-family:’Playfair Display’, serif; font-size:15.5px; color:var(–navy); margin:22px 0 12px; }
.exec-summary{ background:#fff; border:1px solid var(–line); border-left:4px solid var(–teal); border-radius:12px; padding:14px 16px; font-size:13.5px; line-height:1.65; color:#3A4250; margin-top:16px; }
.radar-container{ display:flex; justify-content:center; }
.benchmark-note{ font-size:11px; color:var(–muted); line-height:1.5; margin-top:8px; }
.benchmark-row{ margin-bottom:12px; }
.benchmark-row-head{ display:flex; justify-content:space-between; font-size:12px; color:var(–navy); font-weight:700; margin-bottom:5px; }
.benchmark-row-track{ height:8px; background:var(–line); border-radius:4px; overflow:hidden; }
.benchmark-row-fill{ height:100%; border-radius:4px; }
.cta-panel{ background:linear-gradient(135deg, var(–navy), var(–navy-soft)); border-radius:16px; padding:18px 16px; color:#fff; margin-top:24px; }
.cta-checklist{ display:flex; flex-direction:column; gap:6px; font-size:12.5px; color:#DCE4EE; margin-bottom:16px; }
.cta-unlock-btn{ display:block; width:100%; padding:13px; background:var(–amber); color:#fff !important; border:none; border-radius:10px; font-weight:800; font-size:14.5px; cursor:pointer; text-align:center; text-decoration:none !important; box-sizing:border-box; }
.cta-unlock-btn:hover{ opacity:.92; }
.next-steps .action-item{
display:flex; gap:12px; align-items:center; margin-bottom:10px; padding:12px 14px;
font-size:13.5px; line-height:1.5; color:#3A4250; text-decoration:none !important;
background:#fff; border:1.5px solid var(–line); border-radius:12px; transition:all .15s ease;
}
.next-steps .action-item:hover{ border-color:var(–teal); box-shadow:0 4px 12px rgba(15,168,154,.1); }
.next-steps .action-item .action-check{
flex-shrink:0; width:22px; height:22px; background:var(–teal); color:#fff; border-radius:50%;
display:flex; align-items:center; justify-content:center; font-weight:700; font-size:11px;
}
.next-steps .action-item .action-text{ flex:1; }
.next-steps .action-item .action-arrow{ flex-shrink:0; color:var(–teal); font-weight:700; font-size:15px; }
.next-steps .check-item{ font-size:13px; }
.pillar-bar-row{ margin-bottom:12px; }
.pillar-bar-head{ display:flex; justify-content:space-between; font-size:12.5px; color:var(–navy); font-weight:700; margin-bottom:5px; }
.pillar-bar-head span.pct{ color:var(–muted); font-weight:600; }
.pillar-bar-track{ height:8px; background:var(–line); border-radius:4px; overflow:hidden; }
.pillar-bar-fill{ height:100%; border-radius:4px; }
.top-list{ display:flex; flex-direction:column; gap:8px; }
.top-list-item{
display:flex; align-items:center; gap:12px; background:#fff; border:1.5px solid var(–line);
border-radius:12px; padding:11px 14px;
}
.top-list-rank{
flex-shrink:0; width:26px; height:26px; border-radius:50%; display:flex; align-items:center; justify-content:center;
font-weight:800; font-size:12px; color:#fff;
}
.top-list-item.strength .top-list-rank{ background:var(–teal); }
.top-list-item.opportunity .top-list-rank{ background:var(–amber); }
.top-list-label{ flex:1; font-size:13.5px; font-weight:700; color:var(–navy); }
.top-list-pct{ flex-shrink:0; font-size:12.5px; font-weight:700; color:var(–muted); }
.lead-input{
display:block; width:100%; padding:14px 16px; border:1.6px solid var(–line); border-radius:14px;
font-size:14.5px; font-family:’Inter’, sans-serif; color:var(–navy); margin-bottom:12px; background:#fff;
}
.lead-input:focus{ outline:none; border-color:var(–teal); box-shadow:0 0 0 3px rgba(15,168,154,.12); }
.lead-form-error{ display:none; font-size:12px; color:var(–coral); margin-bottom:12px; font-weight:700; }
.lead-form-error.show{ display:block; }
.lead-form-hp{ position:absolute; left:-9999px; opacity:0; height:0; width:0; }
.footer{ padding:14px 22px 28px; flex-shrink:0; background:var(–cream); }
.dnb-eesi-cta-row{ display:flex; gap:10px; max-width:520px; margin:0 auto; }
.dnb-eesi-cta{
flex:1; padding:16px; border:none !important; border-radius:16px; font-family:inherit; font-size:15px; font-weight:700 !important;
cursor:pointer; background:var(–navy) !important; color:#fff !important; box-shadow:0 8px 20px rgba(16,35,63,.22); transition:all .18s ease;
text-decoration:none !important; line-height:normal;
}
.dnb-eesi-cta:hover:not(:disabled){ background:var(–amber) !important; color:#fff !important; box-shadow:0 10px 24px rgba(242,101,42,.32); }
.dnb-eesi-cta:active{ transform:scale(.98); }
.dnb-eesi-cta:disabled{ opacity:.32; box-shadow:none; }
.dnb-eesi-cta-back{
flex:0 0 54px; background:#fff !important; border:1.5px solid var(–line) !important; color:var(–navy) !important; border-radius:16px;
display:flex; align-items:center; justify-content:center; cursor:pointer; transition:all .15s ease;
}
.dnb-eesi-cta-back:hover{ border-color:var(–amber) !important; color:var(–amber) !important; }
@media (max-width:768px){
.wrapper{ gap:20px; }
.iphone-frame{ width:100%; max-width:390px; height:auto; aspect-ratio:390/844; }
}
9:41
📶📡🔋

DNB HR Associates
Engagement Index
Employee Engagement Success Index™
Measure what actually drives engagement — not just how people feel
How Engaged Is Your Team, Really?
This structured diagnostic measures the nine organisational drivers of engagement — from leadership and recognition through to purpose and retention — the things management can actually influence, not just how people say they feel.
20Minutes
9Pillars
✓Benchmarked
🔒Your responses are confidential and used only to generate your personalised Engagement Index report.
A Few Things Before You Start
Answer as your organisation actually operates today, not how you’d like it to operate.
There are no right or wrong answers — this is a benchmarking tool, not a test.
Each pillar covers 5 questions and takes roughly 2 minutes.
You’ll receive an overall Engagement Success Index score and a pillar-by-pillar breakdown at the end.
Pillar
1 / 45
Pillar name
0%
Question text
✓
Pillar Complete
Nice work — keep going.
Next Up
You’re Almost There
Enter your details to see your Employee Engagement Success Index results — we’ll also send a copy to your inbox.
Please enter your name and a valid email.
🔒We’ll never share your details. Used only to send your results and occasional relevant HR insights.
Your Employee Engagement Success Index
A comprehensive diagnostic across 9 organisational drivers of engagement, benchmarked against comparable organisations.
132 / 180
73%
Currently at Strong Engagement
Your Engagement Profile
Pillar Breakdown
Your Top Strengths
Opportunities to Focus On
How You Compare
Indicative benchmarks based on DNB’s regional HR diagnostic data — figures refine as more organisations complete the Index.
Unlock Your Executive Report
✔ Executive Summary
✔ Benchmark Against Best Practice
✔ Strengths & Risk Areas
✔ Priority Actions
✔ Recommended Engagement Roadmap
✔ Suggested Training Pathways
✔ Consultancy Recommendations
Unlock Your Executive Report
What Happens Next
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
.dnb-sh-trust { background: #ffffff; padding: 40px 20px; border-bottom: 1px solid #f1f5f9; }
.dnb-sh-trust-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.dnb-sh-trust-item { text-align: center; }
.dnb-sh-trust-icon { font-size: 30px; margin-bottom: 10px; }
.dnb-sh-trust-title { font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
.dnb-sh-trust-sub { font-size: 12.5px; color: #64748b; }
@media (max-width: 768px) { .dnb-sh-trust-inner { grid-template-columns: 1fr 1fr; } }
100% Confidential
Your results are never shared publicly
📊
Evidence-Based Framework
9-pillar strategic HR methodology
🌎
Benchmarked
Compare against industry standards
⚡
Actionable Results
A roadmap, not a data dump
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-hero-col {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
padding: 80px 40px;
position: relative;
overflow: hidden;
}
.dnb-eesi-hero-col::before {
content: ”;
position: absolute; top: -50%; left: -20%; width: 600px; height: 600px;
background: radial-gradient(circle, rgba(249,115,22,.1) 0%, transparent 70%);
border-radius: 50%;
}
.dnb-eesi-hero-inner { position: relative; z-index: 2; max-width: 620px; }
.dnb-eesi-hero-badge {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.3);
padding: 6px 14px 6px 6px; border-radius: 50px; margin-bottom: 24px;
}
.dnb-eesi-hero-badge-chip {
background: #f97316; color: #fff; font-size: 11px; font-weight: 800;
padding: 3px 9px; border-radius: 30px; letter-spacing: .04em;
}
.dnb-eesi-hero-badge-text { color: #fdba74; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; }
.dnb-eesi-hero-inner h1 { color: #ffffff; font-size: 42px; font-weight: 800; line-height: 1.12; margin: 0 0 12px; }
.dnb-eesi-hero-tagline { font-size: 18px; font-weight: 700; margin-bottom: 18px; }
.dnb-eesi-hero-tagline .hl { color: #f97316; }
.dnb-eesi-hero-inner .subtitle { color: #94a3b8; font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.dnb-eesi-hero-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 34px; }
.dnb-eesi-hero-trust-item { display: flex; gap: 10px; align-items: flex-start; }
.dnb-eesi-hero-trust-icon {
flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.dnb-eesi-hero-trust-text { color: #e2e8f0; font-size: 12.5px; line-height: 1.5; font-weight: 600; }
.dnb-eesi-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.dnb-eesi-btn-primary {
display: inline-flex; align-items: center; gap: 8px;
background: #f97316; color: #ffffff; padding: 15px 28px;
border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; transition: .2s ease;
}
.dnb-eesi-btn-primary:hover { background: #ea580c; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(249,115,22,.3); }
.dnb-eesi-btn-secondary {
display: inline-flex; align-items: center; gap: 8px;
background: transparent; color: #94a3b8; padding: 15px 28px;
border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none;
border: 1px solid #334155; transition: .2s ease;
}
.dnb-eesi-btn-secondary:hover { border-color: #f97316; color: #f97316; }
@media (max-width: 640px) {
.dnb-eesi-hero-col { padding: 56px 22px; text-align: center; }
.dnb-eesi-hero-inner { max-width: 100%; }
.dnb-eesi-hero-inner h1 { font-size: 30px; }
.dnb-eesi-hero-badge { margin-left: auto; margin-right: auto; }
.dnb-eesi-hero-trust { grid-template-columns: 1fr; text-align: left; }
.dnb-eesi-hero-cta { justify-content: center; }
}
DNB
Success Indices™
Employee Engagement Success Index™
Measure what matters. Improve what counts.
A comprehensive Employee Engagement Assessment measuring the 9 key drivers of employee engagement that impact performance, retention and organisational success.
📋
45 Questions
9 Engagement Pillars
📈
Instant Score
& Benchmarking
📝
Actionable Insights
& Recommendations
🔒
Confidential
& Secure
Start Your Assessment →
How It Works
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-how { background: #eef2f9; padding: 60px 20px; }
.dnb-eesi-how-inner { max-width: 1180px; margin: 0 auto; }
.dnb-eesi-how h2 { font-size: 28px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 40px; }
.dnb-eesi-how-row { display: flex; align-items: flex-start; justify-content: center; gap: 6px; flex-wrap: wrap; }
.dnb-eesi-how-step { text-align: center; width: 168px; }
.dnb-eesi-how-num {
width: 46px; height: 46px; border-radius: 50%; background: #0f172a; color: #fff;
display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800;
margin: 0 auto 14px;
}
.dnb-eesi-how-step h4 { font-size: 14.5px; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.dnb-eesi-how-step p { font-size: 12.5px; color: #64748b; line-height: 1.55; }
.dnb-eesi-how-arrow { align-self: center; color: #cbd5e1; font-size: 22px; margin-top: 14px; }
@media (max-width: 900px) { .dnb-eesi-how-arrow { display: none; } .dnb-eesi-how-step { width: 45%; } }
@media (max-width: 560px) { .dnb-eesi-how-step { width: 100%; } .dnb-eesi-how h2 { font-size: 23px; } }
How the Employee Engagement Assessment Works
1
Register
Create your account in less than 1 minute.
→
2
Complete Assessment
Answer 45 simple questions across 9 engagement pillars.
→
3
Get Your Score
Receive your Engagement Success Score instantly.
→
4
Choose Your Option
Select the solution that best fits your needs.
→
5
Take Action
Implement recommendations and drive engagement.
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-pricing-preview { background: #ffffff; padding: 60px 20px; }
.dnb-eesi-pricing-preview-inner { max-width: 1180px; margin: 0 auto; }
.dnb-eesi-pricing-preview h2 { font-size: 28px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 36px; }
.dnb-eesi-pp-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: stretch; }
.dnb-eesi-pp-card {
background: #ffffff; border: 2px solid #e2e8f0; border-radius: 14px; padding: 26px 22px;
display: flex; flex-direction: column; transition: all .2s ease;
}
.dnb-eesi-pp-card:hover { border-color: #cbd5e1; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.dnb-eesi-pp-card.featured { border-color: #f97316; box-shadow: 0 12px 32px rgba(249,115,22,.12); }
.dnb-eesi-pp-card.corporate { border-color: #059669; }
.dnb-eesi-pp-icon {
width: 46px; height: 46px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
font-size: 20px; margin-bottom: 14px; color: #fff;
}
.dnb-eesi-pp-card:not(.featured):not(.corporate) .dnb-eesi-pp-icon { background: #0f172a; }
.dnb-eesi-pp-card.featured .dnb-eesi-pp-icon { background: #f97316; }
.dnb-eesi-pp-card.corporate .dnb-eesi-pp-icon { background: #059669; }
.dnb-eesi-pp-card h3 { font-size: 16.5px; font-weight: 800; color: #0f172a; margin-bottom: 8px; }
.dnb-eesi-pp-card.featured h3 { color: #ea580c; }
.dnb-eesi-pp-card.corporate h3 { color: #059669; }
.dnb-eesi-pp-card p { font-size: 13px; color: #64748b; line-height: 1.6; margin-bottom: 16px; flex: 1; }
.dnb-eesi-pp-price { font-size: 16px; font-weight: 800; color: #0f172a; margin-bottom: 16px; }
.dnb-eesi-pp-price small { display: block; font-size: 11px; font-weight: 600; color: #94a3b8; margin-top: 2px; }
.dnb-eesi-pp-btn {
display: block; text-align: center; padding: 12px; border-radius: 8px; font-size: 13.5px; font-weight: 700;
text-decoration: none; color: #fff; background: #0f172a;
}
.dnb-eesi-pp-card.featured .dnb-eesi-pp-btn { background: #f97316; }
.dnb-eesi-pp-card.corporate .dnb-eesi-pp-btn { background: #059669; }
@media (max-width: 900px) { .dnb-eesi-pp-grid { grid-template-columns: 1fr; } }
Choose the Option That Suits You
📄
Executive Insight Report
Detailed report with your Engagement Assessment scores, insights and recommendations.
MUR 5,000 US$149
Get Your Report
👥
Executive Strategy Session
90-minute virtual session with our HR experts to walk through your results.
MUR 15,000 US$399
Book Session
🏢
Corporate Success Programme™
Comprehensive engagement improvement programme for your whole organisation.
From MUR 75,000 From US$1,999 • priced by company size
Learn More
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-benefits { background: #f8fafc; padding: 56px 20px; }
.dnb-eesi-benefits-inner { max-width: 1180px; margin: 0 auto; }
.dnb-eesi-benefits h2 { font-size: 24px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 32px; }
.dnb-eesi-benefits-row { display: grid; grid-template-columns: repeat(5, 1fr) 1.6fr; gap: 18px; align-items: center; }
.dnb-eesi-benefit-item { text-align: center; }
.dnb-eesi-benefit-icon { font-size: 26px; margin-bottom: 10px; }
.dnb-eesi-benefit-item p { font-size: 12.5px; font-weight: 700; color: #0f172a; line-height: 1.4; }
.dnb-eesi-benefits-highlight {
background: linear-gradient(135deg, #0f172a, #1e293b); border-radius: 14px; padding: 22px 26px; color: #fff;
font-size: 15px; font-weight: 700; line-height: 1.5;
}
.dnb-eesi-benefits-highlight .hl { color: #f97316; }
@media (max-width: 1000px) { .dnb-eesi-benefits-row { grid-template-columns: repeat(3, 1fr); } .dnb-eesi-benefits-highlight { grid-column: 1 / -1; } }
@media (max-width: 600px) { .dnb-eesi-benefits-row { grid-template-columns: repeat(2, 1fr); } }
Who Benefits From This Employee Engagement Assessment
👥
CEOs & Business Owners
🛡️
HR Leaders & Managers
📈
Organisation Development Teams
⭐
Employee Experience Leaders
🏛️
Any Organisation That Values Its People
Improve Engagement.
Drive Performance.
Build a Thriving Workplace.
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-faq { background: #ffffff; padding: 56px 20px; }
.dnb-eesi-faq-inner { max-width: 760px; margin: 0 auto; }
.dnb-eesi-faq h2 { font-size: 24px; font-weight: 800; color: #0f172a; text-align: center; margin: 0 0 32px; }
.dnb-eesi-faq-item { border-bottom: 1px solid #e2e8f0; padding: 18px 0; }
.dnb-eesi-faq-item h3 { font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 6px; }
.dnb-eesi-faq-item p { font-size: 13px; color: #475569; line-height: 1.65; }
Employee Engagement Assessment — FAQs
What is an Employee Engagement Assessment?
An Employee Engagement Assessment is a structured evaluation of the organisational drivers behind how engaged your team really is. DNB’s Employee Engagement Success Index measures 9 pillars — from leadership and recognition through to purpose and retention — and returns a benchmarked score with clear priorities for action.
How is this different from just asking if employees are happy?
Satisfaction is a feeling; engagement is a set of conditions leadership can actually influence. Instead of asking “are you happy,” every question in this assessment measures a specific, actionable driver — recognition, communication, career development, wellbeing — so results translate directly into what to change.
How long does the assessment take?
Most participants complete the 45-question assessment in around 15–20 minutes.
Is the Employee Engagement Assessment free?
Yes. The assessment itself is free and gives you an instant Engagement Success Score and pillar-by-pillar breakdown. Paid options are available if you want a full Executive Insight Report, a strategy session, or a Corporate Success Programme rollout across your team.
Can this be completed by an entire team or department?
Yes. The Corporate Success Programme is designed for organisations that want anonymous team-wide participation, department-level comparison, and leadership-level recommendations rather than a single individual’s results.
Will our responses be confidential?
Yes. Responses are handled confidentially and used only to generate your organisation’s assessment results and report.
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: ‘Inter’, -apple-system, BlinkMacSystemFont, sans-serif; color: #1e293b; line-height: 1.6; }
a { color: inherit; }
.dnb-eesi-finalcta { background: #0f172a; padding: 44px 20px; position: relative; overflow: hidden; }
.dnb-eesi-finalcta::before {
content: ”; position: absolute; top: -60%; right: -10%; width: 500px; height: 500px;
background: radial-gradient(circle, rgba(249,115,22,.12) 0%, transparent 70%); border-radius: 50%;
}
.dnb-eesi-finalcta-inner {
max-width: 1180px; margin: 0 auto; position: relative; z-index: 2;
display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.dnb-eesi-finalcta-left { display: flex; align-items: center; gap: 18px; flex: 1 1 420px; }
.dnb-eesi-finalcta-icon {
flex-shrink: 0; width: 54px; height: 54px; border-radius: 50%; background: #fff;
display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.dnb-eesi-finalcta-left h2 { color: #fff; font-size: 19px; font-weight: 800; margin-bottom: 4px; }
.dnb-eesi-finalcta-left p { color: #94a3b8; font-size: 13.5px; line-height: 1.5; max-width: 440px; }
.dnb-eesi-finalcta-right { text-align: center; flex: 0 0 auto; }
.dnb-eesi-finalcta-btn {
display: inline-block; background: #f97316; color: #fff; padding: 14px 30px; border-radius: 8px;
font-size: 14.5px; font-weight: 700; text-decoration: none; transition: .2s ease;
}
.dnb-eesi-finalcta-btn:hover { background: #ea580c; }
.dnb-eesi-finalcta-note { color: #64748b; font-size: 11.5px; margin-top: 8px; }
@media (max-width: 800px) { .dnb-eesi-finalcta-inner { flex-direction: column; text-align: center; } .dnb-eesi-finalcta-left { flex-direction: column; } }
Ready to strengthen employee engagement?
Start with your free Employee Engagement Assessment and take the first step towards a more engaged, motivated and high-performing organisation.
Start Your Assessment Now
🔒 Takes only 10–15 minutes
.hra-ct *, .hra-ct *::before, .hra-ct *::after { box-sizing:border-box; margin:0; padding:0; }
.hra-ct {
background:#0a2a4a !important;
padding:48px 40px !important;
font-family:’Inter’,sans-serif !important;
width:100% !important;
height:100% !important;
display:flex !important;
flex-direction:column !important;
justify-content:center !important;
gap:22px !important;
}
@media(max-width:768px){ .hra-ct{ padding:36px 24px !important; } }
.hra-ct-badge {
display:inline-block !important;
background:rgba(15,181,166,0.12) !important;
border:1px solid rgba(15,181,166,0.35) !important;
border-radius:20px !important;
padding:5px 14px !important;
font-size:11px !important;
font-weight:600 !important;
color:#0FB5A6 !important;
letter-spacing:0.05em !important;
align-self:flex-start !important;
}
.hra-ct h2 {
font-family:’Playfair Display’,Georgia,serif !important;
font-size:clamp(24px,2.6vw,34px) !important;
font-weight:900 !important;
color:#ffffff !important;
line-height:1.15 !important;
}
.hra-ct h2 span { color:#FFB23E !important; }
.hra-ct-lead { font-size:14px !important; color:rgba(255,255,255,0.72) !important; line-height:1.7 !important; }
.hra-ct-items { display:flex !important; flex-direction:column !important; gap:16px !important; }
.hra-ct-item { display:flex !important; align-items:flex-start !important; gap:12px !important; }
.hra-ct-ico {
width:40px !important; height:40px !important; border-radius:10px !important;
background:rgba(15,181,166,0.12) !important; border:1px solid rgba(15,181,166,0.25) !important;
display:flex !important; align-items:center !important; justify-content:center !important;
font-size:17px !important; flex-shrink:0 !important;
}
.hra-ct-label { font-size:10px !important; text-transform:uppercase !important; letter-spacing:0.1em !important; color:#0FB5A6 !important; display:block !important; margin-bottom:3px !important; font-weight:700 !important; }
.hra-ct-val { font-size:13.5px !important; color:#ffffff !important; font-weight:500 !important; display:block !important; }
.hra-ct-val a { color:#ffffff !important; text-decoration:none !important; transition:color 0.2s !important; }
.hra-ct-val a:hover { color:#0FB5A6 !important; }
.hra-ct-note { font-size:11px !important; color:rgba(255,255,255,0.5) !important; display:block !important; margin-top:2px !important; }
.hra-ct-divider { border:none !important; border-top:1px solid rgba(255,255,255,0.1) !important; margin:0 !important; }
.hra-ct-trust { display:flex !important; flex-wrap:wrap !important; gap:6px 16px !important; }
.hra-ct-trust span { font-size:11.5px !important; color:rgba(255,255,255,0.6) !important; display:flex !important; align-items:center !important; gap:5px !important; }
.hra-ct-trust span::before { content:” !important; width:5px !important; height:5px !important; border-radius:50% !important; background:#0FB5A6 !important; display:inline-block !important; flex-shrink:0 !important; }
/* ============================================================
SKIN THE NINJA FORM (right column) TO MATCH
Targets Ninja Forms markup on this page. If a rule doesn’t
take, Ninja’s class names can vary by version — tell me and
I’ll adjust the selector.
============================================================ */
.nf-form-cont { font-family:’Inter’,sans-serif !important; }
.nf-form-cont .nf-field-label label,
.nf-form-cont .nf-field-label .label { color:#0a2a4a !important; font-weight:600 !important; font-size:13.5px !important; }
.nf-form-cont input:not([type=button]):not([type=submit]),
.nf-form-cont textarea,
.nf-form-cont select {
border:1.5px solid #e0e4ea !important;
border-radius:8px !important;
padding:12px 14px !important;
font-size:14px !important;
font-family:’Inter’,sans-serif !important;
background:#ffffff !important;
color:#2a3a4a !important;
transition:border-color 0.16s, box-shadow 0.16s !important;
}
.nf-form-cont input:not([type=button]):focus,
.nf-form-cont textarea:focus,
.nf-form-cont select:focus {
border-color:#0FB5A6 !important;
outline:none !important;
box-shadow:0 0 0 3px rgba(15,181,166,0.12) !important;
}
.nf-form-cont input[type=button],
.nf-form-cont .submit-wrap input {
background:#FFB23E !important;
color:#0a2a4a !important;
border:none !important;
border-radius:6px !important;
padding:14px 30px !important;
font-size:13px !important;
font-weight:700 !important;
letter-spacing:0.05em !important;
text-transform:uppercase !important;
font-family:’Inter’,sans-serif !important;
cursor:pointer !important;
transition:background 0.2s, transform 0.15s !important;
}
.nf-form-cont input[type=button]:hover,
.nf-form-cont .submit-wrap input:hover { background:#e89e28 !important; transform:translateY(-1px) !important; }
Free consultation · Reply within 24 hours
Let’s Talk About Your Business in Mauritius
Whether you need an occupation permit, company incorporation, HR support or payroll — our team is ready to help. Free consultation, no obligation.
📞
Phone / WhatsApp
+230 5756 1873
💬
WhatsApp
Message us on WhatsApp →
✉
Email
contact.dnbhr@gmail.com
📍
Location
Port Louis, Mauritius
Virtual support available worldwide
🕐
Working Hours
Monday – Friday, 8:30am – 5:00pm
Mauritius time (GMT+4)
25+ Years Experience
250+ Permits Processed
100% Remote Support
Notice: JavaScript is required for this content.
.hra-ft *, .hra-ft *::before, .hra-ft *::after { box-sizing:border-box; margin:0; padding:0; }
.hra-ft {
background:#0a2a4a;
color:rgba(255,255,255,0.7);
font-family:’Inter’,sans-serif;
padding:56px 24px 0;
}
.hra-ft-inner {
max-width:1120px;
margin:0 auto;
display:grid;
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:36px;
}
/* Brand column */
.hra-ft-brand p { font-size:13.5px; line-height:1.7; color:rgba(255,255,255,0.6); margin-bottom:16px; }
.hra-ft-brand-name { font-family:’Playfair Display’,Georgia,serif; font-size:18px; font-weight:900; color:#fff; margin-bottom:10px; }
.hra-ft-social { display:flex; gap:10px; margin-top:14px; }
.hra-ft-social a { display:flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:8px; background:rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.12); transition:background 0.16s, border-color 0.16s; text-decoration:none; }
.hra-ft-social a:hover { background:rgba(15,181,166,0.2); border-color:#0FB5A6; }
.hra-ft-social svg { width:16px; height:16px; fill:rgba(255,255,255,0.7); }
/* Link columns */
.hra-ft-col h4 { font-family:’Playfair Display’,Georgia,serif; font-size:14px; font-weight:900; color:#fff; margin-bottom:16px; }
.hra-ft-col ul { list-style:none; }
.hra-ft-col li { margin-bottom:10px; }
.hra-ft-col a { color:rgba(255,255,255,0.6); text-decoration:none; font-size:13.5px; transition:color 0.16s, padding-left 0.16s; }
.hra-ft-col a:hover { color:#FFB23E; padding-left:3px; }
/* Contact items */
.hra-ft-contact li { display:flex; align-items:flex-start; gap:8px; }
.hra-ft-contact li span.ico { flex-shrink:0; font-size:14px; line-height:1.6; }
/* Bottom bar */
.hra-ft-bottom {
max-width:1120px;
margin:40px auto 0;
border-top:1px solid rgba(255,255,255,0.08);
padding:18px 0 22px;
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:8px;
font-size:12px;
color:rgba(255,255,255,0.45);
}
.hra-ft-bottom a { color:rgba(255,255,255,0.45); text-decoration:none; }
.hra-ft-bottom a:hover { color:#0FB5A6; }
@media (max-width:860px) {
.hra-ft-inner { grid-template-columns:1fr 1fr; gap:28px; }
}
@media (max-width:480px) {
.hra-ft-inner { grid-template-columns:1fr; }
}
Showing the single result
