@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

#sticky-social{
    display: none !important;
}
.awards-mobile{
    display: none !important;
}
.slideshow-container{
    margin-top: 0 !important;
}
.moc-menu-toggle{
    display: none !important;
}
/* ============================================================
   New Header Styles — prefix: nh-
   Single responsive version (mobile-first)
   ============================================================ */

.nh-wrapper {
    font-family: 'Inter', sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 900;
}

.nh-wrapper *,
.nh-wrapper *::before,
.nh-wrapper *::after {
    box-sizing: border-box;
}

.nh-wrapper a:hover,
.nh-wrapper a:focus {
    text-decoration: none;
}

.nh-wrapper img {
    max-width: 100%;
    height: auto;
}

.nh-wrapper ul, .nh-wrapper ul li {
    margin: 0;
    padding: 0;
}

.nh-wrapper hr {
    margin: 0;
    padding: 0;
}

.nh-container {
    width: 100%;
    max-width: 1664px;
    margin: 0 auto;
    padding: 0 16px;
}


/* =========================
   TOP BAR
   ========================= */

.nh-topbar {
    background: #0D75BC;
    position: relative;
    z-index: 800;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0.18);
}

.nh-topbar > .nh-container {
    display: flex;
    align-items: stretch;
    min-height: 64px;
    max-height: 64px;
    padding: 0;
}

/* CTA Buttons */
.nh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    transition: opacity 0.2s, height 0.35s ease;
    flex-shrink: 0;
    text-align: center;
    height: auto;
}

.nh-btn:hover {
    opacity: 1;
    text-decoration: none;
}

.nh-btn-virtual {
    background: #FCDB00;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    padding: 8px 8px;
    width: 110px;
}
.nh-btn-virtual:hover {
    background: #FCDB00;
    color: #003E21;
}
.nh-btn-inperson {
    background: #003E21;
    color: #fff;
    font-weight: 400;
    display: none;
}
.nh-btn-inperson:hover {
    background: #003E21;
    color: #FCDB00;
}
/* Call Section */
.nh-call {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: white;
    padding: 8px 10px;
    flex: 1;
    justify-content: center;
    min-width: 0;
}

.nh-call:hover,
.nh-call:focus {
    color: white;
    text-decoration: none;
}

.nh-call-icon {
    flex-shrink: 0;
}
.nh-call-text{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nh-call-icon img {
    width: 26px;
    height: 26px;
    display: block;
}

.nh-call-content {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.nh-call-line1 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.nh-call-line1 strong {
    font-weight: 400;
}

.nh-call-line2 {
    display: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 400;
}

.nh-call-number {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* Top Bar Actions (search + hamburger) */
.nh-topbar-actions {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    padding: 0 5px;
}

.nh-topbar-search {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    position: relative;
}

.nh-topbar-search-input {
    display: none;
}

.nh-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.nh-search-btn img {
    width: 24px;
    height: 24px;
    display: block;
}

/* Hamburger */
.nh-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nh-hamburger span {
    display: block;
    width: 21px;
    height: 1.5px;
    background: white;
    border-radius: 1px;
}


/* =========================
   MIDDLE SECTION
   ========================= */

.nh-middle {
    background: white;
    padding: 15px 0 12px;
    overflow: hidden;
    /* height is set to a pixel value by JS after measuring; CSS handles only opacity */
    transition: height 0.35s ease, padding 0.35s ease, opacity 0.3s ease;
    opacity: 1;
}

/* Collapsed state when page is scrolled */
.nh-scrolled .nh-middle {
    height: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1024px) {
    .nh-scrolled .nh-btn {
        height: 64px;
    }
}

.nh-middle > .nh-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.nh-logo {
    display: block;
    flex-shrink: 0;
    width: 90px;
}

.nh-logo img {
    width: 111px;
    height: auto;
    display: block;
}

.nh-doc-info {
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.5;
    /*flex: 1;*/
    min-width: 180px;
    font-weight: 400;
    width: calc(100% - 250px);
}

.nh-doc-info br{
    display: none;
}

.nh-doc-info strong {
    font-weight: 600;
}

.nh-separator {
    width: 100%;
    border: none;
    border-top: 1px solid #000;
    margin: 4px 0 0;
    order: 3;
}

.nh-awards {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    order: 4;
    width: 100%;
    padding-top: 4px;
}

.nh-awards a {
    display: block;
}

.nh-awards img {
    max-width: 148px;
    height: auto;
    display: block;
}


/* =========================
   DESKTOP NAVIGATION
   ========================= */

.nh-nav {
    display: none;
    background: white;
    position: relative;
}

.nh-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nh-nav-item {
    position: relative;
}

.nh-nav-item-locations {
    position: static;
}

.nh-nav-link {
    display: flex;
    align-items: center;
    padding: 10px 6px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background-color 0.2s, color 0.2s;
}

.nh-nav-link:hover,
.nh-nav-link:focus {
    text-decoration: none;
    color: #000;
}

.nh-nav-home {
    padding: 10px 8px;
}

.nh-nav-home img {
    display: block;
}

.nh-nav-item.nh-mega-open > .nh-nav-link,
.nh-nav-item:hover > .nh-nav-link {
    background: #0D75BC;
    color: white;
}

.nh-nav-item.nh-mega-open > .nh-nav-home img path,
.nh-nav-item:hover > .nh-nav-home img path {
    fill: white;
}

.nh-nav-item:hover > .nh-nav-link.nh-nav-home:hover{
    background: none;
}

/* Mega Dropdown Panel */
.nh-mega-dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 200;
}

.nh-nav-item.nh-mega-open .nh-mega-dropdown {
    display: block;
}

.nh-mega-inner {
    width: 700px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 10px 20px 30px;
    border-bottom: 13px solid #0D75BC;
    background: #ffffff;
}
.nh-mega-inner.orthopedic-services {
    position: relative;
    left: -180px;
}
.nh-mega-inner.patient-resources {
    position: relative;
    left: -350px;
}
.nh-nav-item-locations .nh-mega-dropdown {
    background: #ffffff;
}
.nh-nav-item-locations .nh-mega-inner {
    width: 100%;
}

.nh-mega-location{
    display: flex;
    gap: 10px;
}
.nh-mega-location-icon{
    width: 200px;
    height: auto;
    display: block;
}
.nh-mega-location-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Mega Section (Anatomy / Conditions / Procedures rows) */
.nh-mega-section {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 10px 40px;
    padding: 15px 0;
    align-items: start;
}

.nh-mega-section:last-child {
    border-bottom: none;
}

.nh-mega-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    line-height: 1.4;
    padding-top: 2px;
}

.nh-mega-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 50px;
}

