/* Biotic Healthcare — Home page (consolidated) */

/* ===== home-header.css ===== */

/* Home page header + topbar */

html.bh-home-root {
    margin: 0 !important;
    padding: 0 !important;
}

body.bh-home-page {
    max-width: 100%;
    margin: 0 !important;
}

@media (max-width: 991px) {
    html.bh-home-root,
    body.bh-home-page {
        overflow-x: hidden;
        max-width: 100%;
    }
}

.bh-home-page {
    --bh-blue: #00aeef;
    --bh-blue-dark: #0095d4;
    --bh-navy: #011b3d;
    --bh-text: #1e2a3a;
    --bh-muted: #5c6b7f;
    --bh-submenu-dark: #283440;
    --bh-submenu-row: #24303d;
    font-family: 'Poppins', 'Roboto', sans-serif;
}

/* frontstyle .wrapper overflow:hidden clips fixed children — header is outside wrapper */
.bh-home-page .wrapper {
    overflow: visible !important;
    overflow-x: clip;
    max-width: 100%;
}

.bh-main-header {
    background: #fff;
    border-bottom: 1px solid #e8eef3;
    box-shadow: 0 4px 18px rgba(1, 27, 61, 0.04);
    position: relative;
    z-index: 1001;
    width: 100%;
    overflow: visible;
    transition: box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-main-header .bh-header-bar {
    background: transparent;
    border-bottom: none;
    box-shadow: none;
}

/* Wider layout — less empty side space */
.bh-home-page .bh-container {
    width: 100%;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 3.5vw, 56px);
    padding-right: clamp(20px, 3.5vw, 56px);
}

/* Top bar — white strip */
.bh-topbar {
    background: #ffffff;
    border-bottom: 1px solid #e8eef3;
    padding: 9px 0;
    font-size: 12px;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    max-height: 80px;
}

.bh-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.bh-topbar-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.bh-topbar-badges span {
    color: #3d4f63;
    font-weight: 500;
    white-space: nowrap;
    font-size: 11px;
    letter-spacing: 0.02em;
}

.bh-topbar-badges i {
    color: var(--bh-blue);
    margin-right: 6px;
}

.bh-topbar-contact {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.bh-topbar-contact a {
    color: #3d4f63;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    transition: color 0.2s;
}

.bh-topbar-contact a i {
    color: var(--bh-blue);
    margin-right: 5px;
}

.bh-topbar-contact a:hover {
    color: var(--bh-navy);
}

.bh-topbar-social {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 4px;
    border-left: 1px solid #e8eef3;
}

.bh-topbar-social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: var(--bh-navy);
    font-size: 13px;
    text-decoration: none;
    background: #f0f6fa;
    transition: background 0.2s, color 0.2s, transform 0.2s;
}

.bh-topbar-social a:hover {
    background: var(--bh-blue);
    color: #fff;
    transform: translateY(-1px);
}

/* Site header shell */
.bh-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    overflow: visible;
}

.bh-header-spacer {
    width: 100%;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-site-header.is-scrolled .bh-main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    box-shadow: 0 4px 20px rgba(1, 27, 61, 0.1);
}

.bh-site-header.is-scrolled .bh-topbar {
    max-height: 0;
    padding: 0;
    border: none;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.bh-site-header.is-scrolled .bh-main-header .bh-header-bar {
    padding: 8px 0;
}

.bh-site-header.is-scrolled .bh-logo img {
    height: 44px;
}

.bh-site-header.is-scrolled .bh-nav-link {
    padding: 7px 9px;
    font-size: 12px;
}

.bh-site-header.is-scrolled .bh-enquiry-btn {
    padding: 9px 16px;
    font-size: 12px;
}

/* Header bar — flex row inside container */
.bh-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(12px, 2vw, 24px);
    padding: 12px 0;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    transition: padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    overflow: visible;
}

.bh-logo {
    flex: 0 0 auto;
}

.bh-logo img {
    height: 50px;
    width: auto;
    display: block;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.bh-nav {
    flex: 0 1 auto;
    min-width: 0;
    overflow: visible;
}

.bh-nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2px;
    flex-wrap: nowrap;
}

.bh-nav-item {
    position: relative;
    list-style: none;
}

/* Invisible bridge — mouse gap pe submenu na hat jaye */
.bh-nav-item.bh-has-submenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -8px;
    right: -8px;
    height: 14px;
    z-index: 1099;
}

/* Shared submenu panel */
.bh-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 0;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    transform: translateX(-50%);
    z-index: 1100;
    box-shadow: 0 12px 40px rgba(1, 27, 61, 0.15);
}

.bh-nav-item:hover > .bh-submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%);
}

/* Products mega menu */
.bh-submenu-products {
    width: 780px;
    max-width: calc(100vw - 24px);
    background: transparent;
    border-radius: 12px;
    overflow: visible;
    left: 0;
    transform: translateX(-28%);
}

.bh-nav-item.bh-has-products:hover > .bh-submenu-products {
    transform: translateX(-28%);
}

.bh-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 9px 11px;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-navy);
    text-decoration: none;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
}

.bh-nav-link:hover {
    color: var(--bh-blue);
    background: rgba(0, 174, 239, 0.08);
}

.bh-nav-link.active {
    color: var(--bh-blue);
    background: rgba(0, 174, 239, 0.12);
}

.bh-caret {
    font-size: 11px;
    transition: transform 0.2s;
}

.bh-nav-item:hover > .bh-nav-link .bh-caret,
.bh-nav-item.sub-open > .bh-nav-link .bh-caret {
    transform: rotate(180deg);
}

.bh-products-mega {
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(1, 27, 61, 0.12);
}

.bh-products-mega-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: linear-gradient(135deg, #009ed6 0%, #00aeef 100%);
    border-bottom: 3px solid var(--bh-navy);
}

.bh-products-mega-title h4 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.bh-products-mega-title p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
}

.bh-products-viewall {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    background: #fff;
    color: var(--bh-navy);
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
}

.bh-products-viewall:hover {
    background: #f0f8fc;
    color: var(--bh-blue);
    transform: translateX(2px);
    text-decoration: none;
}

.bh-products-mega-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 8px;
    background: #f8fafc;
}

.bh-product-cat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin: 4px;
    border-radius: 10px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8eef3;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.bh-product-cat:hover {
    border-color: var(--bh-blue);
    box-shadow: 0 6px 20px rgba(0, 174, 239, 0.12);
    transform: translateY(-1px);
    text-decoration: none;
}

.bh-product-cat-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f7fc 0%, #f0f9fd 100%);
    border-radius: 10px;
    color: var(--bh-blue);
    font-size: 17px;
    transition: background 0.2s, color 0.2s;
}

.bh-product-cat:hover .bh-product-cat-icon {
    background: var(--bh-blue);
    color: #fff;
}

.bh-product-cat-text {
    flex: 1;
    min-width: 0;
}

.bh-product-cat-text strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--bh-navy);
    line-height: 1.3;
    margin-bottom: 2px;
}

.bh-product-cat-text small {
    display: block;
    font-size: 11px;
    color: var(--bh-muted);
    line-height: 1.3;
}

.bh-product-cat-arrow {
    flex-shrink: 0;
    color: #c5d0db;
    font-size: 14px;
    transition: color 0.2s, transform 0.2s;
}

.bh-product-cat:hover .bh-product-cat-arrow {
    color: var(--bh-blue);
    transform: translateX(3px);
}

.bh-products-mega-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 16px;
    background: var(--bh-navy);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bh-products-mega-foot a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    transition: background 0.2s, color 0.2s;
}

.bh-products-mega-foot a:hover {
    background: var(--bh-blue);
    color: #fff;
    text-decoration: none;
}

.bh-products-mega-foot a i {
    font-size: 13px;
    color: var(--bh-blue);
}

.bh-products-mega-foot a:hover i {
    color: #fff;
}

/* Image card submenus (About, Franchise, Services, etc.) */
.bh-submenu-cards {
    display: flex;
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
    padding: 12px;
    gap: 8px;
    min-width: max-content;
}

.bh-submenu-cards a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    color: var(--bh-navy);
    border-radius: 8px;
    transition: background 0.2s, transform 0.2s;
    min-width: 110px;
}

.bh-submenu-cards a img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 8px;
}

.bh-submenu-cards a span {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.bh-submenu-cards a:hover {
    background: #f0f8fc;
    color: var(--bh-blue);
    transform: translateY(-2px);
}

.bh-submenu-cards--3 a {
    min-width: 120px;
}

.bh-submenu-cards--4 a {
    min-width: 105px;
}

.bh-submenu-cards--1 a {
    min-width: 140px;
}

/* Mobile nav panel shell (desktop uses display:contents) */
.bh-mobile-nav-panel {
    display: contents;
}

.bh-mobile-nav-head,
.bh-mobile-nav-search {
    display: none;
}

/* Search */
.bh-nav-search {
    margin-left: 4px;
}

.bh-search-toggle {
    background: #f4f8fb;
    border: 1px solid #e6edf3;
    padding: 8px 11px;
    color: var(--bh-navy);
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
    transition: color 0.2s, background 0.2s, border-color 0.2s;
}

.bh-search-toggle:hover {
    color: var(--bh-blue);
    background: rgba(0, 174, 239, 0.1);
    border-color: rgba(0, 174, 239, 0.25);
}

.bh-search-box {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 8px;
    width: 280px;
    background: #fff;
    border: 1px solid #e6edf3;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1002;
}

.bh-search-box.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.bh-search-box form {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bh-search-box input {
    flex: 1;
    border: 1px solid #dde5ec;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    outline: none;
}

.bh-search-box input:focus {
    border-color: var(--bh-blue);
}

.bh-search-box button[type="submit"],
.bh-search-close {
    background: var(--bh-blue);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13px;
}

.bh-search-close {
    background: #e8eef3;
    color: var(--bh-navy);
}

.bh-enquiry-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 22px;
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, padding 0.35s cubic-bezier(0.4, 0, 0.2, 1), font-size 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    flex: 0 0 auto;
    box-shadow: 0 8px 22px rgba(0, 174, 239, 0.35);
    letter-spacing: 0.02em;
}

.bh-enquiry-btn:hover {
    filter: brightness(1.05);
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(0, 174, 239, 0.42);
}

.bh-enquiry-btn i {
    font-size: 11px;
    transition: transform 0.2s;
}

.bh-enquiry-btn:hover i {
    transform: translateX(2px);
}

.bh-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
}

