/*
Theme Name:   TJH - Child
Description:  Child theme for The Jamaica Hospital, based on Medicare (Bold Themes)
Author:       TJH Web Team
Author URI:   https://tjhdocs.com
Template:     medicare
Version:      2.0.0
Text Domain:  tjh
*/

/* ============================================================
   1. BRAND VARIABLES
============================================================ */
:root {
    --tjh-primary:     #003F7F;
    --tjh-secondary:   #0072BC;
    --tjh-accent:      #E8F4FD;
    --tjh-success:     #2E7D32;
    --tjh-text:        #1A1A2E;
    --tjh-muted:       #6C757D;
    --tjh-white:       #FFFFFF;
    --tjh-border:      #DEE2E6;
    --tjh-card-shadow: 0 2px 12px rgba(0,63,127,0.10);
    --tjh-radius:      10px;
    --tjh-primary-dark #012e54;
    --tjh-primary-darks #00233f;
}

/* ============================================================
   2. BASE TYPOGRAPHY
============================================================ */
body { font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; color: var(--tjh-text); }
h1,h2,h3,h4,h5,h6 { font-family: 'Montserrat', Arial, sans-serif; color: var(--tjh-primary); font-weight: 700; }
a { color: var(--tjh-secondary); transition: color .2s; }
a:hover { color: var(--tjh-primary); }

/* ============================================================
   3. MEDICARE TEAL → TJH BLUE OVERRIDES
============================================================ */
.btTextColorAccent, em.btTextColorAccent, h1 em, h2 em, h3 em,
.bt-bb-headline em, .bt-bb-headline .btTextColorAccent,
span.btTextColorAccent { color: var(--tjh-secondary) !important; }

.btAccentColorBg, .btBgColor1, [class*="btBgColor1"],
.bt-color-scheme-1 .btAccentColorBg { background-color: var(--tjh-secondary) !important; }

.btIcoAccentColor, .btIcoColor1,
[class*="btIcoColor1"] { color: var(--tjh-secondary) !important; }

.btBorderColor1, [class*="btBorderColor1"] { border-color: var(--tjh-secondary) !important; }

.btBtn, a.btBtn, .btIcoBtn, .btBtn.btBtnColor1, .btIcoBtn.btBtnColor1,
a.btBtn.btBtnColor1, .bt-bb-button a, .bt-bb-button .bt-bb-button-text {
    background-color: var(--tjh-secondary) !important;
    border-color: var(--tjh-secondary) !important;
    color: #fff !important;
}
.btBtn:hover, a.btBtn:hover, .btBtn.btBtnColor1:hover,
a.btBtn.btBtnColor1:hover, .bt-bb-button a:hover {
    background-color: var(--tjh-primary) !important;
    border-color: var(--tjh-primary) !important;
}

.owl-dot.active span, .owl-dot:hover span { background: var(--tjh-secondary) !important; }

.btIconBox .btIconBoxIconHolder, .bt-bb-icon-box .bt-bb-icon-box-icon-holder,
.btSlider .btIconBox .btIconBoxIconHolder {
    background-color: var(--tjh-secondary) !important;
    border-color: var(--tjh-secondary) !important;
}

.btIconBox .btIconBoxIcon, .btIconBoxIcon { color: var(--tjh-secondary) !important; }
.btIconBox:hover .btIconBoxIcon { color: var(--tjh-primary) !important; }

.btTeamMemberPosition, .btTeamPosition { color: var(--tjh-secondary) !important; }
.btTeamMemberSocial a { background: var(--tjh-secondary) !important; border-color: var(--tjh-secondary) !important; }
.btTeamMemberSocial a:hover { background: var(--tjh-primary) !important; }

.bt-bb-separator .bt-bb-separator-line, .bt-bb-separator { border-color: var(--tjh-secondary) !important; }
.btTabs .btTabsNav li.active a, .btTabs .btTabsNav li a:hover { border-color: var(--tjh-secondary) !important; color: var(--tjh-secondary) !important; }
.btProgressBarFill { background: var(--tjh-secondary) !important; }

/* ============================================================
   4. HEADER — HIDE MEDICARE TOP BAR + STICKY FIX
============================================================ */
.btTopBar, .bt-top-bar, #btTopBar, .btTopBarHolder,
.mainHeader .btTopBarWrap, .mainHeader > .btTopBar,
header.mainHeader .btTopBar { display: none !important; }

.tjh-top-bar { display: flex !important; }
.mainHeader { margin-top: 0 !important; padding-top: 0 !important; }
.menuHolder { padding-top: 0 !important; }
body.btStickyHeader { padding-top: 0 !important; }
body.btStickyHeader .btContentWrap { margin-top: 0 !important; }

.bt-menu > li > a { color: var(--tjh-primary) !important; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .2px; }
.bt-menu > li > a:hover, .bt-menu > li.current-menu-item > a,
.bt-menu > li.current-menu-ancestor > a { color: var(--tjh-secondary) !important; }
.bt-dropdown { border-top: 3px solid var(--tjh-secondary); }
.bt-dropdown li a:hover { background: var(--tjh-accent) !important; color: var(--tjh-secondary) !important; }