.nh-mega-links a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    padding: 3px 0;
    transition: color 0.2s;
    line-height: 1.5;
}

.nh-mega-links a:hover {
    color: #0D75BC;
}

/* Physicians Dropdown */
.nh-mega-doctors {
    display: flex;
    gap: 50px;
    justify-content: center;
    padding: 30px 0;
}

.nh-mega-doctor {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    display: block;
    line-height: 1.4;
}

.nh-mega-doctor:hover {
    color: #0D75BC;
    text-decoration: none;
}

.nh-mega-doctor img {
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

/* Locations Dropdown */
.nh-mega-locations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 30px 0;
}

.nh-mega-location-title {
    color: #0D75BC;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.nh-mega-location-title a {
    color: #0D75BC;
    text-decoration: none;
}

.nh-mega-location-title a:hover {
    text-decoration: underline;
}

.nh-mega-location-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.nh-mega-location-name a {
    color: #333;
    text-decoration: none;
}

.nh-mega-location-address {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.nh-mega-location-address a {
    color: #0D75BC;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}


/* =========================
   SEARCH OVERLAY
   ========================= */

.nh-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 9500;
    align-items: center;
    justify-content: center;
}

.nh-search-overlay.nh-active {
    display: flex;
}

.nh-search-inner {
    width: 90%;
    max-width: 700px;
    position: relative;
}

.nh-search-form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.nh-search-form input[type="search"] {
    flex: 1;
    padding: 15px 5px;
    font-size: 20px;
    border: none;
    background: transparent;
    color: white;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.nh-search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.nh-search-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.nh-search-close:hover {
    opacity: 1;
}


/* ============================================================
   RESPONSIVE — TABLET (768px+)
   ============================================================ */

@media (min-width: 768px) {
    .nh-container {
        padding: 0 24px;
    }

    .nh-call {
        gap: 8px;
    }

    .nh-call-icon img {
        width: 30px;
        height: 30px;
    }

    .nh-call-line1 strong {
        font-weight: 700;
    }

    .nh-call-number {
        font-size: 14px;
    }

    .nh-logo img {
        width: 150px;
    }

    .nh-doc-info {
        font-size: 12px;
    }

    .nh-awards img {
        max-width: 160px;
    }
}
/* ============================================================
   RESPONSIVE — DESKTOP (375px+)
   ============================================================ */
@media (min-width: 375px) {
    .nh-logo {
        width: 111px;
    }
    .nh-middle > .nh-container{
        align-items: flex-end;
    }
}

/* ============================================================
   RESPONSIVE — DESKTOP (1024px+)
   ============================================================ */

@media (min-width: 1024px) {
    .nh-container {
        padding: 0 32px;
    }

    /* Top Bar */
    .nh-topbar > .nh-container {
        min-height: 64px;
        justify-content: flex-end;
    }

    .nh-btn-virtual {
        font-size: 14px;
        font-weight: 500;
        padding: 14px 20px;
        width: auto;
    }

    .nh-btn-inperson {
        display: flex;
        font-size: 14px;
        padding: 14px 20px;
        width: auto;
    }

    .nh-call {
        flex: 0 0 auto;
        gap: 8px;
        padding: 0 10px;
        justify-content: flex-start;
    }

    .nh-call-icon img {
        width: 34px;
        height: 34px;
    }

    .nh-call-content {
        flex-shrink: 0;
    }

    .nh-call-line1 {
        font-size: 14px;
        white-space: nowrap;
    }

    .nh-call-line1 strong {
        font-weight: 700;
    }

    .nh-call-line2 {
        display: block;
        font-size: 12px;
        white-space: nowrap;
    }

    .nh-call-number {
        font-size: 20px;
        flex-shrink: 0;
    }

    .nh-hamburger {
        display: none;
    }

    /* Inline search field */
    .nh-topbar-search {
        gap: 8px;
        flex-shrink: 0;
    }

    .nh-topbar-search-input {
        display: block;
        width: 120px;
        height: 40px;
        background: #5FA4D3;
        border: none;
        border-radius: 12px;
        padding: 0 16px;
        font-size: 14px;
        color: white;
        font-family: 'Inter', sans-serif;
        outline: none;
    }

    .nh-topbar-search-input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .nh-search-btn img {
        width: 34px;
        height: 34px;
    }

    /* Middle Section */
    .nh-middle {
        padding: 20px 0;
    }

    .nh-middle > .nh-container {
        flex-wrap: nowrap;
        align-items: center;
        gap: 30px;
    }

    .nh-logo img {
        width: 231px;
    }

    .nh-doc-info {
        font-size: 18px;
    }

    .nh-separator {
        display: none;
    }

    .nh-awards {
        width: auto;
        order: unset;
        padding-top: 0;
        flex-shrink: 0;
        gap: 15px;
    }

    .nh-awards img {
        max-width: 253px;
    }

    .nh-awards a:last-child img {
        max-width: 264px;
    }

    /* Desktop Nav visible */
    .nh-nav {
        display: block;
    }

    .nh-nav-link {
        font-size: 10px;
        padding: 10px 5px;
    }
    .nh-doc-info {
        font-size: 14px;
    }
    .nh-btn{
        height: 80px;
        margin-left: 12px;
    }
    .nh-search-btn {
        position: absolute;
        right: 0;
        top: 0;
    }
    .nh-doc-info br{
        display: block;
    }
    .nh-call-text{
        flex-direction: row;
        gap: 10px;
    }
}


/* ============================================================
   RESPONSIVE — LARGE DESKTOP (1280px+)
   ============================================================ */

@media (min-width: 1460px) {
    .nh-container {
        padding: 0 48px;
    }

    .nh-btn-virtual {
        font-size: 18px;
        padding: 20px 29px;
        width: 212px;
    }

    .nh-btn-inperson {
        font-size: 18px;
        padding: 20px 29px;
        width: 218px;
    }

    .nh-topbar-search-input {
        width: 171px;
        height: 45px;
    }

    .nh-call {
        gap: 12px;
        padding: 0 20px;
    }

    .nh-call-line1 {
        font-size: 18px;
    }

    .nh-call-line2 {
        font-size: 15px;
    }

    .nh-call-number {
        font-size: 28px;
    }

    .nh-nav-link {
        font-size: 14px;
        padding: 10px 8px;
    }
    .nh-doc-info {
        font-size: 16px;
    }
}


/* ============================================================
   RESPONSIVE — EXTRA LARGE (1500px+)
   ============================================================ */

@media (min-width: 1650px) {
    .nh-container {
        padding: 0 80px;
    }

    .nh-nav-link {
        font-size: 15px;
        padding: 12px 10px;
    }

    .nh-mega-inner {
        width: 850px;
        padding: 10px 20px 30px;
    }
    .nh-mega-inner.orthopedic-services {
        position: unset;
        left: unset;
    }
    .nh-mega-inner.patient-resources {
        position: relative;
        left: -250px;
    }
    .nh-doc-info {
        font-size: 18px;
    }
}

/*@media (min-width: 1690px) {
    .nh-mega-inner.patient-resources {
        position: relative;
        left: -200px;
    }
}

@media (min-width: 1790px) {
    .nh-mega-inner.patient-resources {
        position: relative;
        left: -250px;
    }
}*/