.bh-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--bh-navy);
    transition: 0.3s;
}

/* Tablet / small desktop — tighter nav */
@media (max-width: 1199px) {
    .bh-nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }

    .bh-submenu-products {
        width: 680px;
        transform: translateX(-22%);
    }

    .bh-nav-item.bh-has-products:hover > .bh-submenu-products {
        transform: translateX(-22%);
    }

    .bh-submenu-cards a {
        min-width: 95px;
        padding: 8px;
    }

    .bh-submenu-cards a img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .bh-topbar-badges span:nth-child(2),
    .bh-topbar-badges span:nth-child(3) {
        display: none;
    }

    .bh-topbar-contact a:first-of-type {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .bh-menu-toggle {
        display: flex;
    }

    .bh-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        border-top: 1px solid #eee;
        z-index: 1000;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
    }

    .bh-nav.open {
        display: block;
    }

    .bh-nav-list {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 8px 0;
    }

    .bh-nav-item {
        width: 100%;
        border-bottom: 1px solid #f0f3f6;
    }

    .bh-nav-link {
        width: 100%;
        padding: 12px 16px;
        justify-content: space-between;
    }

    .bh-header-bar {
        position: relative;
        flex-wrap: nowrap;
    }

    .bh-header-right {
        flex: 1;
        justify-content: flex-end;
        gap: 8px;
    }

    .bh-enquiry-btn {
        padding: 8px 14px;
        font-size: 12px;
    }

    .bh-nav {
        flex: none;
        width: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .bh-nav-list {
        flex-wrap: nowrap;
    }

    /* Mobile: hover off, accordion on */
    .bh-nav-item:hover > .bh-submenu {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .bh-nav-item.sub-open > .bh-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        position: static;
        transform: none;
        box-shadow: none;
        margin: 0;
        border-radius: 0;
        max-width: 100%;
        width: 100%;
    }

    .bh-submenu-products {
        width: 100%;
        left: 0;
        transform: none;
    }

    .bh-nav-item.bh-has-products:hover > .bh-submenu-products,
    .bh-nav-item.sub-open > .bh-submenu-products {
        transform: none;
    }

    .bh-products-mega-head {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 16px;
    }

    .bh-products-mega-grid {
        grid-template-columns: 1fr;
        padding: 6px;
    }

    .bh-product-cat {
        margin: 2px 0;
    }

    .bh-products-mega-foot {
        flex-direction: column;
    }

    .bh-products-mega-foot a {
        width: 100%;
        justify-content: center;
    }

    .bh-submenu-cards {
        flex-direction: column;
        border: none;
        padding: 0;
        background: #f8fafc;
    }

    .bh-submenu-cards a {
        flex-direction: row;
        gap: 12px;
        min-width: 0;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #e8eef3;
        border-radius: 0;
        transform: none;
    }

    .bh-submenu-cards a img {
        width: 48px;
        height: 48px;
        margin-bottom: 0;
    }

    .bh-nav-search {
        margin-left: 0;
    }

    .bh-search-box {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        box-shadow: none;
        border: none;
        padding: 8px 16px 12px;
        display: none;
    }

    .bh-nav-item.sub-open .bh-search-box,
    .bh-search-box.open {
        display: block;
    }

    .bh-topbar-badges span:nth-child(3) {
        display: none;
    }
}

@media (max-width: 575px) {
    .bh-topbar-badges {
        display: none;
    }

    .bh-topbar-inner {
        justify-content: center;
    }

    .bh-topbar-contact {
        justify-content: center;
        font-size: 11px;
    }
}

/* ===== home-hero.css ===== */

/* Home hero — clean mockup style */

.bh-hero {
    position: relative;
    background:
        radial-gradient(ellipse 70% 55% at 85% 35%, rgba(0, 174, 239, 0.12) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(0, 174, 239, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, #f3f9fc 0%, #ffffff 55%, #ffffff 100%);
    padding: clamp(28px, 3.5vw, 48px) 0 0;
    overflow: hidden;
}

/* Decorative background — soft blue glow + hex pattern (mockup density) */
.bh-hero-decor {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        linear-gradient(30deg, rgba(0, 174, 239, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 174, 239, 0.045) 87.5%, rgba(0, 174, 239, 0.045)),
        linear-gradient(150deg, rgba(0, 174, 239, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 174, 239, 0.045) 87.5%, rgba(0, 174, 239, 0.045)),
        linear-gradient(30deg, rgba(0, 174, 239, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 174, 239, 0.045) 87.5%, rgba(0, 174, 239, 0.045)),
        linear-gradient(150deg, rgba(0, 174, 239, 0.045) 12%, transparent 12.5%, transparent 87%, rgba(0, 174, 239, 0.045) 87.5%, rgba(0, 174, 239, 0.045)),
        linear-gradient(60deg, rgba(1, 27, 61, 0.03) 25%, transparent 25.5%, transparent 75%, rgba(1, 27, 61, 0.03) 75%, rgba(1, 27, 61, 0.03)),
        linear-gradient(60deg, rgba(1, 27, 61, 0.03) 25%, transparent 25.5%, transparent 75%, rgba(1, 27, 61, 0.03) 75%, rgba(1, 27, 61, 0.03));
    background-size: 56px 98px;
    background-position: 0 0, 0 0, 28px 49px, 28px 49px, 0 0, 28px 49px;
    opacity: 0.55;
}

.bh-hero-decor-blob {
    position: absolute;
    top: 8%;
    right: -8%;
    width: min(620px, 55vw);
    height: min(620px, 55vw);
    border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, rgba(0, 174, 239, 0.14) 0%, rgba(0, 174, 239, 0.04) 50%, transparent 72%);
}

.bh-hero-decor-ring {
    position: absolute;
    top: 18%;
    right: 12%;
    width: min(480px, 42vw);
    height: min(480px, 42vw);
    border-radius: 50%;
    border: 1px solid rgba(0, 174, 239, 0.08);
}

.bh-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(24px, 4vw, 48px);
    padding-bottom: clamp(32px, 4vw, 48px);
}

.bh-hero-title {
    font-size: clamp(34px, 4.8vw, 54px);
    font-weight: 700;
    line-height: 1.12;
    color: #011b3d;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.bh-hero-title span {
    color: #00aeef;
}

.bh-hero-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #5c6b7f;
    margin: 0 0 28px;
    max-width: 500px;
}

.bh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.bh-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.bh-hero-btn-primary {
    background: #00aeef;
    color: #fff;
    border: 2px solid #00aeef;
    box-shadow: 0 8px 24px rgba(0, 174, 239, 0.28);
}

.bh-hero-btn-primary:hover {
    background: #0095d4;
    border-color: #0095d4;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 174, 239, 0.35);
}

.bh-hero-btn-outline {
    background: #fff;
    color: #011b3d;
    border: 2px solid #d0dce6;
}

.bh-hero-btn-outline:hover {
    border-color: #011b3d;
    background: #011b3d;
    color: #fff;
    text-decoration: none;
}

/* Trust tiles — individual white cards like mockup */
.bh-hero-trust {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.bh-hero-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px 8px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #011b3d;
    line-height: 1.3;
    box-shadow: 0 2px 8px rgba(1, 27, 61, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.bh-hero-trust-item:hover {
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 4px 14px rgba(0, 174, 239, 0.1);
}

.bh-hero-trust-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f8fc;
    border-radius: 50%;
    color: #00aeef;
    font-size: 16px;
}

.bh-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bh-hero-image-frame {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.bh-hero-slider {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f0f8fc;
    box-shadow: 0 20px 50px rgba(1, 27, 61, 0.1);
    aspect-ratio: 4 / 3;
    min-height: 300px;
}

.bh-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.85s ease;
    z-index: 0;
}

.bh-hero-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.bh-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bh-hero-slider-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, #00aeef, #0095d4);
    z-index: 3;
    pointer-events: none;
}

.bh-hero-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
}

.bh-hero-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #c5d8e8;
    cursor: pointer;
    transition: background 0.25s, transform 0.25s;
}

.bh-hero-slider-dot.is-active {
    background: #00aeef;
    transform: scale(1.15);
}

.bh-hero-slider-dot:focus,
.bh-hero-slider-dot:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.25);
}

.bh-hero-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #f0f8fc;
    box-shadow: 0 20px 50px rgba(1, 27, 61, 0.1);
}

.bh-hero-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 300px;
    max-height: 420px;
    object-fit: cover;
    object-position: center;
}

.bh-hero-badge {
    position: absolute;
    bottom: 24px;
    right: -12px;
    width: 108px;
    height: 108px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    box-shadow: 0 10px 30px rgba(1, 27, 61, 0.12);
    border: 2px solid rgba(0, 174, 239, 0.15);
    padding: 6px;
    z-index: 2;
}

.bh-hero-badge strong {
    font-size: 26px;
    font-weight: 700;
    color: #00aeef;
    line-height: 1;
    margin-bottom: 2px;
}

.bh-hero-badge span {
    font-size: 10px;
    font-weight: 700;
    color: #011b3d;
    line-height: 1.2;
}

/* Soft wave into next section */
.bh-hero-wave {
    position: relative;
    z-index: 1;
    line-height: 0;
    margin-top: -1px;
}

.bh-hero-wave svg {
    display: block;
    width: 100%;
    height: 40px;
}

@media (max-width: 1199px) {
    .bh-hero-trust {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .bh-hero {
        padding-top: 32px;
    }

    .bh-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bh-hero-content {
        text-align: center;
    }

    .bh-hero-desc {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .bh-hero-actions {
        justify-content: center;
    }

    .bh-hero-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-hero-visual {
        order: -1;
    }

    .bh-hero-decor-blob {
        right: -20%;
        top: 0;
        width: 80vw;
        height: 80vw;
    }

    .bh-hero-decor-ring {
        display: none;
    }

    .bh-hero-badge {
        right: 8px;
        bottom: 16px;
    }
}

@media (max-width: 575px) {
    .bh-hero-trust {
        grid-template-columns: 1fr 1fr;
    }

    .bh-hero-btn {
        width: 100%;
        justify-content: center;
    }

    .bh-hero-actions {
        flex-direction: column;
    }

    .bh-hero-badge {
        width: 92px;
        height: 92px;
    }

    .bh-hero-badge strong {
        font-size: 22px;
    }
}

/* ===== home-therapeutic.css ===== */

/* Therapeutic range — below hero */

.bh-therapeutic {
    background: #f4f8fb;
    padding: clamp(28px, 3.5vw, 44px) 0 clamp(28px, 3.5vw, 44px);
}

.bh-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 20px;
}

.bh-section-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00aeef;
    margin-bottom: 8px;
}

