/* ==============================================
   Life Horoscope - Service hub tab navigation
   (/services/* hub pages with WPBakery vc_tta_tabs)
   ============================================== */

body.parent-pageid-89720 {
    overflow-x: hidden;
}

body.parent-pageid-89720 #main.site-main .page_content > .container,
body.parent-pageid-89720 #main .wpb-content-wrapper > .cws-content:first-child .vc_row:first-child > .wpb_column,
body.parent-pageid-89720 #main .wpb-content-wrapper > .cws-content:first-child .vc_row:first-child .wpb_column .vc_column-inner,
body.parent-pageid-89720 #main .wpb-content-wrapper > .cws-content:first-child .vc_row:first-child .wpb_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Stop flex sidebar layout from squeezing main column on hubs */
body.parent-pageid-89720 .page_content > .container {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

body.parent-pageid-89720 .page_content main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}

body.parent-pageid-89720 .vc_custom_hub_heading,
body.parent-pageid-89720 .vc_custom_hub_tabs {
    padding-left: clamp(16px, 4vw, 48px) !important;
    padding-right: clamp(16px, 4vw, 48px) !important;
}

/* Kill WPBakery stretch-row negative left on all viewports (was mobile-only). */
body.parent-pageid-89720 .vc_custom_hub_heading,
body.parent-pageid-89720 .vc_custom_hub_tabs,
body.parent-pageid-89720 .vc_row[data-vc-full-width="true"].vc_custom_hub_heading,
body.parent-pageid-89720 .vc_row[data-vc-full-width="true"].vc_custom_hub_tabs {
    position: relative !important;
    left: 0 !important;
    right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box !important;
}

body.parent-pageid-89720 .wpb-content-wrapper > .cws-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

