@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
    background: #FFFFFF;
    color: #000;
}

.hbn-header {
    font-size: 26px;
    letter-spacing: 1.5px;
    color: #384a91;
    font-weight: 800;
}

.book-appoint-btn {
    background: #205393;
    color: #fff;
    border-radius: 22px;
    /* width: 50%; */
    margin: auto;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 18px;
}

/****** Heading navbar *********/

.navbar-light .navbar-text {
    color: rgb(0 0 0 / 64%);
}

/* .second-navbar{
    margin-top: 39px;
} */
.container-topHead {
    display: inline-block !important;
    text-align: center;
}

.nav-logo {
    width: 180px;
    height: 60px;
}

.nav-link {
    padding-right: 38px !important;
}

p {
    color: #504f4f;
    line-height: 1.7;
}

.btn:hover {
    color: #eeecea;
}

.free-consultation-btn {
    background: #38467a;
    color: #fff;
    border-radius: 22px;
    padding: 12px 24px;
}

.border-bottom {
    border-bottom: 1px solid #a7a5a5 !important;
}

.banner-bg {
    background: url('../images/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    margin-top: 40px;
    padding: 70px 0;
}

.left-content h1 {
    font-size: 57px;
    line-height: 1.1;
    font-weight: 600;
}

.left-content h1 span {
    color: #205393;
}

.left-content p {
    color: #504f4f;
    line-height: 1.7;
}

.consultation-form {
    border: 1px solid #e4e4e4;
    border-radius: 16px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.header-form {
    background-color: #eceff5;
    border-radius: 16px 16px 0 0;
    padding: 16px 0 2px 16px;
    text-align: center;
}

.actual-form {
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    padding: 16px;
}

label {
    color: #205393;
}

.text-orange {
    color: #F06F04;
}

hr {
    margin: 0.5rem 0;
}

.font-weight-600 {
    font-weight: 600;
}

.font-size-12px {
    font-size: 12px;
}

.ml-negative4px {
    margin-left: -3px;
}


:root {
    --hbn-blue: #205393;
    --hbn-blue-dark: #143867;
    --hbn-orange: #F06F04;
    --hbn-navy: #11172b;
    --hbn-bg-tint: #f5fafb;
    --hbn-bg-blue-tint: #edf2fa;
    --hbn-border: #e4e4e4;
    --hbn-text: #504f4f;
    --hbn-green-bg: #eafaf0;
    --hbn-green-text: #0f8a4d;
    --hbn-red-bg: #fdeef1;
    --hbn-red-text: #d9364f;
}

/****** HBN Navbar *********/
.hbn-navbar .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hbn-logo-icon {
    height: 13vh;
    object-fit: contain;
}

.hbn-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.hbn-logo-text .word {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: -0.2px;
    color: #131313;
}

.hbn-logo-text .word span {
    color: var(--hbn-blue);
}

.hbn-logo-text small {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8a8a8a;
    margin-top: 2px;
}

.hbn-navbar .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #33363b;
    padding-right: 22px !important;
}

.hbn-navbar .nav-link:hover,
.hbn-navbar .nav-link.active {
    color: var(--hbn-blue);
}

.pillars-badge {
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    font-size: 10px;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 6px;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
}

.btn-ghost-nav {
    background: #fff;
    border: 1px solid var(--hbn-border);
    color: #33363b;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
}

.btn-ghost-nav.is-primary {
    background: var(--hbn-blue);
    color: #fff;
    border-color: var(--hbn-blue);
}

.btn-ghost-nav.is-disabled {
    color: #b6b8bb;
    background: #f8f9fa;
}

.book-consultation-btn {
    background: var(--hbn-blue);
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
}

.book-consultation-btn:hover {
    color: #eef3fb;
}

/****** Hero *********/
.hbn-hero {
    background: #eef4fb;
    padding: 130px 0 60px;
}

.hbn-hero h1 {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    color: #131313;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.hbn-hero h1 span {
    color: var(--hbn-blue);
}

/****** HBN Showcase card *********/
.showcase-card {
    background: #fff;
    border: 1px solid var(--hbn-border);
    border-radius: 24px;
    box-shadow: rgba(50, 50, 93, 0.15) 0px 13px 27px -10px, rgba(0, 0, 0, 0.15) 0px 8px 16px -8px;
    padding: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.showcase-eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #131313;
    display: flex;
    align-items: center;
    gap: 8px;
}

.showcase-eyebrow .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #17c964;
    display: inline-block;
}