.bh-section-head h2 {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    color: #011b3d;
    margin: 0;
    letter-spacing: -0.02em;
}

.bh-section-head h2 span {
    color: #00aeef;
}

.bh-therapeutic-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}

.bh-therapeutic-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px 12px 14px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(1, 27, 61, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    height: 100%;
}

.bh-therapeutic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 12px 32px rgba(0, 174, 239, 0.12);
    text-decoration: none;
}

.bh-therapeutic-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef7fc;
    border-radius: 10px;
    color: #00aeef;
    font-size: 18px;
    margin-bottom: 10px;
    transition: background 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.bh-therapeutic-card:hover .bh-therapeutic-icon {
    background: #00aeef;
    color: #fff;
}

.bh-therapeutic-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #011b3d;
    margin: 0 0 6px;
    line-height: 1.25;
    text-align: center !important;
    width: 100%;
}

.bh-therapeutic-card p {
    font-size: 12px;
    line-height: 1.4;
    color: #5c6b7f;
    margin: 0;
    text-align: center !important;
    width: 100%;
    display: block;
}

.bh-therapeutic-cta {
    text-align: center;
    margin-top: 20px;
}

.bh-therapeutic-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: #00aeef;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 174, 239, 0.28);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.bh-therapeutic-btn:hover {
    background: #0095d4;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 174, 239, 0.35);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .bh-therapeutic-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .bh-therapeutic {
        padding: 28px 0 32px;
    }

    .bh-section-head {
        margin-bottom: 18px;
    }

    .bh-therapeutic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bh-therapeutic-card {
        padding: 14px 10px 12px;
        border-radius: 12px;
    }

    .bh-therapeutic-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .bh-therapeutic-card h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .bh-therapeutic-card p {
        font-size: 11px;
        line-height: 1.35;
        text-align: center !important;
        display: block;
        /* no -webkit-box — it breaks centered last line */
    }

    .bh-therapeutic-cta {
        margin-top: 18px;
    }
}

@media (max-width: 480px) {
    .bh-therapeutic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        gap: 8px;
    }

    .bh-therapeutic-card {
        padding: 12px 8px 10px;
    }

    .bh-therapeutic-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
        margin-bottom: 6px;
    }

    .bh-therapeutic-card h3 {
        font-size: 13px;
    }

    .bh-therapeutic-card p {
        font-size: 10px;
        text-align: center !important;
        display: block;
    }
}

/* ===== home-about.css ===== */

/* Who We Are — below therapeutic range */

.bh-about {
    background: #ffffff;
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-about-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: clamp(32px, 5vw, 64px);
}

.bh-about-visual {
    position: relative;
}

.bh-about-image-wrap {
    position: relative;
    border-radius: 0 120px 0 48px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(1, 27, 61, 0.12);
    background: #eef6fb;
    line-height: 0;
}

.bh-about-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(0, 174, 239, 0.12);
    border-radius: 0 120px 0 48px;
    pointer-events: none;
}

.bh-about-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 380px;
    max-height: 520px;
    object-fit: cover;
    object-position: center top;
}

.bh-about-content .bh-section-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00aeef;
    margin-bottom: 12px;
}

.bh-about-title {
    font-size: clamp(28px, 3.8vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: #011b3d;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.bh-about-title span {
    color: #00aeef;
}

.bh-about-desc {
    font-size: 15px;
    line-height: 1.75;
    color: #5c6b7f;
    margin: 0 0 24px;
    max-width: 560px;
}

.bh-about-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 12px;
}

.bh-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #011b3d;
    line-height: 1.45;
}

.bh-about-list li i {
    color: #00aeef;
    font-size: 18px;
    margin-top: 1px;
    flex-shrink: 0;
}

.bh-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 26px;
    background: #00aeef;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 174, 239, 0.28);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}

.bh-about-btn:hover {
    background: #0095d4;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(0, 174, 239, 0.35);
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .bh-about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .bh-about-visual {
        order: -1;
        max-width: 560px;
        margin: 0 auto;
    }

    .bh-about-image-wrap {
        border-radius: 0 80px 0 40px;
    }

    .bh-about-image-wrap::after {
        border-radius: 0 80px 0 40px;
    }

    .bh-about-image-wrap img {
        min-height: 280px;
        max-height: 400px;
    }

    .bh-about-content {
        text-align: center;
    }

    .bh-about-desc {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .bh-about-list {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .bh-about-list li {
        text-align: left;
    }
}

@media (max-width: 575px) {
    .bh-about {
        padding: 40px 0 48px;
    }

    .bh-about-image-wrap {
        border-radius: 0 48px 0 24px;
    }

    .bh-about-image-wrap::after {
        border-radius: 0 48px 0 24px;
    }
}

/* ===== home-stats.css ===== */

/* Stats bar — below Who We Are */

.bh-stats {
    background: linear-gradient(135deg, #011b3d 0%, #0a2d52 100%);
    padding: clamp(28px, 4vw, 44px) 0;
    border-top: 3px solid rgba(0, 174, 239, 0.35);
    border-bottom: 3px solid rgba(0, 174, 239, 0.15);
}

.bh-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(16px, 2.5vw, 28px);
    align-items: center;
}

.bh-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 8px 6px;
}

.bh-stat-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #00aeef;
    font-size: 20px;
}

.bh-stat-number {
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.bh-stat-label {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.35;
    max-width: 140px;
}

@media (max-width: 991px) {
    .bh-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
    }

    .bh-stat-item:last-child {
        grid-column: 1 / -1;
        max-width: 180px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .bh-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 10px;
    }

    .bh-stat-item {
        gap: 6px;
        padding: 6px 4px;
    }

    .bh-stat-icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .bh-stat-number {
        font-size: 20px;
    }

    .bh-stat-label {
        font-size: 11px;
        max-width: none;
    }

    .bh-stat-item:last-child {
        grid-column: 1 / -1;
        max-width: 160px;
        margin: 0 auto;
    }
}

/* ===== home-divisions.css ===== */

/* Multi-speciality Divisions — below stats */

.bh-divisions {
    background: #ffffff;
    padding: clamp(36px, 4.5vw, 56px) 0;
    border-bottom: 1px solid rgba(1, 27, 61, 0.06);
}

.bh-divisions .bh-section-head {
    text-align: center !important;
    max-width: 760px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 32px;
}

.bh-divisions .bh-section-head .bh-section-label,
.bh-divisions .bh-section-head h2,
.bh-divisions .bh-section-head p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.bh-divisions .bh-section-head p {
    margin-top: 12px;
    margin-bottom: 0;
    max-width: 640px;
    font-size: 15px;
    line-height: 1.6;
    color: #5a6a7a;
}

.bh-divisions-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
    align-items: stretch;
    width: 100%;
}

.bh-division-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    max-width: none;
    min-width: 0;
    padding: clamp(18px, 2.2vw, 28px) 16px;
    background: #f4f8fb;
    border: 1px solid rgba(1, 27, 61, 0.06);
    border-radius: 16px;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.bh-division-card:hover {
    transform: translateY(-6px);
    background: #ffffff;
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 16px 36px rgba(1, 27, 61, 0.1);
}

.bh-division-logo {
    width: 100%;
    max-width: 150px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bh-division-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.bh-division-logo--kids {
    max-width: 100px;
}

.bh-division-card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #011b3d;
    letter-spacing: -0.01em;
}

@media (max-width: 991px) {
    .bh-divisions-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .bh-divisions {
        padding: 32px 0;
    }

    .bh-divisions .bh-section-head {
        margin-bottom: 22px;
        max-width: 100%;
        padding: 0 8px;
    }

    .bh-divisions-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .bh-division-card {
        max-width: none;
        min-width: 0;
        padding: 16px 12px;
        border-radius: 14px;
        gap: 10px;
    }

    .bh-division-card:last-child {
        grid-column: 1 / -1;
        max-width: 220px;
        margin: 0 auto;
        width: 100%;
    }

    .bh-division-logo {
        height: 72px;
        max-width: 120px;
    }

    .bh-division-logo--kids {
        max-width: 80px;
    }

    .bh-division-card h3 {
        font-size: 13px;
    }
}

/* ===== home-services.css ===== */

/* Our Services — below divisions */

.bh-services {
    background: #f4f8fb;
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-services .bh-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 32px;
}

.bh-services-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.bh-service-card {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(1, 27, 61, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bh-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 174, 239, 0.3);
    box-shadow: 0 14px 36px rgba(0, 174, 239, 0.12);
}

.bh-service-image {
    display: block;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 4 / 3;
    background: #f4f8fb;
}

.bh-service-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.35s ease;
}

.bh-service-card:hover .bh-service-image img {
    transform: scale(1.04);
}

.bh-service-body {
    padding: 18px 16px 20px;
}

.bh-service-body h3 {
    font-size: 14px;
    font-weight: 700;
    color: #011b3d;
    margin: 0 0 10px;
    line-height: 1.35;
}

.bh-service-body p {
    font-size: 12px;
    line-height: 1.55;
    color: #5c6b7f;
    margin: 0 0 14px;
}

.bh-service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #00aeef;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
}

.bh-service-link:hover {
    color: #0095d4;
    text-decoration: none;
    gap: 10px;
}

.bh-service-link i {
    font-size: 12px;
}

@media (max-width: 1199px) {
    .bh-services-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bh-services {
        padding: 44px 0 52px;
    }

    .bh-services .bh-section-head {
        margin-bottom: 28px;
    }

    .bh-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 520px) {
    .bh-services-grid {
        grid-template-columns: 1fr;
        max-width: 360px;
        margin: 0 auto;
    }
}

/* ===== home-certifications.css ===== */

/* Certifications — below services */