/* ============================================================
   5. TJH TOP BAR
============================================================ */
.tjh-top-bar {
    background: var(--tjh-primary);
    color: rgba(255,255,255,.85);
    font-size: 12px;
    padding: 7px 0;
    width: 100%;
    z-index: 9999;
}
.tjh-top-bar__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.tjh-top-bar__left, .tjh-top-bar__right { display: flex; align-items: center; gap: 16px; }
.tjh-top-bar__emergency { color: #FFD700 !important; font-weight: 700; font-size: 12px; text-decoration: none !important; }
.tjh-top-bar__emergency:hover { color: #fff !important; }
.tjh-top-bar__divider { color: rgba(255,255,255,.3); }
.tjh-top-bar__phone { color: rgba(255,255,255,.85) !important; text-decoration: none !important; font-size: 12px; }
.tjh-top-bar__phone:hover { color: #fff !important; }
.tjh-top-bar__link { color: rgba(255,255,255,.75) !important; text-decoration: none !important; font-size: 12px; transition: color .2s; }
.tjh-top-bar__link:hover { color: #fff !important; }
.tjh-top-bar__mychart {
    background: var(--tjh-secondary);
    color: #fff !important;
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background .2s;
}
.tjh-top-bar__mychart:hover { background: #005a96; }

/* ============================================================
   6. QUICK ACCESS BAR
============================================================ */
.tjh-quick-access {
    background: #fff;
    border-bottom: 3px solid var(--tjh-border);
    box-shadow: 0 4px 16px rgba(0,63,127,.08);
    position: relative;
    z-index: 100;
}
.tjh-quick-access__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.tjh-quick-access__item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 24px;
    text-decoration: none !important;
    border-right: 1px solid var(--tjh-border);
    transition: background .2s;
    color: var(--tjh-text) !important;
}
.tjh-quick-access__item:last-child { border-right: none; }
.tjh-quick-access__item:hover { background: var(--tjh-accent); }
.quick-access__icon {
    width: 50px; height: 50px; min-width: 50px;
    border-radius: 50%;
    background: var(--tjh-accent);
    display: flex; align-items: center; justify-content: center;
    transition: background .2s;
}
.quick-access__icon svg { fill: var(--tjh-secondary); width: 24px; height: 24px; transition: fill .2s; }
.tjh-quick-access__item:hover .quick-access__icon { background: var(--tjh-secondary); }
.tjh-quick-access__item:hover .quick-access__icon svg { fill: #fff; }
.quick-access__text { display: flex; flex-direction: column; }
.quick-access__text strong { font-size: .9rem; font-weight: 700; color: var(--tjh-primary); line-height: 1.2; }
.quick-access__text span { font-size: .75rem; color: var(--tjh-muted); margin-top: 2px; }
.tjh-quick-access__item--highlight { background: var(--tjh-primary); }
.tjh-quick-access__item--highlight .quick-access__icon { background: rgba(255,255,255,.15); }
.tjh-quick-access__item--highlight .quick-access__icon svg { fill: #fff; }
.tjh-quick-access__item--highlight .quick-access__text strong,
.tjh-quick-access__item--highlight .quick-access__text span { color: #fff !important; }
.tjh-quick-access__item--highlight:hover { background: var(--tjh-secondary); }

/* ============================================================
   7. TJH HERO (interior pages)
============================================================ */
.tjh-hero {
    background: linear-gradient(135deg, var(--tjh-primary) 0%, var(--tjh-secondary) 100%);
    color: #fff; padding: 60px 0 50px; text-align: center;
}
.tjh-hero h1 { color: #fff; font-size: 2.4rem; margin-bottom: 12px; }
.tjh-hero p { opacity: .9; font-size: 1.1rem; max-width: 620px; margin: 0 auto 20px; }
.tjh-hero--location { text-align: left; }
.tjh-hero--location h1 { font-size: 2rem; }
.tjh-hero__address { font-size: 1rem; opacity: .85; margin-bottom: 12px; }
.tjh-map-link { color: rgba(255,255,255,.85); border-bottom: 1px solid rgba(255,255,255,.4); font-size: .9rem; }
.tjh-map-link:hover { color: #fff; }
.tjh-breadcrumb { font-size: .85rem; opacity: .75; margin-bottom: 10px; }
.tjh-breadcrumb a { color: rgba(255,255,255,.8); }
.tjh-breadcrumb a:hover { color: #fff; }
.tjh-breadcrumb span { margin: 0 6px; }

/* ============================================================
   8. SECTIONS + FILTERS
============================================================ */
.tjh-section { padding: 50px 0; }
.tjh-section--accent { background: var(--tjh-accent); }
.tjh-section__title { font-size: 1.6rem; margin-bottom: 28px; }
.tjh-count { font-size: 1rem; font-weight: 400; color: var(--tjh-muted); margin-left: 6px; }
.tjh-no-results { text-align: center; color: var(--tjh-muted); padding: 40px 0; font-size: 1.05rem; }

.tjh-filter-bar { background: #f8f9fa; padding: 18px 0; border-bottom: 1px solid var(--tjh-border); position: sticky; top: 0; z-index: 100; }
.tjh-filter-bar .container { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.tjh-filter-bar__label { font-weight: 700; color: var(--tjh-primary); white-space: nowrap; }
.tjh-filter-bar__buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.tjh-filter-btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 20px; border: 1.5px solid var(--tjh-border); background: #fff; color: var(--tjh-text); font-size: 13px; font-weight: 600; text-decoration: none !important; transition: all .2s; }
.tjh-filter-btn:hover, .tjh-filter-btn.active { background: var(--tjh-secondary); border-color: var(--tjh-secondary); color: #fff !important; }
.tjh-filter-btn .count { background: rgba(0,0,0,.1); border-radius: 10px; padding: 1px 7px; font-size: 11px; }
.tjh-filter-btn.active .count { background: rgba(255,255,255,.25); }

/* ============================================================
   9. PROVIDER CARDS (search results / directory)
============================================================ */
.tjh-provider-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 24px; }
.tjh-provider-card { background: #fff; border-radius: var(--tjh-radius); box-shadow: var(--tjh-card-shadow); overflow: hidden; border: 1px solid var(--tjh-border); transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column; }
.tjh-provider-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,63,127,.15); }
.tjh-provider-card .card-img-wrap { display: block; overflow: hidden; width: 100%; aspect-ratio: 1 / 1; }
.tjh-provider-card .card-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .3s; }
.tjh-provider-card:hover .card-img { transform: scale(1.03); }
.tjh-provider-card .card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.tjh-provider-card .specialty-tag { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; color: var(--tjh-secondary); background: var(--tjh-accent); border-radius: 4px; padding: 3px 8px; margin-bottom: 10px; }
.tjh-provider-card .provider-name { font-size: 1rem; margin: 0 0 8px; }
.tjh-provider-card .provider-name a { color: var(--tjh-primary); text-decoration: none; }
.tjh-provider-card .provider-name a:hover { color: var(--tjh-secondary); }
.tjh-provider-card .provider-location, .tjh-provider-card .provider-languages { font-size: 12px; color: var(--tjh-muted); margin: 4px 0; }
.tjh-provider-card .card-actions { margin-top: auto; padding-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.tjh-provider-card .btn-book, .tjh-provider-card .btn-call { display: block; text-align: center; background: var(--tjh-secondary); color: #fff !important; border-radius: 6px; padding: 9px; font-size: 13px; font-weight: 700; text-decoration: none !important; transition: background .2s; }
.tjh-provider-card .btn-book:hover { background: var(--tjh-primary); }
.tjh-provider-card .btn-call { background: var(--tjh-muted); }
.tjh-provider-card .btn-call:hover { background: #495057; }
.tjh-provider-card .btn-profile { display: block; text-align: center; color: var(--tjh-secondary) !important; font-size: 12px; font-weight: 600; text-decoration: none !important; padding: 5px; }
.tjh-provider-card .btn-profile:hover { color: var(--tjh-primary) !important; }

/* ============================================================
   10. LOCATION CARDS
============================================================ */
.tjh-location-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.tjh-location-card { background: #fff; border-radius: var(--tjh-radius); box-shadow: var(--tjh-card-shadow); border: 1px solid var(--tjh-border); overflow: hidden; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.tjh-location-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,63,127,.15); }
.location-card__header { background: linear-gradient(135deg, var(--tjh-primary), var(--tjh-secondary)); padding: 28px; text-align: center; color: #fff; }
.location-card__header svg { fill: #fff; width: 40px; height: 40px; opacity: .9; }
.location-card__body { padding: 20px; flex: 1; }
.location-card__body h3 { font-size: 1.05rem; margin-bottom: 8px; }
.location-card__body h3 a { color: var(--tjh-primary); text-decoration: none; }
.location-card__body h3 a:hover { color: var(--tjh-secondary); }
.location-address { font-size: 13px; color: var(--tjh-muted); margin-bottom: 10px; line-height: 1.6; }
.location-providers { font-size: 13px; color: var(--tjh-text); }
.location-card__actions { padding: 14px 20px; display: flex; gap: 10px; border-top: 1px solid var(--tjh-border); }
.location-card__actions .btn-view { flex: 1; text-align: center; background: var(--tjh-secondary); color: #fff !important; border-radius: 6px; padding: 8px; font-size: 13px; font-weight: 700; text-decoration: none !important; transition: background .2s; }
.location-card__actions .btn-view:hover { background: var(--tjh-primary); }
.location-card__actions .btn-directions { text-align: center; border: 1.5px solid var(--tjh-border); color: var(--tjh-muted) !important; border-radius: 6px; padding: 8px 12px; font-size: 13px; text-decoration: none !important; transition: all .2s; }
.location-card__actions .btn-directions:hover { border-color: var(--tjh-secondary); color: var(--tjh-secondary) !important; }

/* ============================================================
   11. SPECIALTY CARDS
============================================================ */
.tjh-specialty-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 20px; }
.tjh-specialty-card { background: #fff; border-radius: var(--tjh-radius); padding: 28px 20px; text-align: center; border-bottom: 3px solid var(--tjh-secondary); box-shadow: var(--tjh-card-shadow); text-decoration: none !important; display: block; transition: transform .2s, border-color .2s, box-shadow .2s; }
.tjh-specialty-card:hover { transform: translateY(-3px); border-color: var(--tjh-primary); box-shadow: 0 8px 20px rgba(0,63,127,.12); }
.specialty-card__icon svg { fill: var(--tjh-secondary); width: 36px; height: 36px; margin-bottom: 12px; }
.tjh-specialty-card h3 { font-size: .95rem; color: var(--tjh-primary); margin: 0 0 8px; }
.specialty-card__meta { font-size: 12px; color: var(--tjh-muted); margin: 0; }

.tjh-location-filter { display: flex; flex-wrap: wrap; gap: 10px; }
.tjh-location-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 6px; border: 1.5px solid var(--tjh-border); background: #fff; color: var(--tjh-text); font-size: 13px; font-weight: 600; text-decoration: none !important; transition: all .2s; }
.tjh-location-pill:hover, .tjh-location-pill.active { background: var(--tjh-primary); border-color: var(--tjh-primary); color: #fff !important; }
.tjh-location-pill .count { background: rgba(0,0,0,.08); border-radius: 10px; padding: 1px 8px; font-size: 11px; }
.tjh-location-pill.active .count { background: rgba(255,255,255,.2); }

/* ============================================================
   12. PROVIDER PROFILE + SIDEBAR
============================================================ */
.tjh-provider-hero { background: var(--tjh-accent); padding: 50px 0; border-bottom: 2px solid var(--tjh-border); }
.tjh-provider-hero__inner { display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap; }
.provider-hero__photo {
    flex-shrink: 0;
    width: 220px;
    height: 220px;
}
.provider-hero__photo img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    object-position: top center;
    border-radius: var(--tjh-radius);
    box-shadow: 0 4px 20px rgba(0,63,127,.15);
    display: block;
}
.provider-hero__info { flex: 1; min-width: 260px; }
.provider-hero__info h1 { font-size: 1.9rem; margin: 8px 0 4px; }
.provider-type { color: var(--tjh-muted); font-size: .95rem; margin-bottom: 16px; }
.provider-locations-list { margin: 16px 0; display: flex; flex-direction: column; gap: 12px; }
.provider-location-item { display: flex; gap: 10px; font-size: .9rem; }
.provider-location-item a { color: var(--tjh-secondary); text-decoration: none; }
.provider-languages { font-size: .9rem; color: var(--tjh-text); margin-top: 8px; }
.provider-hero__actions { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; }
.tjh-profile-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.tjh-bio-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--tjh-border); }
.tjh-bio-section:last-child { border-bottom: none; }
.tjh-bio-section h2 { font-size: 1.3rem; margin-bottom: 14px; }
.bio-content { line-height: 1.8; color: var(--tjh-text); }
.tjh-profile-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 20px; }
.sidebar-card { background: #fff; border-radius: var(--tjh-radius); box-shadow: var(--tjh-card-shadow); padding: 20px; border: 1px solid var(--tjh-border); }
.sidebar-card h3 { font-size: 1rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--tjh-border); color: var(--tjh-primary); }
.insurance-list { list-style: none; padding: 0; margin: 0; }
.insurance-list li { font-size: 13px; padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.insurance-list li:last-child { border-bottom: none; }
.sidebar-location { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--tjh-border); }
.sidebar-location:last-child { border-bottom: none; margin-bottom: 0; }
.sidebar-location strong { font-size: .9rem; color: var(--tjh-primary); }
.sidebar-location p { font-size: 12px; color: var(--tjh-muted); margin: 4px 0 6px; line-height: 1.5; }
.sidebar-location a { font-size: 12px; color: var(--tjh-secondary); text-decoration: none; }

/* ============================================================
   13. MYCHART WIDGET + SEARCH FORM
============================================================ */
.tjh-scheduling-section { background: var(--tjh-primary); color: #fff; border-radius: var(--tjh-radius); padding: 36px; margin-top: 20px; }
.tjh-scheduling-section h2 { color: #fff; font-size: 1.4rem; margin-bottom: 8px; }
.tjh-scheduling-section p { opacity: .88; margin-bottom: 20px; }
.tjh-visit-type-selector { margin-bottom: 20px; }
.tjh-visit-type-selector label { display: block; font-weight: 600; margin-bottom: 8px; color: rgba(255,255,255,.9); }
.tjh-select { width: 100%; padding: 10px 14px; border-radius: 6px; border: none; font-size: .95rem; color: var(--tjh-text); background: #fff; }
.tjh-widget-container { background: #fff; border-radius: 8px; padding: 20px; margin-top: 16px; min-height: 100px; }
.tjh-scheduling-note { font-size: 12px; opacity: .7; margin-top: 14px; margin-bottom: 0; }

.tjh-search-section { background: var(--tjh-accent); padding: 32px 0; border-bottom: 1px solid var(--tjh-border); }
.tjh-search-form__fields { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 16px; align-items: flex-end; }
.search-field label { display: block; font-weight: 600; font-size: 13px; color: var(--tjh-primary); margin-bottom: 6px; }
.search-field input, .search-field select { width: 100%; padding: 10px 14px; border: 1.5px solid var(--tjh-border); border-radius: 6px; font-size: .9rem; color: var(--tjh-text); background: #fff; transition: border-color .2s; }
.search-field input:focus, .search-field select:focus { border-color: var(--tjh-secondary); outline: none; }

/* ============================================================
   14. FOOTER
============================================================ */
.bt-footer, .btFooter { background: var(--tjh-primary) !important; color: rgba(255,255,255,.85) !important; }
.bt-footer h4, .bt-footer h3, .btFooter h4, .btFooter h3 { color: #fff !important; font-size: 1rem; text-transform: uppercase; letter-spacing: .4px; border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 8px; margin-bottom: 14px; }
.bt-footer a, .btFooter a { color: rgba(255,255,255,.75) !important; }
.bt-footer a:hover, .btFooter a:hover { color: #fff !important; }
.btFooterBottom, .bt-footer-bottom { background: #002855 !important; font-size: 12px; color: rgba(255,255,255,.6) !important; }

/* ============================================================
   15. RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
    .tjh-quick-access__grid { grid-template-columns: repeat(2, 1fr); }
    .tjh-quick-access__item { border-bottom: 1px solid var(--tjh-border); }
    .tjh-profile-layout { grid-template-columns: 1fr; }
    .tjh-profile-sidebar { position: static; }
    .tjh-search-form__fields { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .tjh-hero h1 { font-size: 1.7rem; }
    .tjh-provider-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .tjh-location-grid { grid-template-columns: 1fr 1fr; }
    .tjh-specialty-grid { grid-template-columns: 1fr 1fr 1fr; }
    .tjh-provider-hero__inner { flex-direction: column; }
    .provider-hero__photo,
    .provider-hero__photo img { width: 160px; height: 160px; }
    .tjh-top-bar__link { display: none; }
}
@media (max-width: 480px) {
    .tjh-provider-grid { grid-template-columns: 1fr; }
    .tjh-location-grid { grid-template-columns: 1fr; }
    .tjh-specialty-grid { grid-template-columns: 1fr 1fr; }
    .tjh-search-form__fields { grid-template-columns: 1fr; }
    .tjh-filter-bar { position: static; }
    .tjh-quick-access__item { padding: 14px 16px; }
    .quick-access__icon { width: 40px; height: 40px; min-width: 40px; }
}

/* ============================================================
   SVG ICON FIX — Quick Access Bar
============================================================ */
.quick-access__icon svg,
.quick-access__icon svg path {
    fill: var(--tjh-secondary) !important;
    color: var(--tjh-secondary) !important;
}
.tjh-quick-access__item:hover .quick-access__icon svg,
.tjh-quick-access__item:hover .quick-access__icon svg path {
    fill: #fff !important;
    color: #fff !important;
}
.tjh-quick-access__item--highlight .quick-access__icon svg,
.tjh-quick-access__item--highlight .quick-access__icon svg path {
    fill: #fff !important;
    color: #fff !important;
}

/* ============================================================
   SLIDER TEXT READABILITY + TEAL FIXES
============================================================ */
.btSlider h1, .btSlider h2, .btSlider h3, .btSlider h4,
.btSlider p, .btSlider .btSubTitle,
.btSlider .headline, .btSlider span,
.btSlider b.animate {
    text-shadow: 0 1px 4px rgba(0,0,0,0.7),
                 0 2px 12px rgba(0,0,0,0.5) !important;
    color: #fff !important;
}

.btIcoAccentColor,
span.btIcoAccentColor,
.btIco.btIcoAccentColor,
.btIcoFilledType.btIcoAccentColor,
.servicesItem .btIco.btIcoAccentColor,
.servicesItem span.btIcoAccentColor {
    /*background-color: var(--tjh-secondary) !important;*/
    /*border-color: var(--tjh-secondary) !important;*/
    color: #fff !important;
}

.btIco .btIcoHolder,
.btIcoFilledType .btIcoHolder {
    /*background-color: var(--tjh-secondary) !important;*/
}

[data-ico-hc],
.btIcoHolder em { color: #fff !important; }

.btSlider .btSubTitle {
    color: rgba(255,255,255,0.92) !important;
    font-size: 1.05rem !important;
    font-weight: 500 !important;
}

.btSlider .header h4 .headline {
    color: #fff !important;
    font-size: .85rem !important;
    letter-spacing: .5px;
}

.btSlider .sTxt p {
    color: rgba(255,255,255,0.85) !important;
    font-size: .85rem !important;
}

.btContentWrap {
    padding-top: 0 !important;
}

/* ============================================================
   INTERIOR PAGES — Container, Hero, Tabs, Cards
============================================================ */

/* TJH Container — constrained width */
.tjh-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Fix Medicare .container on TJH interior pages */
.tjh-provider-hero .container,
.tjh-section .container,
.tjh-search-section .container,
.tjh-hero .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

/* ── PAGE HERO ── */
.tjh-page-hero {
    background: linear-gradient(135deg, var(--tjh-primary) 0%, var(--tjh-secondary) 100%);
    padding: 52px 0 44px;
    color: #fff;
}
.tjh-page-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.tjh-page-hero__breadcrumb {
    font-size: .8rem;
    opacity: .75;
    margin-bottom: 10px;
}
.tjh-page-hero__breadcrumb a { color: rgba(255,255,255,.85); text-decoration: none; }
.tjh-page-hero__breadcrumb a:hover { color: #fff; }
.tjh-page-hero__breadcrumb span { margin: 0 6px; }
.tjh-page-hero h1 { color: #fff; font-size: 2.2rem; margin: 0 0 10px; }
.tjh-page-hero p { color: rgba(255,255,255,.88); font-size: 1rem; margin: 0; }
.tjh-page-hero__meta { font-size: .9rem; opacity: .8; }

/* ── DESCRIPTION ── */
.tjh-page-desc {
    background: var(--tjh-accent);
    border-bottom: 1px solid var(--tjh-border);
    padding: 24px 0;
}
.tjh-page-desc p {
    font-size: 1rem;
    color: var(--tjh-text);
    line-height: 1.7;
    max-width: 860px;
    margin: 0;
}

/* ── INFO BAR (location page) ── */
.tjh-info-bar {
    background: #fff;
    border-bottom: 2px solid var(--tjh-border);
    padding: 20px 0;
}
.tjh-info-bar__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: flex-start;
}
.tjh-info-bar__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 180px;
}
.tjh-info-bar__item svg { fill: var(--tjh-secondary); flex-shrink: 0; margin-top: 2px; }
.tjh-info-bar__item div { display: flex; flex-direction: column; gap: 2px; }
.tjh-info-bar__item strong { font-size: .75rem; text-transform: uppercase; letter-spacing: .5px; color: var(--tjh-muted); font-family: 'Montserrat', Arial, sans-serif; }
.tjh-info-bar__item span,
.tjh-info-bar__item a { font-size: .9rem; color: var(--tjh-text); text-decoration: none; }
.tjh-info-bar__item a:hover { color: var(--tjh-secondary); }

/* ── TABS ── */
.tjh-page-tabs-section { padding: 40px 0 60px; }

.tjh-tabs__nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid var(--tjh-border);
    margin-bottom: 32px;
}
.tjh-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    font-size: .95rem;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    color: var(--tjh-muted);
    cursor: pointer;
    transition: color .2s, border-color .2s;
}
.tjh-tabs__btn:hover { color: var(--tjh-secondary); }
.tjh-tabs__btn.is-active {
    color: var(--tjh-primary);
    border-bottom-color: var(--tjh-secondary);
}
.tjh-tabs__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    background: var(--tjh-accent);
    color: var(--tjh-secondary);
    border-radius: 11px;
    font-size: .75rem;
    font-weight: 700;
}
.tjh-tabs__btn.is-active .tjh-tabs__count {
    background: var(--tjh-secondary);
    color: #fff;
}

.tjh-tabs__panel { display: none; }
.tjh-tabs__panel.is-active { display: block; }

/* ── CARD GRIDS ── */
.tjh-page-section { padding: 40px 0 60px; }

.tjh-card-grid { display: grid; gap: 20px; }
.tjh-card-grid--locations { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.tjh-card-grid--providers { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
.tjh-card-grid--specialties { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }

/* ── LOCATION CARD (interior pages) ── */
.tjh-loc-card {
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-radius: var(--tjh-radius);
    box-shadow: var(--tjh-card-shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.tjh-loc-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,63,127,.12); }
.tjh-loc-card__icon {
    background: linear-gradient(135deg, var(--tjh-primary), var(--tjh-secondary));
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tjh-loc-card__icon svg { fill: #fff; opacity: .9; }
.tjh-loc-card__body { padding: 18px 18px 12px; flex: 1; }
.tjh-loc-card__body h3 { font-size: 1rem; margin: 0 0 8px; }
.tjh-loc-card__body h3 a { color: var(--tjh-primary); text-decoration: none; }
.tjh-loc-card__body h3 a:hover { color: var(--tjh-secondary); }
.tjh-loc-card__address { font-size: 13px; color: var(--tjh-muted); line-height: 1.6; margin-bottom: 6px; }
.tjh-loc-card__phone a { font-size: 13px; color: var(--tjh-secondary); text-decoration: none; }
.tjh-loc-card__providers { font-size: 12px; color: var(--tjh-muted); margin-top: 4px; }
.tjh-loc-card__actions {
    padding: 12px 18px 16px;
    display: flex;
    gap: 8px;
    border-top: 1px solid var(--tjh-border);
}

/* ── PROVIDER CARD (interior pages) — square photo ── */
.tjh-prov-card {
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-radius: var(--tjh-radius);
    box-shadow: var(--tjh-card-shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.tjh-prov-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,63,127,.12); }

/* Square photo — enforced with aspect-ratio */
.tjh-prov-card__photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tjh-prov-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .3s;
    display: block;
}
.tjh-prov-card:hover .tjh-prov-card__photo img { transform: scale(1.04); }

.tjh-prov-card__body { padding: 16px 16px 10px; flex: 1; }
.tjh-prov-card__body h3 { font-size: .95rem; margin: 0 0 6px; }
.tjh-prov-card__body h3 a { color: var(--tjh-primary); text-decoration: none; }
.tjh-prov-card__body h3 a:hover { color: var(--tjh-secondary); }
.tjh-prov-card__specialty {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--tjh-secondary);
    background: var(--tjh-accent);
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 8px;
}
.tjh-prov-card__location { font-size: 12px; color: var(--tjh-muted); display: flex; align-items: center; gap: 4px; }
.tjh-prov-card__location svg { fill: var(--tjh-secondary); flex-shrink: 0; }
.tjh-prov-card__langs { font-size: 11px; color: var(--tjh-muted); margin-top: 4px; }
.tjh-prov-card__actions {
    padding: 10px 16px 14px;
    display: flex;
    gap: 8px;
    border-top: 1px solid var(--tjh-border);
}

/* ── SPECIALTY CARD (interior pages) ── */
.tjh-spec-card {
    display: block;
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-bottom: 3px solid var(--tjh-secondary);
    border-radius: var(--tjh-radius);
    padding: 20px 16px;
    text-decoration: none !important;
    box-shadow: var(--tjh-card-shadow);
    transition: transform .2s, border-color .2s, box-shadow .2s;
}
.tjh-spec-card:hover { transform: translateY(-3px); border-color: var(--tjh-primary); box-shadow: 0 8px 20px rgba(0,63,127,.12); }
.tjh-spec-card h3 { font-size: .95rem; color: var(--tjh-primary); margin: 0 0 6px; }
.tjh-spec-card p { font-size: 12px; color: var(--tjh-muted); margin: 0; }

/* ── BUTTONS ── */
.tjh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all .2s;
    white-space: nowrap;
}
.tjh-btn--primary { background: var(--tjh-secondary); color: #fff !important; border-color: var(--tjh-secondary); }
.tjh-btn--primary:hover { background: var(--tjh-primary); border-color: var(--tjh-primary); }
.tjh-btn--outline { background: transparent; color: var(--tjh-secondary) !important; border-color: var(--tjh-secondary); }
.tjh-btn--outline:hover { background: var(--tjh-secondary); color: #fff !important; }
.tjh-btn--ghost { background: transparent; color: var(--tjh-muted) !important; border-color: var(--tjh-border); }
.tjh-btn--ghost:hover { border-color: var(--tjh-secondary); color: var(--tjh-secondary) !important; }

/* ── EMPTY STATE ── */
.tjh-empty { text-align: center; color: var(--tjh-muted); padding: 48px 0; font-size: 1rem; }

/* ── INTERIOR PAGE RESPONSIVE ── */
@media (max-width: 768px) {
    .tjh-page-hero h1 { font-size: 1.6rem; }
    .tjh-card-grid--providers { grid-template-columns: 1fr 1fr; }
    .tjh-card-grid--locations { grid-template-columns: 1fr; }
    .tjh-card-grid--specialties { grid-template-columns: 1fr 1fr 1fr; }
    .tjh-info-bar__inner { gap: 20px; }
    .tjh-tabs__btn { padding: 12px 16px; font-size: .875rem; }
    .tjh-provider-hero__inner { flex-direction: column; }
    .provider-hero__photo,
    .provider-hero__photo img { width: 160px !important; height: 160px !important; }
}
@media (max-width: 480px) {
    .tjh-card-grid--providers { grid-template-columns: 1fr; }
    .tjh-card-grid--specialties { grid-template-columns: 1fr 1fr; }
    .tjh-page-hero h1 { font-size: 1.4rem; }
    .tjh-search-form__fields { grid-template-columns: 1fr; }
}

/* ============================================================
   HOME PAGE
============================================================ */

/* ── HERO ── */
.tjh-home-hero {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.tjh-home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0, 40, 85, 0.88) 0%,
        rgba(0, 40, 85, 0.65) 50%,
        rgba(0, 40, 85, 0.20) 100%
    );
}
.tjh-home-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
    width: 100%;
}
.tjh-home-hero__content {
    max-width: 580px;
}
.tjh-home-hero__eyebrow {
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,.7);
    margin-bottom: 14px;
}
.tjh-home-hero__title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff !important;
    line-height: 1.15;
    margin: 0 0 20px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.tjh-home-hero__desc {
    font-size: 1.15rem;
    color: rgba(255,255,255,.88);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 480px;
}
.tjh-home-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ── HOME BUTTONS ── */
.tjh-home-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 6px;
    font-size: .95rem;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    text-decoration: none !important;
    transition: all .2s;
    cursor: pointer;
}
.tjh-home-btn--primary {
    background: var(--tjh-secondary);
    color: #fff !important;
    border: 2px solid var(--tjh-secondary);
}
.tjh-home-btn--primary:hover {
    background: #005a96;
    border-color: #005a96;
}
.tjh-home-btn--outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255,255,255,.6);
}
.tjh-home-btn--outline:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
}
.tjh-home-btn--secondary {
    background: var(--tjh-primary);
    color: #fff !important;
    border: 2px solid var(--tjh-primary);
}
.tjh-home-btn--secondary:hover {
    background: var(--tjh-secondary);
    border-color: var(--tjh-secondary);
}

/* ── SECTION LABELS ── */
.tjh-home-section-label {
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--tjh-secondary);
    margin-bottom: 10px;
}

/* ── WELCOME INTRO ── */
.tjh-home-welcome {
    padding: 72px 0;
    background: #fff;
}
.tjh-home-welcome__inner {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 64px;
    align-items: center;
}
.tjh-home-welcome__text h2 {
    font-size: 2.1rem;
    margin: 8px 0 20px;
    color: var(--tjh-primary);
}
.tjh-home-welcome__text p {
    font-size: 1rem;
    color: var(--tjh-text);
    line-height: 1.8;
    margin-bottom: 16px;
}
.tjh-home-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--tjh-secondary) !important;
    font-weight: 700;
    font-size: .95rem;
    text-decoration: none !important;
    margin-top: 8px;
    transition: gap .2s;
}
.tjh-home-link:hover { gap: 8px; color: var(--tjh-primary) !important; }
.tjh-home-welcome__visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.tjh-home-welcome__badge {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--tjh-accent);
    border-radius: var(--tjh-radius);
    padding: 18px 20px;
    border-left: 4px solid var(--tjh-secondary);
}
.tjh-home-welcome__badge svg { fill: var(--tjh-secondary); flex-shrink: 0; }
.tjh-home-welcome__badge strong {
    display: block;
    font-size: .95rem;
    color: var(--tjh-primary);
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}
.tjh-home-welcome__badge span {
    display: block;
    font-size: .8rem;
    color: var(--tjh-muted);
    margin-top: 2px;
}

/* ── STATS ROW ── */
.tjh-home-stats {
    padding: 60px 0;
    background: var(--tjh-primary);
}
.tjh-home-stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: rgba(255,255,255,.1);
    border-radius: var(--tjh-radius);
    overflow: hidden;
}
.tjh-home-stat-box {
    background: rgba(255,255,255,.06);
    padding: 52px 48px;
    text-align: center;
    transition: background .2s;
}
.tjh-home-stat-box:hover { background: rgba(255,255,255,.1); }
.tjh-home-stat-box--alt { background: rgba(0,114,188,.25); }
.tjh-home-stat-box--alt:hover { background: rgba(0,114,188,.35); }
.tjh-home-stat-box__icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.tjh-home-stat-box__icon svg { fill: rgba(255,255,255,.9); }
.tjh-home-stat-box__number {
    font-size: 4.5rem;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}
.tjh-home-stat-box__label {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Montserrat', Arial, sans-serif;
    color: rgba(255,255,255,.9);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 16px;
}
.tjh-home-stat-box__desc {
    font-size: .9rem;
    color: rgba(255,255,255,.7);
    line-height: 1.7;
    max-width: 360px;
    margin: 0 auto 20px;
}
.tjh-home-stat-box__link {
    display: inline-block;
    color: rgba(255,255,255,.85) !important;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-bottom: 2px;
    transition: color .2s, border-color .2s;
}
.tjh-home-stat-box__link:hover {
    color: #fff !important;
    border-color: rgba(255,255,255,.7);
}

/* ── SERVICES ── */
.tjh-home-services {
    padding: 72px 0;
    background: var(--tjh-accent);
}
.tjh-home-services__header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 48px;
}
.tjh-home-services__header h2 {
    font-size: 2rem;
    margin: 8px 0 14px;
    color: var(--tjh-primary);
}
.tjh-home-services__header p {
    font-size: 1rem;
    color: var(--tjh-muted);
    line-height: 1.7;
}
.tjh-home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 32px;
    margin-bottom: 48px;
}
.tjh-home-service-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    color: var(--tjh-text) !important;
    text-decoration: none !important;
    font-size: .95rem;
    font-weight: 600;
    border-bottom: 1px solid var(--tjh-border);
    transition: color .2s, gap .2s;
}
.tjh-home-service-item svg { fill: var(--tjh-secondary); flex-shrink: 0; transition: transform .2s; }
.tjh-home-service-item:hover { color: var(--tjh-secondary) !important; }
.tjh-home-service-item:hover svg { transform: translateX(3px); }
.tjh-home-services__footer {
    text-align: center;
    margin-top: 16px;
}

/* ── HOME RESPONSIVE ── */
@media (max-width: 1024px) {
    .tjh-home-welcome__inner { grid-template-columns: 1fr; gap: 40px; }
    .tjh-home-stats__grid { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 768px) {
    .tjh-home-hero { min-height: 480px; }
    .tjh-home-hero__title { font-size: 2.2rem; }
    .tjh-home-hero__desc { font-size: 1rem; }
    .tjh-home-services__grid { grid-template-columns: repeat(2, 1fr); }
    .tjh-home-stat-box { padding: 40px 28px; }
    .tjh-home-stat-box__number { font-size: 3.5rem; }
}
@media (max-width: 480px) {
    .tjh-home-hero__title { font-size: 1.8rem; }
    .tjh-home-services__grid { grid-template-columns: 1fr; }
    .tjh-home-hero__actions { flex-direction: column; }
    .tjh-home-btn { width: 100%; justify-content: center; }
}

/* ============================================================
   SHORTCODE — [tjh_providers]
============================================================ */
.tjh-sc-providers {
    display: grid;
    grid-template-columns: repeat( var(--tjh-sc-cols, 3), 1fr );
    gap: 24px;
    margin: 0;
    padding: 0;
}
.tjh-sc-card {
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-radius: var(--tjh-radius);
    box-shadow: var(--tjh-card-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.tjh-sc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,63,127,.15);
}
.tjh-sc-card__photo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.tjh-sc-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform .3s;
    display: block;
}
.tjh-sc-card:hover .tjh-sc-card__photo img {
    transform: scale(1.04);
}
.tjh-sc-card__body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tjh-sc-card__specialty {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: var(--tjh-secondary);
    background: var(--tjh-accent);
    border-radius: 4px;
    padding: 2px 8px;
}
.tjh-sc-card__name {
    font-size: 1rem;
    margin: 4px 0 0;
}
.tjh-sc-card__name a {
    color: var(--tjh-primary);
    text-decoration: none;
}
.tjh-sc-card__name a:hover { color: var(--tjh-secondary); }
.tjh-sc-card__location {
    font-size: 12px;
    color: var(--tjh-muted);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tjh-sc-card__location i { color: var(--tjh-secondary); }
.tjh-sc-card__link {
    display: inline-block;
    margin-top: auto;
    padding-top: 12px;
    font-size: 13px;
    font-weight: 700;
    color: var(--tjh-secondary) !important;
    text-decoration: none !important;
    border-top: 1px solid var(--tjh-border);
}
.tjh-sc-card__link:hover { color: var(--tjh-primary) !important; }

@media (max-width: 768px) {
    .tjh-sc-providers { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 480px) {
    .tjh-sc-providers { grid-template-columns: 1fr !important; }
}


/* ============================================================
   SHORTCODE — [tjh_map]
============================================================ */
.tjh-map-wrap {
    position: relative;
    border-radius: var(--tjh-radius);
    overflow: hidden;
    box-shadow: var(--tjh-card-shadow);
    border: 1px solid var(--tjh-border);
}
.tjh-map-canvas {
    width: 100%;
    display: block;
    background: #e8f0f8;
}
.tjh-map-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff8e1;
    border-top: 1px solid #ffe082;
    color: #795548;
    font-size: 13px;
    padding: 12px 16px;
}
.tjh-map-notice svg { fill: #f9a825; flex-shrink: 0; }
.tjh-map-notice code {
    background: rgba(0,0,0,.07);
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 12px;
}

/* Info window */
.tjh-iw {
    font-family: 'Open Sans', Arial, sans-serif;
    max-width: 260px;
    padding: 4px 2px;
}
.tjh-iw-name {
    font-size: .95rem;
    font-weight: 700;
    color: #003F7F;
    margin: 0 0 6px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
}
.tjh-iw-address {
    font-size: 12px;
    color: #4a5568;
    margin: 0 0 4px;
    line-height: 1.5;
}
.tjh-iw-phone {
    font-size: 12px;
    margin: 0 0 10px;
}
.tjh-iw-phone a {
    color: #0072BC;
    text-decoration: none;
    font-weight: 600;
}
.tjh-iw-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.tjh-iw-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s;
    white-space: nowrap;
}
.tjh-iw-btn--dir {
    background: #003F7F;
    color: #fff !important;
}
.tjh-iw-btn--dir:hover { background: #0072BC; }
.tjh-iw-btn--loc {
    background: transparent;
    color: #003F7F !important;
    border: 1.5px solid #003F7F;
}
.tjh-iw-btn--loc:hover {
    background: #003F7F;
    color: #fff !important;
}

/* Override Google's default info window chrome */
.gm-style .gm-style-iw-c {
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,63,127,.18) !important;
    padding: 16px !important;
}
.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}
.gm-style .gm-style-iw-t::after {
    background: #fff !important;
}

/* Map shortcode inside Medicare full-width row */
.btFullWidth .tjh-map-wrap,
.bt-bb-row--full-width .tjh-map-wrap {
    border-radius: 0;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

/* card lables for locations */
.tjh-prov-card__locations {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 4px 0;
}
.tjh-prov-card__locations .tjh-prov-card__location {
    margin: 0;
    font-size: 11px;
    line-height: 1.4;
}



/* ============================================================
   LOCATION DETAILS — Hours + Sub-Offices
============================================================ */
.tjh-location-details {
    background: var(--tjh-accent);
    border-bottom: 1px solid var(--tjh-border);
    padding: 32px 0;
}
.tjh-location-details__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.tjh-location-details__card {
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-radius: var(--tjh-radius);
    box-shadow: var(--tjh-card-shadow);
    padding: 24px;
}
.tjh-location-details__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    color: var(--tjh-primary);
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--tjh-border);
}
.tjh-location-details__title svg { fill: var(--tjh-secondary); flex-shrink: 0; }

/* Hours table */
.tjh-hours-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.tjh-hours-table tr { border-bottom: 1px solid #f0f0f0; }
.tjh-hours-table tr:last-child { border-bottom: none; }
.tjh-hours-table td { padding: 7px 0; vertical-align: top; }
.tjh-hours-day {
    color: var(--tjh-text);
    font-weight: 600;
    width: 110px;
}
.tjh-hours-time { color: var(--tjh-muted); }
.tjh-hours-closed { color: #dc3545; font-weight: 600; }
.tjh-hours-note {
    display: block;
    font-size: 11px;
    color: var(--tjh-secondary);
    margin-top: 2px;
}
.tjh-hours-today .tjh-hours-day,
.tjh-hours-today .tjh-hours-time {
    color: var(--tjh-secondary);
    font-weight: 700;
}
.tjh-hours-today { background: var(--tjh-accent); }
.tjh-hours-today td { padding: 7px 6px; }

/* Sub-offices */
.tjh-offices-list { display: flex; flex-direction: column; gap: 16px; }
.tjh-office-item {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--tjh-border);
}
.tjh-office-item:last-child { border-bottom: none; padding-bottom: 0; }
.tjh-office-name {
    display: block;
    font-size: .95rem;
    color: var(--tjh-primary);
    margin-bottom: 4px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.tjh-office-address {
    font-size: 12px;
    color: var(--tjh-muted);
    line-height: 1.6;
    margin: 0 0 4px;
}
.tjh-office-suite {
    display: inline-block;
    background: var(--tjh-accent);
    color: var(--tjh-secondary);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 4px;
}
.tjh-office-phone { margin: 0; font-size: 12px; }
.tjh-office-phone a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--tjh-secondary);
    text-decoration: none;
    font-weight: 600;
}
.tjh-office-phone svg { fill: var(--tjh-secondary); }
.tjh-office-phone a:hover { color: var(--tjh-primary); }

@media (max-width: 768px) {
    .tjh-location-details__grid { grid-template-columns: 1fr; }
}

/* ── OFFICE CARDS (locations page offices tab) ── */
.tjh-card-grid--offices {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: auto !important;
    grid-auto-flow: row !important;
    gap: 20px !important;
}
.tjh-offices-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}
.tjh-office-card {
    background: #fff;
    border: 1px solid var(--tjh-border);
    border-radius: var(--tjh-radius);
    box-shadow: var(--tjh-card-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}
.tjh-office-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,63,127,.12); }

.tjh-office-card__photo {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--tjh-accent);
}
.tjh-office-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.tjh-office-card__body { padding: 18px 18px 10px; flex: 1; }
.tjh-office-card__name {
    font-size: 1rem;
    color: var(--tjh-primary);
    margin: 0 0 8px;
    font-family: 'Montserrat', Arial, sans-serif;
}
.tjh-office-card__address {
    font-size: 13px;
    color: var(--tjh-muted);
    line-height: 1.6;
    margin: 0 0 6px;
}
.tjh-office-card__suite {
    display: inline-block;
    background: var(--tjh-accent);
    color: var(--tjh-secondary);
    border-radius: 3px;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 4px;
}
.tjh-office-card__phone {
    font-size: 13px;
    color: var(--tjh-muted);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.tjh-office-card__phone svg { fill: var(--tjh-secondary); }
.tjh-office-card__phone a { color: var(--tjh-secondary); text-decoration: none; font-weight: 600; }
.tjh-office-card__phone a:hover { color: var(--tjh-primary); }
.tjh-office-card__actions {
    padding: 12px 18px 16px;
    display: flex;
    gap: 8px;
    border-top: 1px solid var(--tjh-border);
}
  /*--tjh-primary-dark #012e54;*/
  /*  --tjh-primary-darks #00233f;*/
.btDarkSkin .btSiteFooterWidgets, .btLightSkin .btDarkSkin .btSiteFooterWidgets {
     background: #012e54 !important; 
}

.btDarkSkin .btSiteFooter, .btLightSkin .btDarkSkin .btSiteFooter {
    background: #00233f !important;
}