.showcase-toggle .btn {
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid var(--hbn-border);
    color: #6f7174;
    background: #fff;
}

.showcase-toggle .btn.active {
    background: var(--hbn-blue);
    color: #fff;
    border-color: var(--hbn-blue);
}

.showcase-slide {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #0d1524;
    min-height: 340px;
    height: 100%;
}

.showcase-slide img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    display: block;
    opacity: 0.9;
}

.showcase-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}

.showcase-tag {
    position: absolute;
    top: 16px;
    z-index: 2;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    border-radius: 20px;
    color: #fff;
    background: rgba(17, 23, 43, 0.75);
}

.showcase-tag.left {
    left: 16px;
}

.showcase-tag.right {
    right: 16px;
    background: rgba(32, 83, 147, 0.85);
}

.showcase-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
}

.showcase-nav-btn.prev {
    left: 16px;
}

.showcase-nav-btn.next {
    right: 16px;
}

.showcase-body {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
}

.showcase-body .showcase-title {
    font-weight: 800;
    margin-bottom: 4px;
    font-size: 22px;
}

.showcase-body p {
    color: #e6e9f0;
    font-size: 13px;
    margin-bottom: 10px;
}

.showcase-stat-pill {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    margin-right: 8px;
}

.showcase-stat-pill b {
    color: #6fe3a5;
}

.showcase-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

.showcase-dots {
    display: flex;
    gap: 5px;
}

.showcase-dots .dot-item {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background: #e4e4e4;
    cursor: pointer;
}

.showcase-dots .dot-item.active {
    background: var(--hbn-blue);
    width: 26px;
}

.showcase-count {
    font-size: 12px;
    color: #8a8a8a;
    font-weight: 600;
}

/****** Showcase carousel (viewport / track / item) ******
   Card design rules above (.showcase-slide, .showcase-tag,
   .showcase-body, .showcase-stat-pill, etc.) are unchanged —
   this block only controls how many cards are visible and
   how the track slides. ******/
.showcase-viewport {
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.showcase-viewport:focus-visible {
    outline: 2px solid var(--hbn-blue);
    outline-offset: 6px;
    border-radius: 18px;
}

.showcase-track {
    display: flex;
    transition: transform 0.5s ease;
}

.showcase-track.no-transition {
    transition: none;
}

.showcase-slide-item {
    flex: 0 0 calc(100% / var(--items-per-view, 3));
    max-width: calc(100% / var(--items-per-view, 3));
    padding: 0 8px;
    box-sizing: border-box;
}

.hero-intro-text {
    max-width: 820px;
    margin: 34px auto 0;
    text-align: center;
    color: var(--hbn-text);
    font-size: 16px;
}

.talk-to-expert-btn {
    display: block;
    width: fit-content;
    margin: 22px auto 0;
    background: var(--hbn-blue);
    color: #fff;
    border-radius: 10px;
    padding: 18px 26px;
    font-weight: 700;
    font-size: 17px;
}

.talk-to-expert-btn:hover {
    color: #eef3fb;
}

/****** Section shell *********/
.hbn-section {
    padding: 64px 0;
}

.hbn-section.bg-tint {
    background-color: var(--hbn-bg-tint);
}

.hbn-section-title {
    font-size: 34px;
    font-weight: 900;
    color: #131313;
    text-align: center;
    margin-bottom: 40px;
}

/****** Vision & Mission *********/
.vm-card {
    border: 1px solid var(--hbn-border);
    border-radius: 22px;
    padding: 34px;
    height: 100%;
    background: #fff;
}

.vm-card.is-mission {
    background: linear-gradient(160deg, var(--hbn-blue) 0%, var(--hbn-blue-dark) 100%);
    color: #fff;
    border: none;
}

.vm-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.vm-card.is-mission .vm-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.vm-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    border-radius: 10px;
    padding: 4px 10px;
}

.vm-card.is-mission .vm-eyebrow {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.vm-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 18px 0 10px;
}

.vm-card p.vm-desc {
    color: var(--hbn-text);
    font-size: 14px;
}

.vm-card.is-mission p.vm-desc {
    color: #dbe6f6;
}

.vm-point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    background: var(--hbn-bg-tint);
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 12px;
    font-size: 13px;
}

.vm-card.is-mission .vm-point {
    background: rgba(255, 255, 255, 0.08);
}