body.parent-pageid-89720 .vc_custom_hub_heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Hero banner — half viewport below nav */
body.parent-pageid-89720 .vc_custom_hub_heading {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 50vh !important;
    min-height: 220px !important;
    max-height: 50vh !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background-color: #0a1a4a !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

body.parent-pageid-89720 .vc_custom_hub_heading .cws_textmodule_wrapper {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Left-side banner heading overlay.
   The real <h1> is styled identically; ::after stays as the fallback for
   markup that predates the heading injection. */
body.parent-pageid-89720 .vc_custom_hub_heading::after,
body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
    position: absolute;
    top: 50%;
    left: clamp(20px, 4vw, 56px);
    z-index: 2;
    width: min(52%, 480px);
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: inherit;
    font-size: clamp(20px, 3.2vw, 36px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: none;
    white-space: pre-line;
    transform: translateY(-50%);
    pointer-events: none;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* Real heading present → drop the painted duplicate */
body.parent-pageid-89720 .vc_custom_hub_heading:has(> .lh-hub-banner-title)::after {
    content: none !important;
}

/* Tab selected on a hub root: match how that service URL renders on its own */
body.lh-hub-tab-alias-view .header_box.bg_page_header,
body.lh-hub-tab-alias-view .header_box.product-image,
body.lh-hub-tab-alias-view .fs_img_header,
body.lh-hub-tab-alias-view section.page_title,
body.lh-hub-tab-alias-view .page_title.default_page_title {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* Theme h1/p rules are heavy-handed, so the banner heading pins its own look */
body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
    position: absolute !important;
    top: 50% !important;
    z-index: 2 !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: clamp(20px, 3.2vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: left !important;
    text-transform: none !important;
    white-space: normal;
    text-wrap: balance;
}

/* Product headings demoted to keep one H1 per page */
body.parent-pageid-89720 h2.lh-was-h1 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Tabs + content: dark band within page width */
body.parent-pageid-89720 .vc_custom_hub_tabs {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: clamp(16px, 2.5vw, 24px) !important;
    padding-bottom: clamp(28px, 4vw, 48px) !important;
    margin-top: 0 !important;
    background-color: #01034d !important;
    background-image: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    min-height: 120px !important;
    /* Puppeteer: row had class vc_hidden → opacity 0 / invisible tabs */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

body.parent-pageid-89720 .vc_custom_hub_tabs.vc_hidden,
body.parent-pageid-89720 .vc_row.vc_custom_hub_tabs.vc_hidden {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/*
 * WPBakery .vc_row:before { content:" "; display:table } clears floats and
 * steals our label. Disable row clearfix pseudo on hub tabs; use real HTML.
 */
body.parent-pageid-89720 .vc_custom_hub_tabs::before,
body.parent-pageid-89720 .vc_custom_hub_tabs::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.parent-pageid-89720 .lh-hub-select-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 clamp(12px, 2vw, 20px) !important;
    padding: clamp(16px, 3vw, 28px) 12px !important;
    color: #ffffff !important;
    font-size: clamp(22px, 3vw, 34px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 5 !important;
}

/* WPBakery scroll animations stay opacity:0 if JS never starts them on heavy hubs */
body.parent-pageid-89720 .wpb_animate_when_almost_visible,
body.parent-pageid-89720 .wpb_animate_when_almost_visible.wpb_fadeInUp,
body.parent-pageid-89720 .wpb_animate_when_almost_visible.wpb_bounceIn,
body.parent-pageid-89720 .wpb_animate_when_almost_visible.fadeInUp,
body.parent-pageid-89720 .wpb_animate_when_almost_visible.bounceIn {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
    transform: none !important;
}

body.parent-pageid-89720 .vc_custom_hub_heading .cws_textmodule_titles {
    text-align: left !important;
}

body.parent-pageid-89720 .vc_custom_hub_heading .cws_textmodule_titles .widgettitle,
body.parent-pageid-89720 .vc_custom_hub_heading .cws_textmodule_titles .widgettitle span {
    color: #ffffff !important;
}

/* Tab bar: uniform grid pills — force visible over theme/VC conflicts */
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 48px !important;
}

/*
 * Hide WPBakery's per-panel accordion headings.
 * On mobile those headings stack under Related Services as a second
 * list of hub tab titles (LH Report, Family Pack, …). Navigation already
 * lives in the top tabs bar / horizontal scroller — leave that alone.
 */
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panel-heading,
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panel > .vc_tta-panel-heading {
    display: none !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    width: 100% !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
    margin: 0 !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 48px !important;
    height: 100% !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    color: #2b2b3a !important;
    background: #f3f4f8 !important;
    background-color: #f3f4f8 !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.14) !important;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:before,
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:after {
    display: none !important;
    content: none !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a:hover {
    color: #1f1f2d !important;
    background: #ffffff !important;
    transform: translateY(-1px);
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a,
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab.vc_active > a:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #7b6cd5 0%, #9a7fe0 100%) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 18px rgba(123, 108, 213, 0.45) !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
    position: relative;
    z-index: 1;
}

/* Gap between tabs and details content below.
 * overflow stays visible: the active panel's first block renders a few px
 * above this container's top edge, so overflow:hidden here (and the rounded
 * corners) used to slice the top off the first heading ("Process"). */
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panels-container {
    margin-top: clamp(20px, 3vw, 32px) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    overflow: visible !important;
}

/*
 * The active panel's first block (an emptied VC row + the Process text
 * column) renders ~11px above the panel body's top edge, and the theme's
 * default overflow:hidden on the panel body then slices the top off the
 * first heading ("Process"). Let the panel body show that sliver.
 */
body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panel-body,
body.lh-hub-seo-context .vc_tta.vc_tta-tabs .vc_tta-panel-body,
body.lh-career-seo-hub .vc_tta.vc_tta-tabs .vc_tta-panel-body {
    overflow: visible !important;
}

body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panel-body {
    padding: clamp(16px, 3vw, 28px) !important;
    border: 0 !important;
    margin-top: 0 !important;
    background: transparent !important;
}

/* Split Layout: Left Card + Right Form */
.lh-tab-split,
body.parent-pageid-89720 .lh-tab-split,
body.lh-hub-seo-context .lh-tab-split,
body.lh-career-seo-hub .lh-tab-split {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 24px !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 8px auto 24px !important;
}

.lh-tab-split-main,
body.parent-pageid-89720 .lh-tab-split-main,
body.lh-hub-seo-context .lh-tab-split-main,
body.lh-career-seo-hub .lh-tab-split-main {
    flex: 1 1 440px !important;
    min-width: 300px !important;
    box-sizing: border-box !important;
}

.lh-tab-split-form,
body.parent-pageid-89720 .lh-tab-split-form,
body.lh-hub-seo-context .lh-tab-split-form,
body.lh-career-seo-hub .lh-tab-split-form {
    flex: 1 1 480px !important;
    min-width: 300px !important;
    box-sizing: border-box !important;
}

/* Attractive tab intro card on left side of form */
.lh-tab-service-intro,
body.parent-pageid-89720 .lh-tab-service-intro,
body.lh-hub-seo-context .lh-tab-service-intro,
body.lh-career-seo-hub .lh-tab-service-intro {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
    padding: clamp(22px, 3.2vw, 32px) clamp(24px, 3.5vw, 36px) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 16px !important;
    background: #01034d !important;
    background-color: #01034d !important;
    text-align: left !important;
    box-sizing: border-box !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

body.page-id-51344,
body.page-id-51344 .body-cont,
body.page-id-51344 .site-main,
body.page-id-51344 .page_content,
body.page-id-51344 .page_content > .container,
body.page-id-51344 main,
body.page-id-51344 .wpb-content-wrapper,
body.page-id-51344 .cws-content {
    background-color: #061a6f !important;
}

body.parent-pageid-89720 .lh-tab-service-title {
    margin: 0 0 12px !important;
    color: #ffffff !important;
    font-size: clamp(24px, 2.8vw, 28px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
}

body.parent-pageid-89720 .lh-tab-service-tagline {
    margin: -4px 0 14px !important;
    padding: 8px 14px !important;
    border-left: 3px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 0 8px 8px 0 !important;
    background: rgba(1, 3, 77, 0.45) !important;
    color: #f0f3ff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

body.parent-pageid-89720 .lh-tab-service-tagline strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Briefing player for selected Life Horoscope services. */
body.parent-pageid-89720 .lh-service-audio,
body.lh-hub-seo-context .lh-service-audio {
    margin: 0 0 16px !important;
}

body.parent-pageid-89720 .lh-service-audio audio,
body.lh-hub-seo-context .lh-service-audio audio {
    display: block;
    width: 100%;
}

body.parent-pageid-89720 .lh-tab-service-summary,
body.parent-pageid-89720 .lh-tab-service-lead,
body.parent-pageid-89720 .lh-tab-service-includes li,
body.parent-pageid-89720 .lh-tab-service-cta-note,
body.parent-pageid-89720 .lh-tab-full-content p,
body.parent-pageid-89720 .lh-tab-full-content li {
    font-size: 16px !important;
    line-height: 1.65 !important;
}

body.parent-pageid-89720 .lh-tab-service-summary {
    margin: 0 0 12px !important;
    color: #f0f3ff !important;
    font-weight: 600 !important;
}

body.parent-pageid-89720 .lh-tab-service-lead {
    margin: 0 0 18px !important;
    color: #d7ddf0 !important;
    font-weight: 400 !important;
}

body.parent-pageid-89720 .lh-tab-service-includes {
    margin: 0 0 18px;
    padding: 16px 18px;
    border-radius: 12px;
    background: rgba(1, 3, 77, 0.45);
}

body.parent-pageid-89720 .lh-tab-service-includes-label,
body.parent-pageid-89720 .lh-tab-full-heading {
    margin: 0 0 10px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Single bullet only — theme ::before + list-style disc caused doubles */
body.parent-pageid-89720 .lh-tab-service-includes ul,
body.parent-pageid-89720 .lh-tab-full-content ul {
    margin: 0 0 16px !important;
    padding: 0 0 0 1.35em !important;
    list-style: none !important;
}

body.parent-pageid-89720 .lh-tab-service-includes ul {
    margin-bottom: 0 !important;
}

body.parent-pageid-89720 .lh-tab-service-includes li,
body.parent-pageid-89720 .lh-tab-full-content li {
    position: relative;
    margin: 0 0 8px !important;
    color: #e8ecf8 !important;
    background: transparent !important;
}

body.parent-pageid-89720 .lh-tab-service-includes li:before,
body.parent-pageid-89720 .lh-tab-full-content li:before {
    content: "" !important;
    position: absolute !important;
    left: -1.15em !important;
    top: 0.55em !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: none !important;
    display: block !important;
    vertical-align: middle !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/*
 * 12-house meanings. The wrapper exists so the list survives the chart-house
 * scrub in lh-service-hub.js; it reads as part of the surrounding copy, so it
 * carries no panel chrome of its own.
 */
body.parent-pageid-89720 .lh-tab-service-houses {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}

body.parent-pageid-89720 .lh-tab-service-houses p {
    margin: 0 0 12px !important;
    color: #e8ecf8 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

body.parent-pageid-89720 .lh-tab-service-houses ul {
    margin: 0 0 16px !important;
    padding: 0 0 0 1.35em !important;
    list-style: none !important;
}

body.parent-pageid-89720 .lh-tab-service-houses li {
    position: relative;
    margin: 0 0 8px !important;
    color: #e8ecf8 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    background: transparent !important;
}

body.parent-pageid-89720 .lh-tab-service-houses li:before {
    content: "" !important;
    position: absolute !important;
    left: -1.15em !important;
    top: 0.55em !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: none !important;
    display: block !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

body.parent-pageid-89720 .lh-tab-service-houses strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

body.parent-pageid-89720 .lh-tab-service-cta-note {
    margin: 0 0 14px !important;
    color: #cfd6ea !important;
    font-weight: 400 !important;
}

body.parent-pageid-89720 .lh-tab-service-cta-wrap {
    margin: 0 !important;
}

body.parent-pageid-89720 .lh-tab-service-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7b6cd5 0%, #9a7fe0 100%);
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 6px 18px rgba(123, 108, 213, 0.35);
}

body.parent-pageid-89720 .lh-tab-service-cta:hover {
    color: #ffffff !important;
    filter: brightness(1.06);
}

body.parent-pageid-89720 .lh-tab-service-postcta {
    margin: 18px 0 0 !important;
    color: #d7ddf0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
}

body.parent-pageid-89720 .lh-tab-service-postcta strong {
    color: #ffffff !important;
}

body.parent-pageid-89720 .lh-tab-full-content {
    max-width: 1200px;
    margin: 0 auto 24px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

body.parent-pageid-89720 .lh-tab-full-heading {
    margin: 16px 0 12px !important;
}

body.parent-pageid-89720 .lh-tab-full-content p,
body.parent-pageid-89720 .lh-tab-full-content li {
    color: #e8ecf8 !important;
}

body.parent-pageid-89720 .lh-tab-full-content p {
    margin-bottom: 12px !important;
}

body.parent-pageid-89720 .lh-tab-full-content strong,
body.parent-pageid-89720 .lh-tab-full-content b {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Show more / less for long tab details (content kept, just collapsed) */
body.parent-pageid-89720 .lh-tab-full-content.lh-collapse-ready.is-collapsed .lh-tab-full-body {
    max-height: 260px;
    overflow: hidden;
    position: relative;
}

body.parent-pageid-89720 .lh-tab-full-content.lh-collapse-ready.is-collapsed .lh-tab-full-body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 88px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(1, 3, 77, 0), #01034d 88%);
}

body.parent-pageid-89720 .lh-tab-full-content.lh-collapse-ready.is-expanded .lh-tab-full-body {
    max-height: none;
    overflow: visible;
}

body.parent-pageid-89720 .lh-tab-show-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 14px 0 6px;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

body.parent-pageid-89720 .lh-tab-show-more:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.42);
}

body.parent-pageid-89720 .lh-tab-form-anchor {
    height: 0;
    margin: 0;
    padding: 0;
}

/* ==============================================
   Uniform order forms (size only — no content change)
   ============================================== */
body.parent-pageid-89720 form.cart,
body.parent-pageid-89720 form#cart,
body.parent-pageid-89720 .woocommerce form.cart,
body.parent-pageid-89720 .wcpa_form_outer,
body.parent-pageid-89720 .summary form.cart,
body.parent-pageid-89720 .product form.cart {
    width: 100% !important;
    max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

body.parent-pageid-89720 .alg-product-input-fields-table,
body.parent-pageid-89720 #alg-product-input-fields-table,
body.parent-pageid-89720 .wcpa_form_outer .wcpa_wrap,
body.parent-pageid-89720 .wcpa_form_outer .wcpa_row {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

body.parent-pageid-89720 .wcpa_form_outer .wcpa_field_label,
body.parent-pageid-89720 form.cart label,
body.parent-pageid-89720 form#cart label {
    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

body.parent-pageid-89720 .wcpa_form_outer input[type="text"],
body.parent-pageid-89720 .wcpa_form_outer input[type="email"],
body.parent-pageid-89720 .wcpa_form_outer input[type="tel"],
body.parent-pageid-89720 .wcpa_form_outer input[type="number"]:not(.cur-year),
body.parent-pageid-89720 .wcpa_form_outer input[type="url"],
body.parent-pageid-89720 .wcpa_form_outer input[type="password"],
body.parent-pageid-89720 .wcpa_form_outer input[type="date"],
body.parent-pageid-89720 .wcpa_form_outer input[type="time"],
body.parent-pageid-89720 .wcpa_form_outer input[type="datetime-local"],
body.parent-pageid-89720 .wcpa_form_outer input[type="file"],
body.parent-pageid-89720 .wcpa_form_outer select:not(.wcpa-fp-monthDropdown-months),
body.parent-pageid-89720 .wcpa_form_outer textarea,
body.parent-pageid-89720 .wcpa_form_outer .wcpa-fp-input,
body.parent-pageid-89720 form.cart input[type="text"],
body.parent-pageid-89720 form.cart input[type="email"],
body.parent-pageid-89720 form.cart input[type="tel"],
body.parent-pageid-89720 form.cart input[type="number"]:not(.cur-year),
body.parent-pageid-89720 form.cart input[type="url"],
body.parent-pageid-89720 form.cart input[type="password"],
body.parent-pageid-89720 form.cart input[type="date"],
body.parent-pageid-89720 form.cart input[type="time"],
body.parent-pageid-89720 form.cart input[type="datetime-local"],
body.parent-pageid-89720 form.cart input[type="file"],
body.parent-pageid-89720 form.cart select:not(.wcpa-fp-monthDropdown-months),
body.parent-pageid-89720 form.cart textarea,
body.parent-pageid-89720 form#cart input[type="text"],
body.parent-pageid-89720 form#cart input[type="email"],
body.parent-pageid-89720 form#cart input[type="tel"],
body.parent-pageid-89720 form#cart input[type="number"]:not(.cur-year),
body.parent-pageid-89720 form#cart select:not(.wcpa-fp-monthDropdown-months),
body.parent-pageid-89720 form#cart textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 36px !important;
    height: 36px !important;
    box-sizing: border-box !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
}

body.parent-pageid-89720 .wcpa_form_outer textarea,
body.parent-pageid-89720 form.cart textarea,
body.parent-pageid-89720 form#cart textarea {
    min-height: 72px !important;
    height: auto !important;
}

/* Uniform 3-column fields — target .wcpa_row (site’s real layout unit) */
body.parent-pageid-89720 form.cart .wcpa_form_outer,
body.parent-pageid-89720 form#cart .wcpa_form_outer {
    overflow: hidden !important;
}

body.parent-pageid-89720 form.cart .wcpa_section_body,
body.parent-pageid-89720 form#cart .wcpa_section_body {
    display: block !important;
    width: 100% !important;
}

body.parent-pageid-89720 form.cart .wcpa_section_body::after,
body.parent-pageid-89720 form#cart .wcpa_section_body::after,
body.parent-pageid-89720 form.cart .wcpa_form_outer::after,
body.parent-pageid-89720 form#cart .wcpa_form_outer::after {
    content: "" !important;
    display: table !important;
    clear: both !important;
}

body.parent-pageid-89720 form.cart .wcpa_row,
body.parent-pageid-89720 form#cart .wcpa_row {
    display: block !important;
    float: left !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    margin: 0 !important;
    padding: 0 10px !important;
    height: auto !important;
    min-height: 68px !important;
    box-sizing: border-box !important;
}

/* Price / header / full rows */
body.parent-pageid-89720 form.cart .wcpa_full,
body.parent-pageid-89720 form#cart .wcpa_full,
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_header),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_header),
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_textarea),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_textarea),
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_checkbox-group),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_checkbox-group),
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_checkbox),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_checkbox),
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_radio-group),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_radio-group),
body.parent-pageid-89720 form.cart .wcpa_row:has(.wcpa_type_file),
body.parent-pageid-89720 form#cart .wcpa_row:has(.wcpa_type_file) {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
}