.bh-certifications {
    background: linear-gradient(135deg, #011b3d 0%, #0a2d52 55%, #011b3d 100%);
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-cert-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    gap: clamp(28px, 4vw, 48px);
}

.bh-cert-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00aeef;
    margin-bottom: 12px;
}

.bh-cert-content h2 {
    font-size: clamp(28px, 3.5vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    color: #ffffff;
    margin: 0 0 18px;
    letter-spacing: -0.02em;
}

.bh-cert-content p {
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 26px;
    max-width: 520px;
}

.bh-cert-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: #00aeef;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 24px rgba(0, 174, 239, 0.35);
    transition: background 0.2s, transform 0.2s;
}

.bh-cert-btn:hover {
    background: #0095d4;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.bh-cert-logos-card {
    background: #ffffff;
    border-radius: 16px;
    padding: clamp(18px, 2.5vw, 28px) clamp(16px, 2vw, 24px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.bh-cert-logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
}

.bh-cert-logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 6px;
    border-radius: 0;
    background: transparent;
    border: none;
    border-right: 1px solid #eef2f6;
    transition: transform 0.2s;
}

.bh-cert-logo-item:last-child {
    border-right: none;
}

.bh-cert-logo-item:hover {
    border-color: #eef2f6;
    box-shadow: none;
    transform: translateY(-2px);
}

.bh-cert-logo-img {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background: transparent;
    border-radius: 0;
}

.bh-cert-logo-img img {
    width: auto;
    max-width: 88px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
    display: block;
}

.bh-cert-logo-item span {
    font-size: 11px;
    font-weight: 700;
    color: #011b3d;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .bh-cert-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .bh-cert-content {
        text-align: center;
    }

    .bh-cert-content p {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }

    .bh-cert-logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 0;
    }

    .bh-cert-logo-item {
        flex: 0 0 33.333%;
        border-right: none;
        padding: 12px 8px;
    }

    .bh-cert-logo-item:nth-child(3n) {
        border-right: none;
    }
}

@media (max-width: 575px) {
    .bh-cert-logos {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
    }

    .bh-cert-logo-item {
        flex: none;
        width: auto;
        border-right: none;
        padding: 10px 4px;
    }

    .bh-cert-logo-img {
        min-height: 52px;
    }

    .bh-cert-logo-img img {
        max-width: 58px;
        max-height: 48px;
    }

    .bh-cert-logo-item span {
        font-size: 10px;
    }
}

/* ===== home-partner.css ===== */

/* Why Partner With Us — below certifications */

.bh-partner {
    background: #ffffff;
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-partner .bh-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 28px;
}

.bh-partner-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.bh-partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
    padding: 24px 14px;
    background: #f8fafc;
    border: 1px solid #e8eef3;
    border-radius: 14px;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s, background 0.25s;
}

.bh-partner-item:hover {
    background: #fff;
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 12px 32px rgba(0, 174, 239, 0.12);
    transform: translateY(-3px);
}

.bh-partner-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.1);
    border-radius: 50%;
    color: #00aeef;
    font-size: 22px;
    transition: background 0.25s, color 0.25s;
}

.bh-partner-item:hover .bh-partner-icon {
    background: #00aeef;
    color: #fff;
}

.bh-partner-label {
    font-size: 13px;
    font-weight: 700;
    color: #011b3d;
    line-height: 1.35;
}

@media (max-width: 1199px) {
    .bh-partner-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bh-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .bh-partner-item {
        padding: 14px 10px;
        gap: 10px;
        border-radius: 12px;
    }

    .bh-partner-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .bh-partner-label {
        font-size: 12px;
    }

    .bh-partner .bh-section-head {
        margin-bottom: 18px;
    }
}

@media (max-width: 479px) {
    .bh-partner-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .bh-partner-item {
        padding: 12px 8px;
        gap: 8px;
    }

    .bh-partner-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .bh-partner-label {
        font-size: 11px;
        line-height: 1.3;
    }
}

/* ===== home-testimonials.css (merged into glimpse) ===== */

.bh-partner-stories {
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: clamp(24px, 3vw, 32px);
    border-top: 1px solid rgba(1, 27, 61, 0.08);
}

.bh-partner-stories-head {
    text-align: center;
    margin-bottom: 20px;
}

.bh-partner-stories-head h3 {
    margin: 0;
    font-size: clamp(22px, 2.8vw, 30px);
    font-weight: 700;
    color: #011b3d;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.bh-partner-stories-head h3 span {
    color: #00aeef;
}

.bh-partner-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.8vw, 18px);
}

.bh-partner-story {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    background: #011b3d;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(1, 27, 61, 0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bh-partner-story:hover,
.bh-partner-story.is-active {
    transform: translateY(-3px);
    border-color: #00aeef;
    box-shadow: 0 14px 32px rgba(0, 174, 239, 0.2);
}

.bh-partner-story-poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bh-partner-story-player,
.bh-partner-story-player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bh-partner-story-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(1, 27, 61, 0.28);
    transition: background 0.2s;
}

.bh-partner-story-play i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(0, 174, 239, 0.95);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-left: 3px;
    box-shadow: 0 6px 18px rgba(0, 174, 239, 0.4);
}

.bh-partner-story:hover .bh-partner-story-play {
    background: rgba(1, 27, 61, 0.4);
}

.bh-partner-story.is-playing {
    cursor: default;
}

@media (max-width: 991px) {
    .bh-partner-stories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479px) {
    .bh-partner-stories-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .bh-partner-story-play i {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }
}

/* ===== home-franchise.css ===== */

.bh-franchise {
    background: linear-gradient(135deg, #011b3d 0%, #0a2d52 55%, #0095d4 100%);
    padding: clamp(40px, 5vw, 72px) 0;
    color: #fff;
}

.bh-franchise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(28px, 4vw, 48px);
    align-items: center;
}

.bh-franchise-content .bh-section-label {
    color: #7ddfff;
}

.bh-franchise-title {
    font-size: clamp(26px, 3.5vw, 38px);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 20px;
    color: #fff;
}

.bh-franchise-title span {
    color: #00aeef;
}

.bh-franchise-content p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 14px;
}

.bh-btn-outline-light {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 11px 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.bh-btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.bh-franchise-form-wrap {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: clamp(20px, 3vw, 28px);
    backdrop-filter: blur(8px);
}

.bh-franchise-form h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.bh-franchise-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.bh-franchise-form input,
.bh-franchise-form select,
.bh-franchise-form textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    font-size: 14px;
    color: #011b3d;
    font-family: inherit;
}

.bh-franchise-form textarea {
    margin-bottom: 12px;
    resize: vertical;
    min-height: 88px;
}

.bh-franchise-submit {
    width: 100%;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #00aeef, #0095d4);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
}

.bh-franchise-submit:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.bh-franchise-note {
    margin: 10px 0 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.bh-franchise-alert {
    margin-bottom: 12px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0, 174, 239, 0.2);
    color: #fff;
    font-size: 13px;
}

@media (max-width: 991px) {
    .bh-franchise {
        padding: 32px 0;
    }

    .bh-franchise-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bh-franchise-title {
        margin: 0 0 10px;
        font-size: clamp(22px, 5.5vw, 28px);
    }

    .bh-franchise-content p {
        margin: 0 0 10px;
        font-size: 13px;
        line-height: 1.55;
    }

    .bh-franchise-extra {
        display: none;
    }

    .bh-btn-outline-light {
        margin-top: 4px;
        padding: 9px 16px;
        font-size: 13px;
    }

    .bh-franchise-form-wrap {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .bh-franchise-form h3 {
        margin: 0 0 12px;
        font-size: 18px;
        text-align: center;
    }

    .bh-franchise-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 8px;
    }

    .bh-franchise-form input,
    .bh-franchise-form select,
    .bh-franchise-form textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    .bh-franchise-form textarea {
        min-height: 64px;
        margin-bottom: 8px;
    }

    .bh-franchise-submit {
        padding: 11px 16px;
        font-size: 13px;
    }

    .bh-franchise-note {
        margin: 8px 0 0;
        font-size: 11px;
    }
}

@media (max-width: 575px) {
    .bh-franchise {
        padding: 28px 0;
    }

    .bh-franchise-content {
        text-align: center;
    }

    .bh-btn-outline-light {
        margin-left: auto;
        margin-right: auto;
    }

    .bh-franchise-form-wrap {
        padding: 14px 12px;
    }

    .bh-franchise-row {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

/* ===== home-glimpse.css ===== */

.bh-glimpse {
    background: #ffffff;
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-glimpse-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2.5vw, 24px);
    align-items: stretch;
}

.bh-glimpse-media {
    min-width: 0;
}

.bh-glimpse-media-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(1, 27, 61, 0.1);
    background: #011b3d;
}

.bh-glimpse-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    pointer-events: none;
}

.bh-glimpse-video-box:hover .bh-glimpse-iframe,
.bh-glimpse-video-box.is-unmuted .bh-glimpse-iframe {
    pointer-events: auto;
}

.bh-glimpse-unmute {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: none;
    border-radius: 999px;
    background: rgba(1, 27, 61, 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 16px rgba(1, 27, 61, 0.25);
}

.bh-glimpse-unmute:hover {
    background: #00aeef;
    transform: translateY(-1px);
}

.bh-glimpse-unmute i {
    font-size: 14px;
}

.bh-glimpse-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(1, 27, 61, 0.1);
    background: #eef4f8;
}

.bh-glimpse-carousel .carousel-inner {
    height: 100%;
}

.bh-glimpse-carousel .carousel-item {
    height: 100%;
}

.bh-glimpse-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bh-glimpse-carousel .carousel-indicators {
    margin-bottom: 10px;
}

.bh-glimpse-carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    background-color: rgba(255, 255, 255, 0.55);
}

.bh-glimpse-carousel .carousel-indicators .active {
    background-color: #00aeef;
}

.bh-glimpse-carousel .carousel-control-prev,
.bh-glimpse-carousel .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: #011b3d;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 6px 18px rgba(1, 27, 61, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
}

.bh-glimpse-carousel .carousel-control-prev:hover,
.bh-glimpse-carousel .carousel-control-next:hover {
    background: #00aeef;
    transform: translateY(-50%) scale(1.05);
}

.bh-glimpse-carousel .carousel-control-prev {
    left: 14px;
}