.vm-point i {
    color: #17c964;
    margin-top: 2px;
}

.vm-point b {
    color: #131313;
}

.vm-card.is-mission .vm-point b {
    color: #fff;
}

.vm-card.is-mission .vm-point {
    color: #dbe6f6;
}

/****** Hospital Challenges & Solutions *********/
.challenge-tabs {
    border: 1px solid var(--hbn-border);
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}

.challenge-tab-btn {
    border: 1px solid var(--hbn-border);
    background: #fff;
    color: #33363b;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 16px;
    white-space: nowrap;
}

.challenge-tab-btn.active {
    background: var(--hbn-blue);
    color: #fff;
    border-color: var(--hbn-blue);
}

.challenge-panel {
    border: 1px solid var(--hbn-border);
    border-radius: 20px;
    background: #fff;
    padding: 40px;
    transition: opacity 0.25s ease;
}

.challenge-panel.is-fading {
    opacity: 0;
}

.challenge-eyebrow-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.challenge-topic-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    border-radius: 10px;
    padding: 4px 10px;
}

.challenge-panel h3 {
    font-size: 26px;
    font-weight: 800;
    margin: 10px 0 22px;
}

.cs-box {
    border-radius: 16px;
    padding: 26px;
    height: 100%;
}

.cs-box.is-challenge {
    background: var(--hbn-red-bg);
    border: 1px solid #f6d3da;
}

.cs-box.is-solution {
    background: var(--hbn-green-bg);
    border: 1px solid #c7ecd9;
}

.cs-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 12px;
}

.cs-box.is-challenge .cs-box-head {
    color: var(--hbn-red-text);
}

.cs-box.is-solution .cs-box-head {
    color: var(--hbn-green-text);
}

.cs-badge {
    font-size: 10px;
    font-weight: 700;
    border-radius: 12px;
    padding: 3px 9px;
    background: #fff;
}

.cs-box p {
    font-size: 14px;
    color: #33363b;
    margin-bottom: 0;
}

.cs-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}

.cs-arrow-label {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #8a8a8a;
}

/****** Strategic Pillars *********/
.pillar-card {
    border: 1px solid var(--hbn-border);
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    height: 100%;
}

.pillar-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pillar-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 10px;
}

.pillar-eyebrow {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #8a8a8a;
    text-transform: uppercase;
}

.pillar-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin: 2px 0 12px;
}

.pillar-tag {
    font-size: 10px;
    font-weight: 700;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    border-radius: 10px;
    padding: 4px 10px;
    white-space: nowrap;
    height: fit-content;
}

.pillar-card>p {
    font-size: 13px;
    color: var(--hbn-text);
}

.pillar-list-item {
    display: flex;
    gap: 8px;
    font-size: 13px;
    padding: 9px 0;
    border-top: 1px solid #f0f0f0;
}

.pillar-list-item i {
    color: #17c964;
    margin-top: 3px;
}

.pillar-list-content {
    font-size: 13px;
    color: var(--hbn-text);
}

.pillar-impact {
    background: var(--hbn-green-bg);
    border-radius: 10px;
    padding: 10px 14px;
    margin-top: 16px;
}

.pillar-impact .label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--hbn-green-text);
    text-transform: uppercase;
}

.pillar-impact .value {
    font-size: 14px;
    font-weight: 800;
    color: var(--hbn-green-text);
}

/****** How HBN Accelerates Growth (module tabs) *********/
.growth-nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--hbn-border);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 14px;
    background: #fff;
    cursor: pointer;
    width: 100%;
    text-align: left;
}

.growth-nav-item.active {
    background: var(--hbn-blue);
    border-color: var(--hbn-blue);
    color: #fff;
}

.growth-nav-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.growth-nav-item.active .growth-nav-icon {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.growth-nav-item .eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8a8a8a;
    display: block;
}

.growth-nav-item.active .eyebrow {
    color: #cfe0f7;
}

.growth-nav-item .title {
    font-weight: 700;
    font-size: 14px;
}

.growth-panel {
    border: 1px solid var(--hbn-border);
    border-radius: 20px;
    padding: 32px;
    background: #fff;
    height: 100%;
}

.growth-panel h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 8px 0 12px;
}

.growth-panel>p {
    color: var(--hbn-text);
    font-size: 14px;
    margin-bottom: 20px;
}

.capability-table {
    width: 100%;
    border: 1px solid var(--hbn-border);
    border-radius: 12px;
    overflow: hidden;
    border-collapse: separate;
    border-spacing: 0;
}

