/* Header enhancements — additive styles only */
.header-enhanced .top_bar {
    border-bottom: 2px solid var(--base-skin);
}
.header-enhanced .top_bar_inner {
    flex-wrap: wrap;
    gap: 8px 20px;
    min-height: 80px;
}
.header-enhanced .top_bar_trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: var(--base-headingfont);
    color: rgba(255, 255, 255, 0.55);
    margin-right: 12px;
}
.header-enhanced .top_bar_trust-badge i {
    color: var(--base-skin);
    font-size: 12px;
}
.header-enhanced .top_bar_contact_item.with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-enhanced .top_bar_icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background: rgba(227, 59, 40, 0.15);
    border: 1px solid rgba(227, 59, 40, 0.35);
    flex-shrink: 0;
}
.header-enhanced .top_bar_icon i {
    color: var(--base-skin);
    font-size: 14px;
}
.header-enhanced .top_bar_contact_item span,
.header-enhanced .top_bar_contact_item a {
    font-size: 13px;
    line-height: 1.4;
}
.header-enhanced .top_bar_social_live {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.header-enhanced .top_bar_social_live .social-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 4px;
    font-family: var(--base-headingfont);
}
.header-enhanced .top_bar_social_live ul.social-icons {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-enhanced .top_bar_social_live ul.social-icons li {
    margin: 0;
}
.header-enhanced .top_bar_social_live ul.social-icons li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 13px;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
.header-enhanced .top_bar_social_live ul.social-icons li a:hover {
    background: var(--base-skin);
    border-color: var(--base-skin);
    color: #fff !important;
}
.header-enhanced #site-header-menu {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
}
.header-enhanced #site-header-menu::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(227, 59, 40, 0.35), transparent);
}
.header-enhanced .site-navigation {
    padding: 6px 0;
}
.header-enhanced .site-branding-02 .header-logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.header-enhanced .site-branding-02 .header-logo-text {
    display: none;
}
.header-enhanced .site-branding-02 img {
    max-height: 52px;
    width: auto;
    transition: max-height 0.3s ease;
}
.header-enhanced .prt-stickable-header.fixed-header .site-branding-02 img {
    max-height: 46px;
}
.header-enhanced #site-header-menu .site-navigation ul.menu > li > a {
    position: relative;
    letter-spacing: 0.6px;
    transition: color 0.25s ease;
}
.header-enhanced #site-header-menu .site-navigation ul.menu > li > a::before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 22px;
    height: 2px;
    background: var(--base-skin);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}
.header-enhanced #site-header-menu .site-navigation ul.menu > li:hover > a::before,
.header-enhanced #site-header-menu .site-navigation ul.menu > li.active > a::before {
    transform: scaleX(1);
}
.header-enhanced nav.main-menu li.mega-menu-item:hover > ul.mega-submenu {
    border-top: 3px solid var(--base-skin);
}
.header-enhanced .header_extra--enhanced {
    display: flex;
    align-items: center;
    gap: 18px;
}
.header-enhanced .header_quick_contact {
    text-align: right;
    line-height: 1.3;
}
.header-enhanced .header_quick_contact .header-quick-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.45);
    font-family: var(--base-headingfont);
}
.header-enhanced .header_quick_contact a.header-quick-phone {
    font-size: 15px;
    font-weight: 600;
    color: var(--base-dark);
    font-family: var(--base-headingfont);
}
.header-enhanced .header_quick_contact a.header-quick-phone i {
    color: var(--base-skin);
    margin-right: 6px;
    font-size: 14px;
}
.header-enhanced .header_quick_contact a.header-quick-phone:hover {
    color: var(--base-skin);
}
.header-enhanced .header_btn .prt-btn {
    box-shadow: 0 4px 14px rgba(227, 59, 40, 0.35);
    font-weight: 600;
    letter-spacing: 0.5px;
}
.header-enhanced .prt-stickable-header.fixed-header {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.header-enhanced .prt-stickable-header.fixed-header .header-logo-text .header-company-name {
    color: #fff;
}
.header-enhanced .prt-stickable-header.fixed-header .header-logo-text .header-company-tagline {
    color: rgba(255, 255, 255, 0.65);
}
.header-enhanced .prt-stickable-header.fixed-header .header_quick_contact .header-quick-label {
    color: rgba(255, 255, 255, 0.5);
}
.header-enhanced .prt-stickable-header.fixed-header .header_quick_contact a.header-quick-phone {
    color: #fff;
}
.header-enhanced .prt-stickable-header.fixed-header .header_quick_contact a.header-quick-phone:hover {
    color: var(--base-skin);
}
@media (min-width: 1200px) {
    .header-enhanced .site-branding-02 .header-logo-text {
        display: block;
    }
    .header-enhanced .header-logo-text .header-company-name {
        font-family: var(--base-headingfont);
        font-size: 15px;
        line-height: 1.25;
        color: var(--base-dark);
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.4px;
    }
    .header-enhanced .header-logo-text .header-company-tagline {
        font-size: 11px;
        line-height: 1.3;
        color: rgba(0, 0, 0, 0.5);
        margin: 2px 0 0;
        text-transform: uppercase;
        letter-spacing: 0.8px;
    }
    .header-enhanced .prt-stickable-header.fixed-header .site-navigation ul.menu > li > a::before {
        bottom: 18px;
    }
}
@media (max-width: 1199px) {
    .header-enhanced .top_bar_social_live {
        display: none;
    }
    .header-enhanced .top_bar_trust-badge {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-enhanced .header_quick_contact {
        display: none !important;
    }
}

/* Page title + breadcrumb (inner pages) */
.prt-page-title-row-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px 24px;
    width: 100%;
}
.prt-page-title-row .breadcrumb-wrapper {
    position: relative;
    margin-top: 0;
    text-align: right;
}
.prt-page-title-row .breadcrumb-wrapper-inner {
    font-size: 14px;
    line-height: 1.5;
    font-family: var(--base-headingfont);
    color: var(--base-bodyfont-color);
}
.prt-page-title-row .breadcrumb-wrapper-inner a {
    color: inherit;
}
.prt-page-title-row .breadcrumb-wrapper-inner a:hover {
    color: var(--base-skin);
}
.prt-page-title-row .breadcrumb-wrapper-inner .prt-breadcrumbs-sep {
    margin: 0 8px;
    color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
    .prt-page-title-row-heading {
        flex-direction: column;
        align-items: flex-start;
    }
    .prt-page-title-row .breadcrumb-wrapper {
        text-align: left;
    }
}