.bh-glimpse-carousel .carousel-control-next {
    right: 14px;
}

.bh-glimpse-carousel .carousel-control-prev-icon,
.bh-glimpse-carousel .carousel-control-next-icon {
    display: none;
}

.bh-glimpse-carousel .bh-glimpse-nav i {
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

@media (max-width: 991px) {
    .bh-glimpse-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== home-news.css ===== */

/* Latest News & Updates — below glimpse */

.bh-news {
    background: #f4f8fb;
    padding: clamp(40px, 5vw, 64px) 0;
}

.bh-news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.bh-news-header .bh-section-head {
    text-align: left;
    max-width: 640px;
    margin: 0;
}

.bh-news-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border: 2px solid #00aeef;
    border-radius: 8px;
    color: #00aeef;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
    white-space: nowrap;
}

.bh-news-btn:hover {
    background: #00aeef;
    color: #fff;
    border-color: #00aeef;
    text-decoration: none;
    transform: translateY(-1px);
}

.bh-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bh-news-card {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(1, 27, 61, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bh-news-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 174, 239, 0.3);
    box-shadow: 0 14px 36px rgba(0, 174, 239, 0.12);
}

.bh-news-image {
    display: block;
    overflow: hidden;
    line-height: 0;
    aspect-ratio: 16 / 10;
}

.bh-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.bh-news-card:hover .bh-news-image img {
    transform: scale(1.04);
}

.bh-news-body {
    padding: 18px 16px 20px;
}

.bh-news-date {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #00aeef;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

.bh-news-body h3 {
    font-size: 15px;
    font-weight: 700;
    color: #011b3d;
    line-height: 1.4;
    margin: 0 0 14px;
}

.bh-news-body h3 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.bh-news-body h3 a:hover {
    color: #00aeef;
}

.bh-news-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #00aeef;
    text-decoration: none;
    transition: gap 0.2s;
}

.bh-news-link:hover {
    gap: 10px;
    text-decoration: none;
    color: #0095d4;
}

@media (max-width: 1199px) {
    .bh-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bh-news-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .bh-news-header .bh-section-head {
        text-align: center;
        max-width: none;
    }

    .bh-news-header {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .bh-news-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== home-contact.css ===== */

/* Contact strip — above footer */

.bh-contact-strip {
    background: linear-gradient(135deg, #b8e8f7 0%, #d4f0fa 55%, #c8ecf8 100%);
    padding: clamp(28px, 4vw, 44px) 0;
    border-top: 1px solid rgba(0, 174, 239, 0.12);
}

.bh-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bh-home-page .bh-contact-item,
.bh-contact-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    gap: 12px;
    padding: 18px 16px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 174, 239, 0.15);
    border-radius: 14px;
    transition: background 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.bh-contact-item--link {
    text-decoration: none;
    color: inherit;
}

.bh-contact-item:hover,
.bh-contact-item--link:hover {
    background: #fff;
    border-color: rgba(0, 174, 239, 0.35);
    box-shadow: 0 10px 28px rgba(0, 174, 239, 0.14);
    transform: translateY(-2px);
    text-decoration: none;
}

.bh-contact-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    color: #00aeef;
    font-size: 22px;
    box-shadow: 0 4px 14px rgba(0, 174, 239, 0.15);
}

.bh-contact-text {
    width: 100%;
    text-align: center;
}

.bh-contact-text h4 {
    font-size: 14px;
    font-weight: 700;
    color: #011b3d;
    margin: 0 0 6px;
    line-height: 1.3;
    text-align: center;
}

.bh-contact-text p {
    font-size: 13px;
    line-height: 1.55;
    color: #5c6b7f;
    margin: 0;
    text-align: center;
}

.bh-contact-text a {
    color: #011b3d;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.bh-contact-text a:hover {
    color: #00aeef;
}

@media (max-width: 1199px) {
    .bh-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .bh-contact-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .bh-contact-item {
        padding: 16px 14px;
    }
}

/* ===== home-extra.css ===== */

/* Home — products carousel, glimpse, franchise, testimonials */

/* Shared buttons */
.bh-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 26px;
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(0, 174, 239, 0.35);
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.bh-btn-primary:hover {
    color: #fff;
    text-decoration: none;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.bh-section-cta {
    text-align: center;
    margin-top: 32px;
}



/* ===== home-footer.css ===== */

/* Home page footer — mockup style */

html.bh-home-root body.bh-home-page:not(.bh-inner-page) {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* padding-bottom set in mobile media query for sticky Call/WhatsApp bar */
    background: #000d1f !important;
}

/* Inner pages: same dark page chrome as home (prevents white strip under footer).
   Content stays white via .wrapper; header bars are already white. */
html.bh-home-root body.bh-home-page.bh-inner-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #000d1f !important;
}

html.bh-home-root:has(body.bh-inner-page) {
    background: #000d1f !important;
}

.bh-home-page:not(.bh-inner-page) {
    margin: 0;
    min-height: 100%;
    background: #000d1f !important;
}

.bh-home-page.bh-inner-page {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    background: #000d1f !important;
}

.bh-home-page.bh-inner-page .bh-site-header {
    margin: 0 !important;
    background: #fff;
}

.bh-home-page.bh-inner-page .bh-topbar,
.bh-home-page.bh-inner-page .bh-main-header {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bh-home-page.bh-inner-page .bh-footer,
.bh-home-page.bh-inner-page footer.bh-footer,
.bh-home-page.bh-inner-page .bh-footer-bottom {
    margin-bottom: 0 !important;
}

/* Desktop: no mobile-bar clearance gap under footer on any page */
@media (min-width: 992px) {
    html.bh-home-root body.bh-home-page,
    html.bh-home-root body.bh-home-page.bh-inner-page,
    .bh-home-page,
    .bh-home-page.bh-inner-page {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
}

.bh-home-page .wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    background: #fff;
}

.bh-home-page footer.bh-footer {
    padding: 0 !important;
    margin: 0 !important;
    background: #011b3d !important;
}

.bh-footer {
    position: relative;
    background: #011b3d;
    color: #fff;
    margin: 0;
    padding-bottom: 0 !important;
}

.bh-footer-accent {
    height: 4px;
    background: linear-gradient(90deg, #00aeef 0%, #0095d4 50%, #00aeef 100%);
}

.bh-footer-main {
    padding: clamp(48px, 6vw, 72px) 0 clamp(40px, 5vw, 56px);
}

.bh-footer-grid {
    display: grid;
    grid-template-columns: 1.45fr 1fr 1fr 1fr 1.25fr;
    gap: clamp(24px, 3vw, 40px);
}

.bh-footer-logo-link {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px;
    margin-bottom: 4px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.bh-footer-logo {
    max-height: 48px;
    width: auto;
    margin-bottom: 0;
    display: block;
    filter: brightness(1.05);
}

.bh-footer-desc {
    font-size: 13px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    margin: 14px 0 22px;
    max-width: 300px;
}

.bh-footer-social {
    display: flex;
    gap: 10px;
}

.bh-footer-social a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.bh-footer-social a:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
    transform: translateY(-2px);
}

.bh-footer-heading {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    letter-spacing: 0.02em;
    position: relative;
    padding-bottom: 12px;
}

.bh-footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background: #00aeef;
    border-radius: 2px;
}

.bh-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bh-footer-links li {
    margin-bottom: 10px;
}

.bh-footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}

.bh-footer-links a:hover {
    color: #00aeef;
    padding-left: 4px;
}

.bh-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bh-footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.72);
}

.bh-footer-contact-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 174, 239, 0.12);
    border-radius: 8px;
    color: #00aeef;
    font-size: 14px;
}

.bh-footer-contact-list a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.bh-footer-contact-list a:hover {
    color: #00aeef;
}

.bh-footer-contact-sep {
    margin: 0 4px;
    color: rgba(255, 255, 255, 0.4);
}

.bh-footer-bottom {
    background: #000d1f;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 0;
    margin-bottom: 0;
}

.bh-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px 22px;
    flex-wrap: wrap;
    /* Keep clear of fixed Send Enquiry + back-to-top on desktop */
    padding-right: 310px;
}

.bh-footer-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    white-space: nowrap;
}

.bh-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 8px 18px;
    flex-wrap: wrap;
}

.bh-footer-bottom-links a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
    transition: color 0.2s;
    position: relative;
}

.bh-footer-bottom-links a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    width: 1px;
    height: 10px;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-50%);
}

.bh-footer-bottom-links a:hover {
    color: #00aeef;
}

.bh-back-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 10060;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 174, 239, 0.4);
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.9);
    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.2s ease,
        box-shadow 0.2s ease;
    flex-shrink: 0;
}

.bh-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.bh-back-top:hover {
    background: linear-gradient(135deg, #0095d4 0%, #007fb8 100%);
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 28px rgba(0, 174, 239, 0.5);
}

.bh-back-top.is-visible:hover {
    transform: translateY(-3px) scale(1.04);
}

.bh-back-top:focus,
.bh-back-top:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.35), 0 8px 24px rgba(0, 174, 239, 0.4);
}

.bh-back-top i {
    line-height: 1;
}

/* Desktop — sit left of enquiry widget */
.bh-home-page .bh-back-top {
    right: 300px;
    bottom: 16px;
}

@media (max-width: 991px) {
    .bh-home-page .bh-back-top {
        left: auto;
        right: 14px;
        bottom: calc(100px + env(safe-area-inset-bottom, 0px));
        z-index: 10055;
    }
}

@media (max-width: 575px) {
    .bh-back-top {
        width: 42px;
        height: 42px;
        font-size: 15px;
    }

    .bh-home-page .bh-back-top {
        left: auto;
        right: 12px;
        bottom: calc(98px + env(safe-area-inset-bottom, 0px));
    }
}

/* Product booklet tab — match home brand */
.bh-home-page .right-fixed-button {
    position: fixed;
    top: 250px;
    left: 0;
    width: 42px;
    height: 160px;
    background-color: #00aeef;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    z-index: 9999;
    border-radius: 0 8px 8px 0;
    writing-mode: vertical-rl;
    transform: rotate(360deg);
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.bh-home-page .right-fixed-button a {
    text-decoration: none;
    display: block;
    height: 100%;
    color: inherit;
}

.bh-home-page .right-fixed-button .product-btn {
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 0;
    font-size: 15px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    writing-mode: vertical-rl;
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 600;
}

.bh-home-page .right-fixed-button:hover {
    background-color: #0095d4;
}

.bh-home-page .right-fixed-button a:focus,
.bh-home-page .right-fixed-button a:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.45);
}