.capability-table th {
    background: var(--hbn-bg-tint);
    color: var(--hbn-blue);
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 12px 16px;
    text-align: left;
}

.capability-table td {
    padding: 12px 16px;
    font-size: 13px;
    border-top: 1px solid #f0f0f0;
    vertical-align: top;
}

.capability-table td:first-child {
    font-weight: 700;
    color: #131313;
    width: 34%;
}

.capability-table td:last-child {
    color: var(--hbn-text);
}

.connect-expert-banner {
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-top: 30px;
}

/****** Proven Impact stat cards *********/
.stat-card {
    border: 1px solid var(--hbn-border);
    border-radius: 18px;
    padding: 24px;
    background: #fff;
    height: 100%;
}

.stat-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.stat-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.stat-icon.tone-green {
    background: var(--hbn-green-bg);
    color: var(--hbn-green-text);
}

.stat-icon.tone-blue {
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
}

.stat-icon.tone-purple {
    background: #f1ecfc;
    color: #6b3fd4;
}

.stat-icon.tone-teal {
    background: #e6f7f6;
    color: #0f8a83;
}

.stat-benchmark-tag {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #8a8a8a;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 4px 8px;
}

.stat-card .stat-value {
    font-size: 30px;
    font-weight: 900;
    color: #131313;
}

.stat-card .stat-label {
    font-weight: 700;
    font-size: 14px;
    margin: 4px 0 8px;
}

.stat-card .stat-desc {
    font-size: 12px;
    color: var(--hbn-text);
}

/****** Hospital Case Studies *********/
.case-study-card {
    border: 1px solid var(--hbn-border);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.case-study-media {
    position: relative;
    height: 190px;
    background: #0d1524;
}

.case-study-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.case-study-media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.case-tag {
    position: absolute;
    top: 12px;
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    border-radius: 16px;
    padding: 5px 10px;
}

.case-tag.left {
    left: 12px;
    background: rgba(32, 83, 147, 0.9);
    color: #fff;
}

.case-tag.right {
    right: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #33363b;
}

.case-study-meta {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 12px;
    z-index: 2;
    color: #fff;
}

.case-study-meta .bed-line {
    font-size: 11px;
    opacity: 0.85;
    margin-bottom: 2px;
}

.case-study-meta h3 {
    font-weight: 800;
    font-size: 16px;
    margin: 0;
}

.case-study-body {
    padding: 20px;
}

.case-doctor {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--hbn-bg-tint);
    border-radius: 10px;
    padding: 8px 12px;
    margin-bottom: 12px;
}