body.parent-pageid-89720 form.cart .wcpa_field_wrap,
body.parent-pageid-89720 form#cart .wcpa_field_wrap,
body.parent-pageid-89720 form.cart .wcpa_form_item,
body.parent-pageid-89720 form#cart .wcpa_form_item,
body.parent-pageid-89720 form.cart [class*="wcpa-col-"],
body.parent-pageid-89720 form#cart [class*="wcpa-col-"] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
}

@media screen and (max-width: 991px) {
    /* Edge-to-edge navy: wipe white side gutters */
    body.parent-pageid-89720,
    body.parent-pageid-89720,
    body.parent-pageid-89720 #page,
    body.parent-pageid-89720 #page,
    body.parent-pageid-89720 .body-cont,
    body.parent-pageid-89720 #main,
    body.parent-pageid-89720 .site-main,
    body.parent-pageid-89720 .page_content,
    body.parent-pageid-89720 .page_content > .container,
    body.parent-pageid-89720 .page_content main,
    body.parent-pageid-89720 .wpb-content-wrapper,
    body.parent-pageid-89720 .cws-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box !important;
        background-color: #01034d !important;
    }

    body.parent-pageid-89720 .page_content {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    body.parent-pageid-89720 .page_content > .container {
        display: block !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_heading,
    body.parent-pageid-89720 .vc_custom_hub_tabs,
    body.parent-pageid-89720 .vc_tta.vc_tta-tabs,
    body.parent-pageid-89720 .vc_tta-container,
    body.parent-pageid-89720 .vc_tta-panels-container,
    body.parent-pageid-89720 .vc_tta-panels,
    body.parent-pageid-89720 .vc_tta-panel,
    body.parent-pageid-89720 .vc_tta-panel-body {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        left: 0 !important;
        box-sizing: border-box !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_tabs {
        padding-left: 12px !important;
        padding-right: 12px !important;
        background-color: #01034d !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_heading {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panels-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panel-body {
        padding: 8px 0 16px !important;
    }

    body.parent-pageid-89720 .lh-tab-service-intro,
    body.parent-pageid-89720 .lh-tab-full-content,
    body.parent-pageid-89720 .lh-tab-full-common,
    body.parent-pageid-89720 .lh-related-services,
    body.parent-pageid-89720 .lh-tab-split {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    body.parent-pageid-89720 .lh-tab-service-intro {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }

    body.parent-pageid-89720 .lh-tab-split {
        padding: 0 !important;
        gap: 14px !important;
    }

    body.parent-pageid-89720 .lh-tab-split-form .lh-form-card {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        border-radius: 14px !important;
    }

    body.parent-pageid-89720 .lh-related-services {
        padding: 16px 12px !important;
        border-radius: 12px !important;
        margin-bottom: 20px !important;
    }

    body.parent-pageid-89720 .vc_tta-panel-body > .lh-tab-full-content,
    body.parent-pageid-89720 .lh-tab-full-common {
        padding: 12px 12px 16px !important;
    }

    /* Kill leftover white theme gutters */
    body.parent-pageid-89720 .vc_row,
    body.parent-pageid-89720 .wpb_row,
    body.parent-pageid-89720 .vc_column_container,
    body.parent-pageid-89720 .vc_column-inner,
    body.parent-pageid-89720 .wpb_wrapper {
        background-color: transparent !important;
    }
}

@media (max-width: 767px) {
    body.parent-pageid-89720 form.cart .wcpa_row,
    body.parent-pageid-89720 form#cart .wcpa_row {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        min-height: 0 !important;
    }
}

body.parent-pageid-89720 form.cart .single_add_to_cart_button,
body.parent-pageid-89720 form.cart button[type="submit"],
body.parent-pageid-89720 form.cart input[type="submit"],
body.parent-pageid-89720 form#cart .single_add_to_cart_button,
body.parent-pageid-89720 form#cart button[type="submit"],
body.parent-pageid-89720 form#cart input[type="submit"],
body.parent-pageid-89720 .woocommerce form.cart .single_add_to_cart_button {
    min-height: 40px !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

@media (max-width: 991px) {
    body.parent-pageid-89720 .vc_custom_hub_heading {
        height: 42vh !important;
        max-height: 320px !important;
        min-height: 200px !important;
        background-size: cover !important;
        background-position: right center !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
        font-size: clamp(15px, 2.8vw, 22px) !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_heading::after,
    body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
        width: min(46%, 260px);
        font-size: clamp(15px, 2.8vw, 22px);
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.55),
            0 2px 14px rgba(0, 0, 0, 0.4);
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
        gap: 8px !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
        font-size: 13px !important;
        min-height: 44px !important;
        padding: 9px 12px !important;
    }
}

@media (max-width: 767px) {
    body.parent-pageid-89720 .vc_custom_hub_heading {
        height: 38vh !important;
        max-height: 280px !important;
        min-height: 180px !important;
        background-size: cover !important;
        /* Keep the busy illustration on the right so the title sits on the dark panel */
        background-position: right center !important;
    }

    /*
     * Long tab titles (e.g. Rahu Ketu Dosha…) were overflowing the dark
     * left panel onto the banner art, so white letters looked two-toned.
     * Keep the overlay inside the solid area only.
     */
    body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
        font-size: clamp(14px, 3.9vw, 18px) !important;
        line-height: 1.2 !important;
    }

    body.parent-pageid-89720 .vc_custom_hub_heading::after,
    body.parent-pageid-89720 .vc_custom_hub_heading > .lh-hub-banner-title {
        left: clamp(12px, 3.5vw, 20px);
        width: min(42%, 200px);
        max-width: 42vw;
        font-size: clamp(14px, 3.9vw, 18px);
        line-height: 1.2;
        text-shadow:
            0 1px 2px rgba(0, 0, 0, 0.65),
            0 2px 14px rgba(0, 0, 0, 0.55);
    }

    body.parent-pageid-89720 .lh-hub-select-label {
        font-size: clamp(18px, 5vw, 26px) !important;
        padding: clamp(16px, 4vw, 24px) 12px !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        grid-template-columns: none !important;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
        padding-bottom: 10px !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab {
        flex: 0 0 auto !important;
        width: auto !important;
        scroll-snap-align: start;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab > a {
        min-height: 40px !important;
        padding: 8px 14px !important;
        font-size: 12.5px !important;
        white-space: nowrap !important;
        width: auto !important;
    }

    body.parent-pageid-89720 .vc_tta.vc_tta-tabs .vc_tta-panels-container {
        margin-top: clamp(16px, 3vw, 24px) !important;
        border-radius: 12px !important;
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
    }

    body.parent-pageid-89720 .vc_row[data-vc-full-width="true"],
    body.parent-pageid-89720 .vc_row.vc_row-fluid {
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        transform: none !important;
    }

    body.parent-pageid-89720 .page_content > .container,
    body.parent-pageid-89720 .page_content main,
    body.parent-pageid-89720 .container {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ------------------------------------------------------------------
 * All service hubs: collapse Select-below after a service pick.
 * Compact "Selected + Change" bar keeps switching easy without the
 * full pill grid eating the viewport.
 *
 * Body flag `.lh-hub-picker-body-collapsed` beats WPBakery/hub
 * `display:block !important` rules on the tabs container.
 * ------------------------------------------------------------------ */
body.parent-pageid-89720 .lh-hub-selected-bar,
body.lh-hub-seo-context .lh-hub-selected-bar,
body.lh-career-seo-hub .lh-hub-selected-bar {
    display: none !important;
    width: 100%;
    margin: 0 0 clamp(14px, 2.2vw, 22px);
    padding: 0;
    box-sizing: border-box;
}

body.parent-pageid-89720.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}

body.parent-pageid-89720 .lh-hub-selected-bar__inner,
body.lh-hub-seo-context .lh-hub-selected-bar__inner,
body.lh-career-seo-hub .lh-hub-selected-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    width: 100%;
    max-width: 100%;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(212, 175, 55, 0.55);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

body.parent-pageid-89720 .lh-hub-selected-bar__label,
body.lh-hub-seo-context .lh-hub-selected-bar__label,
body.lh-career-seo-hub .lh-hub-selected-bar__label {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a6f4a;
}

body.parent-pageid-89720 .lh-hub-selected-bar__title,
body.lh-hub-seo-context .lh-hub-selected-bar__title,
body.lh-career-seo-hub .lh-hub-selected-bar__title {
    flex: 1 1 160px;
    min-width: 0;
    font-size: clamp(14px, 2.2vw, 17px);
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a2e;
}

body.parent-pageid-89720 .lh-hub-selected-bar__change,
body.lh-hub-seo-context .lh-hub-selected-bar__change,
body.lh-career-seo-hub .lh-hub-selected-bar__change {
    flex: 0 0 auto;
    margin-left: auto;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid #1a1a2e;
    background: #1a1a2e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.parent-pageid-89720 .lh-hub-selected-bar__change:hover,
body.parent-pageid-89720 .lh-hub-selected-bar__change:focus,
body.lh-hub-seo-context .lh-hub-selected-bar__change:hover,
body.lh-hub-seo-context .lh-hub-selected-bar__change:focus,
body.lh-career-seo-hub .lh-hub-selected-bar__change:hover,
body.lh-career-seo-hub .lh-hub-selected-bar__change:focus {
    background: #ffffff;
    color: #1a1a2e;
    outline: none;
}

body.parent-pageid-89720 .lh-hub-selected-bar__change:focus-visible,
body.lh-hub-seo-context .lh-hub-selected-bar__change:focus-visible,
body.lh-career-seo-hub .lh-hub-selected-bar__change:focus-visible {
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.45);
}

/* Collapsed: hide Select below label + full pill grid (high specificity) */
body.parent-pageid-89720.lh-hub-picker-body-collapsed .lh-hub-select-label,
body.parent-pageid-89720.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.parent-pageid-89720.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .lh-hub-select-label,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .lh-hub-select-label,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed > .lh-hub-select-label,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed > .lh-hub-select-label,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed > .lh-hub-select-label,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-container,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-tabs-list {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

body.parent-pageid-89720.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container {
    margin-top: 0 !important;
}

/*
 * Collapsed picker: the active panel's first block (an emptied VC row + the
 * Process text column) renders a few px above the panels container, so the
 * container's rounded overflow:hidden was slicing the top off the first
 * heading ("Process"). Let it show and hold a clean gap below the
 * Selected / Change bar instead of tucking under it.
 */
body.parent-pageid-89720.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .vc_tta.vc_tta-tabs .vc_tta-panels-container {
    overflow: visible !important;
    padding-top: 14px !important;
}

/* Keep a comfortable gap between the Selected / Change bar and the panel. */
body.parent-pageid-89720.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.lh-hub-seo-context.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.lh-career-seo-hub.lh-hub-picker-body-collapsed .lh-hub-selected-bar,
body.parent-pageid-89720 .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar,
body.lh-hub-seo-context .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar,
body.lh-career-seo-hub .vc_custom_hub_tabs.lh-hub-picker-collapsed .lh-hub-selected-bar {
    margin-bottom: clamp(18px, 3vw, 26px) !important;
}

@media (max-width: 767px) {
    body.parent-pageid-89720 .lh-hub-selected-bar__inner,
    body.lh-hub-seo-context .lh-hub-selected-bar__inner,
    body.lh-career-seo-hub .lh-hub-selected-bar__inner {
        padding: 12px 14px;
        gap: 8px 10px;
    }

    body.parent-pageid-89720 .lh-hub-selected-bar__change,
    body.lh-hub-seo-context .lh-hub-selected-bar__change,
    body.lh-career-seo-hub .lh-hub-selected-bar__change {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
}