/* Floating enquiry widget — home brand polish */
.bh-home-page .footer-form {
    width: 280px;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    box-shadow: 0 -6px 32px rgba(1, 27, 61, 0.18);
    transition: box-shadow 0.35s ease;
}

.bh-home-page .footer-form.is-open {
    box-shadow: 0 -10px 40px rgba(1, 27, 61, 0.24);
}

.bh-home-page .footer-form .heading-look {
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    padding: 10px 40px 10px 14px;
    margin: 0;
    border: none;
}

.bh-home-page .footer-form .heading-look button {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    appearance: none;
    -webkit-appearance: none;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
    padding: 0;
    margin: 0;
    line-height: 1.3;
    cursor: pointer;
}

.bh-home-page .footer-form .bh-enquiry-toggle {
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: left;
}

.bh-home-page .footer-form .bh-enquiry-toggle::before {
    content: '\f0e0';
    font-family: FontAwesome;
    margin-right: 8px;
    font-size: 14px;
    opacity: 0.95;
}

.bh-home-page .footer-form .bh-enquiry-toggle:focus,
.bh-home-page .footer-form .bh-enquiry-toggle:focus-visible,
.bh-home-page .footer-form .bh-enquiry-close:focus,
.bh-home-page .footer-form .bh-enquiry-close:focus-visible {
    outline: none;
    box-shadow: none;
}

.bh-home-page .footer-form button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.bh-home-page .footer-form .bh-enquiry-toggle:focus-visible {
    text-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.bh-home-page .footer-form .bh-enquiry-close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.bh-home-page .footer-form .bh-enquiry-close:hover {
    background: rgba(255, 255, 255, 0.28);
}

.bh-home-page .footer-form .bh-enquiry-close:focus-visible {
    background: rgba(255, 255, 255, 0.28);
}

/* Smooth open / close */
.bh-home-page #mini_contact_form {
    display: block !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    border: none;
    border-top: 1px solid transparent;
    box-shadow: none;
    background: #fff;
    transition:
        max-height 0.48s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.38s ease,
        padding 0.38s ease,
        border-color 0.3s ease;
}

.bh-home-page .footer-form.is-open #mini_contact_form {
    max-height: min(380px, 52vh);
    opacity: 1;
    padding: 10px 12px 12px;
    border-top-color: #e8eef3;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #c5d8e8 transparent;
}

.bh-home-page .footer-form.is-open #mini_contact_form::-webkit-scrollbar {
    width: 5px;
}

.bh-home-page .footer-form.is-open #mini_contact_form::-webkit-scrollbar-thumb {
    background: #c5d8e8;
    border-radius: 4px;
}

.bh-home-page .footer-form .fo-form {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
}

.bh-home-page .footer-form .fo-form p {
    margin: 0;
}

.bh-home-page .footer-form .fo-form p br {
    display: none;
}

.bh-home-page .footer-form span.wpcf7-form-control-wrap {
    display: block !important;
    width: 100%;
    margin-bottom: 6px;
}

.bh-home-page .footer-form span.wpcf7-form-control-wrap:has(#drug) {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 6px;
}

.bh-home-page .footer-form span.wpcf7-form-control-wrap:last-of-type {
    margin-bottom: 0;
}

.bh-home-page .footer-form .fo-form p span input,
.bh-home-page .footer-form .fo-form p span select,
.bh-home-page .footer-form .fo-form p span textarea,
.bh-home-page .footer-form .fo-form .form-control {
    width: 100%;
    height: 34px;
    min-height: 34px;
    border: 1px solid #d8e3ec;
    border-radius: 8px;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    color: #011b3d;
    background: #f8fbfd;
    box-sizing: border-box;
    text-transform: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.bh-home-page .footer-form .fo-form p span select,
.bh-home-page .footer-form .fo-form .form-control {
    appearance: none;
    -webkit-appearance: none;
    padding: 0 28px 0 10px;
    cursor: pointer;
    background-color: #f8fbfd;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 12 8'%3E%3Cpath fill='%237a8da3' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.bh-home-page .footer-form .fo-form p span select + select {
    margin-top: 0;
}

.bh-home-page .footer-form .fo-form p span input::placeholder,
.bh-home-page .footer-form .fo-form p span textarea::placeholder {
    color: #9aacb8;
    opacity: 1;
}

.bh-home-page .footer-form .fo-form p span input:focus,
.bh-home-page .footer-form .fo-form p span select:focus,
.bh-home-page .footer-form .fo-form p span textarea:focus,
.bh-home-page .footer-form .fo-form input.wpcf7-form-control.wpcf7-submit:focus,
.bh-home-page .footer-form .fo-form input.wpcf7-form-control.wpcf7-submit:focus-visible {
    outline: none;
    border-color: #00aeef;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}

.bh-home-page .footer-form .fo-form p span select:focus,
.bh-home-page .footer-form .fo-form .form-control:focus {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300aeef' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
}

.bh-home-page .footer-form .fo-form p span textarea {
    height: auto;
    min-height: 56px;
    max-height: 88px;
    padding: 8px 10px;
    line-height: 1.45;
    resize: vertical;
}

.bh-home-page .footer-form .fo-form > div[style*="text-align:center"] {
    margin-top: 8px;
}

.bh-home-page .footer-form .fo-form input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    border-radius: 8px;
    padding: 9px 0;
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.03em;
    transition: transform 0.2s, box-shadow 0.2s;
}

.bh-home-page .footer-form .fo-form input.wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 174, 239, 0.35);
}

.bh-home-page .footer-form span.form_msg {
    font-size: 11px;
    color: #7a8da3;
    margin-top: 4px;
    line-height: 1.4;
}

/* Mobile bottom bar — floating dock */
.bh-home-page .mobile-call-btn {
    display: none;
}