.case-doctor-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--hbn-bg-blue-tint);
    color: var(--hbn-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.case-doctor .name {
    font-size: 12px;
    font-weight: 700;
}

.case-doctor .role {
    font-size: 11px;
    color: var(--hbn-text);
}

.case-study-body p.narrative {
    font-size: 13px;
    color: var(--hbn-text);
    min-height: 130px;
}

.case-impact-row {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.case-impact-box {
    flex: 1;
    background: var(--hbn-bg-tint);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.case-impact-box .value {
    font-weight: 800;
    color: var(--hbn-blue);
    font-size: 14px;
}

.case-impact-box .label {
    font-size: 10px;
    color: #8a8a8a;
    text-transform: uppercase;
}

.case-cta-banner {
    border: 1px solid var(--hbn-border);
    border-radius: 16px;
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.case-cta-banner p {
    margin: 2px 0 0;
    font-size: 13px;
    color: var(--hbn-text);
}

.case-cta-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    color: #131313;
}

/****** Leader Testimonials (reuses .testimonial-container language) *********/
.rounded-circle {
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

.hbn-testimonial {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid var(--hbn-border);
    border-radius: 22px;
    padding: 36px 40px;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 10px 0px;
    position: relative;
}

.hbn-testimonial-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.hbn-testimonial-tag {
    background: var(--hbn-green-bg);
    color: var(--hbn-green-text);
    font-size: 11px;
    font-weight: 700;
    border-radius: 12px;
    padding: 5px 12px;
}

.hbn-testimonial blockquote {
    font-style: italic;
    font-size: 17px;
    color: #33363b;
    line-height: 1.6;
    margin-bottom: 18px;
}

.hbn-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.hbn-testimonial-footer .name {
    font-weight: 800;
    font-size: 14px;
}

.hbn-testimonial-footer .role,
.hbn-testimonial-footer .org {
    font-size: 12px;
    color: var(--hbn-text);
}

.hbn-testimonial-footer .org {
    color: var(--hbn-blue);
    font-weight: 600;
}

.hbn-testimonial-location {
    font-size: 11px;
    background: var(--hbn-bg-tint);
    border-radius: 10px;
    padding: 5px 10px;
    white-space: nowrap;
}

.testimonial-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
}

/****** Testimonial carousel (viewport / track / item) ******
   .hbn-testimonial card design above is unchanged — these
   rules only apply inside the carousel track to size and
   position multiple cards side by side. ******/
.testimonial-viewport {
    position: relative;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
}

.testimonial-viewport:focus-visible {
    outline: 2px solid var(--hbn-blue);
    outline-offset: 6px;
    border-radius: 22px;
}

.testimonial-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.5s ease;
}

.testimonial-track.no-transition {
    transition: none;
}

.testimonial-slide-item {
    flex: 0 0 calc(100% / var(--items-per-view, 1));
    max-width: calc(100% / var(--items-per-view, 1));
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
}

.testimonial-slide-item .hbn-testimonial {
    max-width: none;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bi-star-fill::before {
    content: "\f586";
    color: #FFC107;
}

/****** Final CTA *********/
.final-cta {
    background: #384a91;
    border-radius: 22px;
    padding: 50px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
}

.final-cta h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.final-cta p {
    color: #b7c0d1;
    max-width: 620px;
    margin: 0 auto 22px;
}

/****** Footer *********/
.site-footer {
    background: #fff;
    padding: 56px 0 26px;
    border-top: 1px solid var(--hbn-border);
}

.footer-desc {
    font-size: 13px;
    color: var(--hbn-text);
    max-width: 320px;
    margin-top: 14px;
}

.footer-heading {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #131313;
    margin-bottom: 16px;
}

.footer-pillars-list {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.footer-pillars-list li {
    margin-bottom: 10px;
    color: var(--hbn-text);
}

.footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: var(--hbn-text);
    margin-bottom: 12px;
}

.footer-contact-item i {
    color: var(--hbn-blue);
    margin-top: 2px;
}

.footer-bottom {
    border-top: 1px solid var(--hbn-border);
    margin-top: 30px;
    padding-top: 18px;
    font-size: 12px;
    color: #8a8a8a;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.insta-icon {
    color: #e63e31;
}

.bi-facebook,
.bi-linkedin,
.bi-instagram {
    font-size: 22px;
}

#successMsg {
    border: 1px solid #026b02;
    color: #fff;
    background-color: #026b02;
    width: 35%;
    border-radius: 12px;
    padding: 12px;
    position: fixed;
    top: 143px;
    right: 25px;
    transform: translateY(-20px);
    transition: all 0.5s ease;
}

#successMsg.show {
    opacity: 1;
    transform: translateY(0);
}

.bg-img {
    position: absolute;
    top: 90px;
    right: 300px;
}

/****** Responsive *********/
@media only screen and (max-width: 991px) {
    .hbn-hero {
        padding: 200px 0 60px;
    }

    .hbn-hero h1 {
        font-size: 34px;
    }

    .hbn-section-title {
        font-size: 26px;
    }

    .final-cta {
        padding: 34px 20px;
    }

    .growth-nav-item {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hbn-hero {
        padding: 36px 0 40px;
    }

    .hbn-header {
        display: none;
    }

    .hbn-hero h1 {
        font-size: 28px;
        margin-bottom: 26px;
    }

    .showcase-card {
        padding: 14px;
    }

    .showcase-body p {
        display: none;
    }

    .showcase-slide,
    .showcase-slide img {
        min-height: 260px;
        height: 260px;
    }

    .showcase-tag.right {
        top: 160px;
    }

    .challenge-panel {
        padding: 22px;
    }

    .challenge-tab-btn {
        width: 47%;
    }

    .cs-arrow {
        transform: rotate(90deg);
        margin: 10px auto;
    }

    .capability-table {
        font-size: 12px;
    }

    .case-cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .final-cta {
        padding: 30px 18px;
    }

    .final-cta h3 {
        font-size: 21px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 575px) {
    .hbn-testimonial {
        padding: 26px 20px;
    }

    .hbn-testimonial-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .pillar-head {
        flex-direction: column;
        gap: 10px;
    }
}