@media (max-width: 991px) {
    .bh-home-page .mobile-call-btn {
        display: flex !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        z-index: 10050;
        align-items: stretch;
        gap: 8px;
        margin: 0 0 calc(8px + env(safe-area-inset-bottom, 0px));
        padding: 8px;
        background: rgba(1, 27, 61, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 16px;
        box-shadow: 0 10px 28px rgba(1, 27, 61, 0.35);
        box-sizing: border-box;
    }

    .bh-home-page .mobile-call-btn .bh-mobile-action {
        flex: 1 1 0;
        min-width: 0;
        min-height: 64px;
        padding: 8px 4px 10px;
        font-size: 11px;
    }

    html.bh-home-root body.bh-home-page:not(.bh-inner-page),
    .bh-home-page:not(.bh-inner-page) {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    html.bh-home-root body.bh-home-page.bh-inner-page,
    .bh-home-page.bh-inner-page {
        padding-bottom: 0 !important;
    }

    .bh-home-page.bh-inner-page footer.bh-footer {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .bh-footer-bottom {
        padding: 18px 0 28px;
    }

    .bh-footer-main {
        padding: 36px 0 28px;
    }

    .bh-footer-contact-list li {
        align-items: flex-start;
        gap: 12px;
    }

    .bh-home-page .bh-back-top {
        left: auto;
        right: 14px;
        bottom: calc(100px + env(safe-area-inset-bottom, 0px));
        z-index: 10055;
    }

    .bh-home-page .right-fixed-button {
        top: 22% !important;
        bottom: auto;
    }
}

.bh-home-page .mobile-call-btn .bh-mobile-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 1 1 0;
    min-width: 0;
    min-height: 64px;
    padding: 8px 4px 10px;
    margin: 0;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #fff;
    background: linear-gradient(160deg, #1aaeef 0%, #0090d0 100%);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
    transition: transform 0.18s ease, filter 0.18s ease;
}

.bh-home-page .mobile-call-btn .bh-mobile-action + .bh-mobile-action,
.bh-home-page .mobile-call-btn .bh-mobile-action-enquiry {
    border-left: none;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    font-size: 13px;
    line-height: 1;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-icon i {
    margin: 0 !important;
    line-height: 1;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-label {
    display: block;
    flex-shrink: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-call {
    background: linear-gradient(160deg, #1ab4f5 0%, #008fcf 100%) !important;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-whatsapp {
    background: linear-gradient(160deg, #2fd671 0%, #1db954 100%) !important;
}

.bh-home-page .mobile-call-btn .bh-mobile-action-enquiry,
.bh-home-page .mobile-call-btn button.bh-mobile-action-enquiry.mobi-quary {
    background: linear-gradient(160deg, #ff9d4d 0%, #e67a22 100%) !important;
    width: auto;
}

.bh-home-page .mobile-call-btn .bh-mobile-action:active {
    filter: brightness(0.96);
    transform: scale(0.97);
}

.bh-home-page .mobile-call-btn button.button {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-weight: 600;
}

.bh-home-page .mobile-call-btn .mobi-quary {
    /* keep enquiry orange — do not inherit old blue popup styles */
    color: #fff;
}

.bh-home-page .mobile-call-btn .bh-mobile-action:focus,
.bh-home-page .mobile-call-btn .bh-mobile-action:focus-visible,
.bh-home-page .mobile-call-btn button:focus,
.bh-home-page .mobile-call-btn button:focus-visible,
.bh-home-page .mobile-call-btn .mobi-quary:focus,
.bh-home-page .mobile-call-btn .mobi-quary:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.bh-home-page .bio-popup-form span.wpcf7-form-control-wrap input:focus,
.bh-home-page .bio-popup-form span.wpcf7-form-control-wrap select:focus,
.bh-home-page .bio-popup-form span.wpcf7-form-control-wrap textarea:focus {
    outline: none;
    border-color: #00aeef;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
}

.bh-home-page .bio-popup-form input.wpcf7-form-control.wpcf7-submit {
    background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
    border-radius: 8px;
}

.bh-home-page .bio-popup-form input.wpcf7-form-control.wpcf7-submit:focus,
.bh-home-page .bio-popup-form input.wpcf7-form-control.wpcf7-submit:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.2);
}

/* Prevent FB chat placeholders from adding page height */
.bh-home-page #fb-root,
.bh-home-page #fb-customer-chat {
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* Hide legacy footer if any leaks through */
.bh-home-page footer:not(.bh-footer),
.bh-home-page .footer-bottom {
    display: none !important;
}

@media (max-width: 1199px) {
    .bh-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-footer-brand {
        grid-column: 1 / -1;
    }

    .bh-footer-desc {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .bh-footer-bottom-inner {
        padding-right: 0;
    }

    .bh-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 20px;
    }

    .bh-footer-brand {
        grid-column: 1 / -1;
    }

    .bh-footer-contact {
        grid-column: 1 / -1;
    }
}

@media (max-width: 575px) {
    .bh-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .bh-footer-bottom {
        padding: 20px 16px 32px;
    }

    .bh-footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        padding-right: 56px; /* clear back-to-top */
        padding-left: 12px;
        padding-bottom: 4px;
    }

    .bh-footer-copy {
        white-space: normal;
        line-height: 1.5;
        max-width: 280px;
    }

    .bh-footer-bottom-links {
        justify-content: center;
        gap: 10px 14px;
        max-width: 100%;
    }

    .bh-footer-bottom-links a {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.72);
        padding: 4px 2px;
    }

    .bh-footer-bottom-links a:not(:last-child)::after {
        display: none;
    }

    .bh-footer-contact-list {
        padding-left: 4px;
    }

    .bh-footer-contact-icon {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    /* Booklet mid-screen so it does not sit on Contact Us */
    .bh-home-page .right-fixed-button {
        top: 28% !important;
        height: 110px !important;
        width: 32px !important;
    }
}

/* ===== home-animations.css ===== */

/* Home page scroll reveal & motion */

@media (prefers-reduced-motion: reduce) {
    .bh-home-page .bh-reveal,
    .bh-home-page .bh-reveal-left,
    .bh-home-page .bh-reveal-right,
    .bh-home-page .bh-reveal-scale,
    .bh-home-page .bh-hero-content,
    .bh-home-page .bh-hero-visual {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}

.bh-home-page .bh-reveal,
.bh-home-page .bh-reveal-left,
.bh-home-page .bh-reveal-right,
.bh-home-page .bh-reveal-scale {
    opacity: 0;
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.bh-home-page .bh-reveal {
    transform: translateY(28px);
}

.bh-home-page .bh-reveal-left {
    transform: translateX(-36px);
}

.bh-home-page .bh-reveal-right {
    transform: translateX(36px);
}

.bh-home-page .bh-reveal-scale {
    transform: translateY(16px) scale(0.97);
}

.bh-home-page .bh-reveal.is-visible,
.bh-home-page .bh-reveal-left.is-visible,
.bh-home-page .bh-reveal-right.is-visible,
.bh-home-page .bh-reveal-scale.is-visible {
    opacity: 1;
    transform: none;
}

.bh-home-page .bh-reveal-delay-1 { transition-delay: 0.08s; }
.bh-home-page .bh-reveal-delay-2 { transition-delay: 0.16s; }
.bh-home-page .bh-reveal-delay-3 { transition-delay: 0.24s; }
.bh-home-page .bh-reveal-delay-4 { transition-delay: 0.32s; }
.bh-home-page .bh-reveal-delay-5 { transition-delay: 0.4s; }

/* Staggered grid children */
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(1) { transition-delay: 0.04s; }
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(2) { transition-delay: 0.08s; }
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(3) { transition-delay: 0.12s; }
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(4) { transition-delay: 0.16s; }
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(5) { transition-delay: 0.2s; }
.bh-home-page .bh-therapeutic-grid .bh-therapeutic-card:nth-child(6) { transition-delay: 0.24s; }

.bh-home-page .bh-stats-grid .bh-stat-item:nth-child(1) { transition-delay: 0.05s; }
.bh-home-page .bh-stats-grid .bh-stat-item:nth-child(2) { transition-delay: 0.1s; }
.bh-home-page .bh-stats-grid .bh-stat-item:nth-child(3) { transition-delay: 0.15s; }
.bh-home-page .bh-stats-grid .bh-stat-item:nth-child(4) { transition-delay: 0.2s; }
.bh-home-page .bh-stats-grid .bh-stat-item:nth-child(5) { transition-delay: 0.25s; }

.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(1) { transition-delay: 0.05s; }
.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(2) { transition-delay: 0.1s; }
.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(3) { transition-delay: 0.15s; }
.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(4) { transition-delay: 0.2s; }
.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(5) { transition-delay: 0.25s; }
.bh-home-page .bh-partner-grid .bh-partner-item:nth-child(6) { transition-delay: 0.3s; }

.bh-home-page .bh-services-grid .bh-service-card:nth-child(1) { transition-delay: 0.06s; }
.bh-home-page .bh-services-grid .bh-service-card:nth-child(2) { transition-delay: 0.12s; }
.bh-home-page .bh-services-grid .bh-service-card:nth-child(3) { transition-delay: 0.18s; }
.bh-home-page .bh-services-grid .bh-service-card:nth-child(4) { transition-delay: 0.24s; }
.bh-home-page .bh-services-grid .bh-service-card:nth-child(5) { transition-delay: 0.3s; }

.bh-home-page .bh-news-grid .bh-news-card:nth-child(1) { transition-delay: 0.06s; }
.bh-home-page .bh-news-grid .bh-news-card:nth-child(2) { transition-delay: 0.12s; }
.bh-home-page .bh-news-grid .bh-news-card:nth-child(3) { transition-delay: 0.18s; }

/* Hero load-in */
.bh-home-page .bh-hero-content {
    animation: bhHeroIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.bh-home-page .bh-hero-visual {
    animation: bhHeroInRight 1s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

.bh-home-page .bh-hero-decor-blob {
    animation: bhHeroFloat 8s ease-in-out infinite;
}

.bh-home-page .bh-hero-decor-ring {
    animation: bhHeroFloat 10s ease-in-out infinite reverse;
}

@keyframes bhHeroIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bhHeroInRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bhHeroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===== home.blade.php inline overrides (moved here) ===== */

/* Product owl — base layout helpers */

/* Thank-you popup */
.bh-home-page .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.5s;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
}

.bh-home-page .overlay:target {
    visibility: visible;
    opacity: 1;
}

.bh-home-page .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.bh-home-page .popup h2 {
    margin-top: 0;
    color: green;
}

.bh-home-page .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 0.2s;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
}

.bh-home-page .popup .close:hover {
    color: #06d85f;
}

.bh-home-page .popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .bh-home-page .box {
        width: 70%;
    }

    .bh-home-page .popup {
        width: 70%;
        top: 50%;
    }
}

/* Legacy carousel helpers (if used on home) */
.bh-home-page .MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.bh-home-page .MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.bh-home-page .MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.bh-home-page .MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.bh-home-page .MultiCarousel .leftLst,
.bh-home-page .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.bh-home-page .MultiCarousel .leftLst {
    left: 0;
}

.bh-home-page .MultiCarousel .rightLst {
    right: 0;
}

.bh-home-page .MultiCarousel .leftLst.over,
.bh-home-page .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.bh-home-page .pad15 img {
    width: 100%;
    height: auto;
}

.bh-home-page .mobile-btnsnext a {
    margin-right: 20px;
}

.bh-home-page .mobile-btnsnext {
    margin-top: 10px !important;
}

/* ===== Mobile responsive polish ===== */

.bh-home-page.bh-nav-open {
    overflow: hidden;
}

.bh-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.bh-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.bh-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
    .bh-home-page .bh-container {
        padding-left: clamp(16px, 4vw, 24px);
        padding-right: clamp(16px, 4vw, 24px);
    }

    /* Mobile — main-header sticks at true top:0; spacer holds its flow slot */
    .bh-home-page .bh-site-header.is-scrolled .bh-main-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 2100 !important;
        box-shadow: 0 4px 20px rgba(1, 27, 61, 0.14);
        transform: none !important;
    }

    .bh-home-page .bh-main-header {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        padding-top: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        background: #fff;
        border-bottom: 1px solid #e8eef3;
    }

    /* Keep topbar flow space — only hide visually (prevents 39px jump) */
    .bh-home-page .bh-site-header.is-scrolled .bh-topbar {
        max-height: 80px !important;
        padding: 8px 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    /* Topbar — visible at top */
    .bh-home-page .bh-topbar {
        max-height: 80px;
        opacity: 1;
        padding: 8px 0;
        pointer-events: auto;
        overflow: visible;
        transition: max-height 0.35s ease, opacity 0.35s ease, padding 0.35s ease;
    }

    .bh-home-page .bh-topbar-badges span:nth-child(2),
    .bh-home-page .bh-topbar-badges span:nth-child(3) {
        display: none;
    }

    .bh-home-page .bh-topbar-inner {
        gap: 10px;
    }

    .bh-home-page .bh-topbar-contact a:nth-child(2) {
        display: none;
    }

    .bh-home-page #bhHeaderSpacer.is-active {
        display: block !important;
        width: 100%;
        pointer-events: none;
    }

    .bh-home-page .bh-header-spacer {
        transition: none !important;
    }

    .bh-home-page .wrapper {
        padding-top: 0 !important;
    }

    .bh-home-page .bh-header-bar {
        min-height: 64px;
        max-height: none;
        padding: 12px 0;
        align-items: center;
        overflow: visible;
    }

    .bh-home-page .bh-logo {
        flex: 0 1 auto;
        min-width: 0;
        max-width: 65%;
        line-height: 0;
    }

    .bh-home-page .bh-logo img {
        height: 44px;
        max-height: 44px;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        object-position: left center;
        display: block;
    }

    .bh-home-page .bh-site-header.is-scrolled .bh-logo img {
        height: 44px;
        max-height: 44px;
    }

    .bh-home-page .bh-site-header.is-scrolled .bh-main-header .bh-header-bar {
        min-height: 64px;
        padding: 12px 0;
    }

    .bh-home-page .bh-header-right {
        flex: 0 0 auto;
        overflow: visible;
    }

    .bh-home-page .bh-menu-toggle {
        flex-shrink: 0;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }

    .bh-home-page .bh-enquiry-btn {
        display: none;
    }

    .bh-home-page .bh-main-header .bh-nav {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 2500;
        background: rgba(1, 27, 61, 0.52);
        align-items: flex-start;
        justify-content: center;
        padding: max(12px, env(safe-area-inset-top, 0px)) 12px 12px;
        max-height: none;
        overflow-y: auto;
        border: none;
        box-shadow: none;
    }

    .bh-home-page .bh-main-header .bh-nav.open {
        display: flex;
    }

    .bh-home-page .bh-main-header .bh-mobile-nav-panel {
        width: 100%;
        max-width: 480px;
        max-height: calc(100vh - 24px - env(safe-area-inset-top, 0px));
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 24px 64px rgba(1, 27, 61, 0.28);
        border: 1px solid #e8eef3;
        overflow: hidden;
    }

    .bh-home-page .bh-mobile-nav-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 16px;
        border-bottom: 1px solid #e8eef3;
        flex-shrink: 0;
        background: #fff;
    }

    .bh-home-page .bh-mobile-nav-title {
        font-size: 16px;
        font-weight: 700;
        color: #011b3d;
        letter-spacing: 0.02em;
    }

    .bh-home-page .bh-mobile-nav-close {
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: #f4f8fb;
        color: #011b3d;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        line-height: 1;
        transition: background 0.2s, color 0.2s, transform 0.2s;
    }

    .bh-home-page .bh-mobile-nav-close:hover {
        background: #00aeef;
        color: #fff;
    }

    .bh-home-page .bh-mobile-nav-close:focus,
    .bh-home-page .bh-mobile-nav-close:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.25);
    }

    .bh-home-page .bh-mobile-nav-search {
        display: block;
        padding: 12px 16px;
        border-bottom: 1px solid #e8eef3;
        flex-shrink: 0;
        background: #fff;
    }

    .bh-home-page .bh-mobile-search-form {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .bh-home-page .bh-mobile-search-form input {
        flex: 1;
        min-width: 0;
        border: 1px solid #dde5ec;
        border-radius: 10px;
        padding: 11px 12px;
        font-size: 14px;
        color: #011b3d;
        background: #f8fafc;
        outline: none;
    }

    .bh-home-page .bh-mobile-search-form input:focus {
        border-color: #00aeef;
        background: #fff;
        box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.12);
    }

    .bh-home-page .bh-mobile-search-form button {
        width: 44px;
        height: 44px;
        flex-shrink: 0;
        border: none;
        border-radius: 10px;
        background: linear-gradient(135deg, #00aeef 0%, #0095d4 100%);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bh-home-page .bh-nav-search-desktop {
        display: none !important;
    }

    .bh-home-page .bh-main-header .bh-nav-list {
        width: 100%;
        max-width: none;
        max-height: none;
        flex: 1 1 auto;
        overflow-y: auto;
        overflow-x: hidden;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0;
        padding: 6px 0;
        flex-wrap: nowrap;
        align-items: stretch;
        align-content: flex-start;
        -webkit-overflow-scrolling: touch;
    }

    /* Mobile accordion — max-height (not opacity) so content stays visible when open */
    .bh-home-page .bh-nav-item.bh-has-submenu::after {
        display: none;
    }

    .bh-home-page .bh-nav-item > .bh-submenu {
        position: static;
        left: auto;
        right: auto;
        top: auto;
        transform: none !important;
        opacity: 1;
        visibility: visible;
        pointer-events: none;
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        margin: 0;
        box-shadow: none;
        width: 100%;
        max-width: 100%;
        transition: max-height 0.35s ease;
    }

    .bh-home-page .bh-nav-item.sub-open > .bh-submenu {
        pointer-events: auto;
        max-height: min(75vh, 900px);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .bh-home-page .bh-nav-item:hover > .bh-submenu {
        opacity: 1;
        visibility: visible;
    }

    .bh-home-page .bh-submenu-products {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        background: transparent;
    }

    .bh-home-page .bh-nav-item.bh-has-products:hover > .bh-submenu-products,
    .bh-home-page .bh-nav-item.sub-open > .bh-submenu-products {
        transform: none !important;
    }

    .bh-home-page .bh-products-mega-grid {
        grid-template-columns: 1fr;
    }

    .bh-home-page .bh-submenu-cards {
        min-width: 0;
        width: 100%;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .bh-home-page .bh-nav-item.sub-open > .bh-nav-link {
        color: var(--bh-blue);
        background: rgba(0, 174, 239, 0.08);
    }

    .bh-home-page .bh-hero {
        padding-top: 24px;
    }

    .bh-home-page .bh-hero-title {
        font-size: clamp(28px, 7vw, 36px);
    }

    .bh-home-page .bh-hero-slider {
        min-height: 220px;
        aspect-ratio: 4 / 3;
    }

    .bh-home-page .bh-hero-badge {
        right: 4px;
        bottom: 12px;
        width: 80px;
        height: 80px;
    }

    .bh-home-page .bh-hero-badge strong {
        font-size: 20px;
    }

    .bh-home-page .bh-hero-badge span {
        font-size: 9px;
    }

    .bh-home-page .bh-products-slider-wrap {
        padding: 0 4px;
    }

    .bh-home-page .bh-products-slider-wrap .owl-buttons {
        left: 0;
        right: 0;
    }

    .bh-home-page .bh-products-slider-wrap .owl-prev,
    .bh-home-page .bh-products-slider-wrap .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .bh-home-page .bh-products-slider-wrap .owl-prev::after,
    .bh-home-page .bh-products-slider-wrap .owl-next::after {
        line-height: 36px;
        font-size: 14px;
    }



    .bh-home-page .right-fixed-button {
        display: block !important;
        top: 38%;
        bottom: auto;
        left: 0;
        height: 124px;
        width: 36px;
        z-index: 10040;
    }

    .bh-home-page .right-fixed-button .product-btn {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    html.bh-home-root body.bh-home-page:not(.bh-inner-page),
    .bh-home-page:not(.bh-inner-page) {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    html.bh-home-root body.bh-home-page.bh-inner-page,
    .bh-home-page.bh-inner-page {
        padding-bottom: 0 !important;
    }

    .bh-home-page.bh-inner-page footer.bh-footer {
        padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
    }

    .bh-home-page .bh-section-head {
        margin-bottom: 24px;
    }

    .bh-home-page .bh-section-head h2 {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    .bh-home-page .bh-topbar {
        padding: 7px 0;
    }

    .bh-home-page .bh-topbar-contact a:nth-child(2) {
        display: none;
    }

    .bh-home-page .bh-hero-trust {
        gap: 8px;
    }

    .bh-home-page .bh-hero-trust-item {
        padding: 10px 6px;
        font-size: 10px;
    }

    .bh-home-page .bh-hero-trust-icon {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .bh-home-page .bh-about-title,
    .bh-home-page .bh-cert-content h2 {
        font-size: clamp(22px, 5.5vw, 28px);
    }

    .bh-home-page .bh-contact-text h4 {
        font-size: 13px;
    }

    .bh-home-page .bh-contact-text p {
        font-size: 12px;
    }

    .bh-home-page .bh-contact-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .bh-home-page .bh-hero-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bh-home-page .bh-hero-trust-item:last-child {
        grid-column: 1 / -1;
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
    }

    .bh-home-page .bh-therapeutic-card h3 {
        font-size: 14px;
    }

    .bh-home-page .bh-therapeutic-card p {
        font-size: 11px;
    }

    .bh-home-page .bh-footer-heading {
        font-size: 14px;
    }

    .bh-home-page .bh-footer-links a {
        font-size: 13px;
    }

    .bh-home-page .mobile-call-btn .bh-mobile-action {
        min-height: 60px;
        padding: 7px 3px 9px;
        font-size: 10px;
        border-radius: 11px;
    }

    .bh-home-page .mobile-call-btn .bh-mobile-action-icon {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

    .bh-home-page .mobile-call-btn {
        left: 8px !important;
        right: 8px !important;
        gap: 6px;
        padding: 7px;
        border-radius: 14px;
    }

    .bh-home-page .right-fixed-button {
        display: block !important;
        top: 36%;
        bottom: auto;
        left: 0;
        width: 34px;
        height: 118px;
        z-index: 10040;
        border-radius: 0 8px 8px 0;
        line-height: 30px;
    }

    .bh-home-page .right-fixed-button .product-btn {
        font-size: 12px;
    }
}

@media (max-width: 399px) {
    .bh-home-page .bh-topbar-social {
        border-left: none;
        padding-left: 0;
    }

    .bh-home-page .bh-topbar-contact {
        gap: 10px;
    }

    .bh-home-page .bh-hero-actions {
        gap: 8px;
    }

    .bh-home-page .bh-hero-btn {
        padding: 11px 18px;
        font-size: 13px;
    }

    .bh-home-page .bh-main-header .bh-nav-list {
        border-radius: 12px;
    }

    .bh-home-page .bh-nav-link {
        padding: 11px 14px;
        font-size: 14px;
    }
}

/* ===== Section gap tighten — less empty space between sections ===== */
.bh-home-page .bh-hero {
    padding-top: clamp(20px, 2.5vw, 36px);
}

.bh-home-page .bh-therapeutic,
.bh-home-page .bh-about,
.bh-home-page .bh-stats,
.bh-home-page .bh-services,
.bh-home-page .bh-certifications,
.bh-home-page .bh-partner,
.bh-home-page .bh-news,
.bh-home-page .bh-contact-strip {
    padding-top: clamp(24px, 3vw, 36px);
    padding-bottom: clamp(24px, 3vw, 36px);
}

.bh-home-page .bh-section-head {
    margin-bottom: 16px;
}

.bh-home-page .bh-services .bh-section-head,
.bh-home-page .bh-partner .bh-section-head {
    margin-bottom: 22px;
}

.bh-home-page .bh-news-header {
    margin-bottom: 22px;
}

.bh-home-page .bh-therapeutic-cta,
.bh-home-page .bh-section-cta {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .bh-home-page .bh-therapeutic,
            .bh-home-page .bh-about,
        .bh-home-page .bh-stats,
    .bh-home-page .bh-services,
    .bh-home-page .bh-certifications,
    .bh-home-page .bh-partner,
                .bh-home-page .bh-news,
    .bh-home-page .bh-contact-strip {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .bh-home-page .bh-section-head {
        margin-bottom: 18px;
    }
}
