/* ================== Theme & Base ================== */
  .nano-header-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    --nano-primary: #022b52;
    --nano-accent: #14bef1;
    --nano-whatsapp: #00d757;
    --nano-muted: #f8f7f4;
    --nano-brand-height: 48px;
  }

  .nano-header-wrapper * {
    box-sizing: border-box
  }

  /* Topbar */
  .nano-topbar {
    background: var(--nano-muted);
    border-bottom: 1px solid #eee
  }

  .nano-topbar-inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 4px 16px;
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    width: auto;
  }

  .nano-topbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-decoration: none;
    color: #52606d;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    transition: .2s
  }

  .nano-topbar a:hover {
    color: var(--nano-primary);
    border-color: var(--nano-primary);
    transform: translateY(-1px)
  }

  @media(max-width:768px) {
    .nano-topbar {
      display: none
    }
  }

  /* Header */
  .nano-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08)
  }

  .nano-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    ;
    min-height: 05px
  }

  .nano-brand img {
    height: var(--nano-brand-height);
    width: auto;
    display: block
  }

  .nano-mid {
    display: none
  }

  /* Right actions */
  .nano-header-right {
    display: flex;
    align-items: center;
    gap: 8px
  }

  .nano-hamburger {
    display: none;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    color: var(--nano-primary)
  }

  .nano-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative
  }

  .nano-btn {
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: .2s;
    min-height: 36px
  }

  .nano-btn-call {
    background: var(--nano-accent);
    color: #fff;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 8px;
    min-height: 44px
  }

  .nano-btn-whatsapp {
    background: var(--nano-whatsapp);
    color: #fff
  }

  .nano-btn-book {
    border: 1px solid var(--nano-primary);
    background: transparent;
    color: var(--nano-primary)
  }

  .nano-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
  }

  /* Call dropdown */
  .nano-call-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    overflow: hidden;
    min-width: 220px;
    display: none;
    z-index: 9999999
  }

  .nano-call-panel a {
    display: block;
    padding: 10px 14px;
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #f3f6f8;
    font-size: 13px
  }

  .nano-call-panel a:last-child {
    border-bottom: none
  }

  .nano-call-panel a:hover {
    background: #f7fbff;
    color: var(--nano-primary)
  }

  /* Nav strip */
  .nano-nav {
    background: var(--nano-muted);
    border-top: 1px solid #eee
  }

  .nano-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6px 16px;
    display: flex;
    justify-content: center
  }

  .nano-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center
  }

  .nano-nav-list>li>a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: var(--nano-primary);
    font-weight: 600;
    border-radius: 6px;
    font-size: 13px;
    transition: .2s
  }

  .nano-current>a {
    background: rgba(2, 43, 82, .1);
    color: #00365f
  }

  .nano-nav-list>li>a:hover {
    background: rgba(2, 43, 82, .05)
  }

  /* Qikwell override */
  #qikwell-widget-container {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    border: 1px solid var(--nano-primary) !important;
    text-decoration: none !important;
    color: var(--nano-primary) !important;
    background: transparent !important;
    width: auto !important;
    max-width: none !important;
    box-sizing: border-box !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    min-height: 36px !important;
  }

  /* Prevent flicker when grid → detail swaps */
  .nano-mega-compact {
    min-height: 360px
  }

  /* Mobile responsiveness */
  @media(max-width:920px) {
    .nano-hamburger {
      display: inline-block
    }

    .nano-nav-list {
      flex-direction: column;
      gap: 6px;
      display: none;
      width: 100%
    }

    .nano-nav-list.nano-open {
      display: flex !important
    }

    .nano-nav-list>li>a {
      width: 100%;
      text-align: center
    }
  }

  @media(max-width:768px) {
    .nano-container {
      flex-wrap: wrap;
      gap: 8px
    }

    .nano-header-right {
      width: 100%;
      order: 2;
      justify-content: space-between
    }

    .nano-hamburger {
      order: -1
    }

    .nano-actions {
      width: 100%;
      gap: 6px
    }

    .nano-btn {
      flex: 1;
      font-size: 12px;
      min-height: 40px
    }
  }

  @media(max-width:480px) {
    .nano-container {
      padding: 6px 12px
    }

    .nano-brand img {
      height: 40px
    }

    .nano-btn {
      font-size: 11px;
      padding: 8px 6px
    }
  }

  .nano-header-active {
    padding-top: 10px !important
  }

  /* ================== Mega Menu ================== */
  .nano-megamenu {
    position: relative
  }

  .nano-mega-compact {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 950px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
    padding: 25px 35px;
    display: none;
    z-index: 99999
  }

  .nano-megamenu.open .nano-mega-compact {
    display: block
  }

  .nano-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
  }

  .nano-grid-item {
    border: 1px solid #f0f2f5;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    transition: all .2s ease
  }

  .nano-grid-item i {
    font-size: 22px;
    color: var(--nano-primary);
    margin-bottom: 8px;
    display: block
  }

  .nano-grid-item span {
    display: block;
    font-weight: 600;
    color: #022b52;
    font-size: 14px
  }

  .nano-grid-item:hover {
    background: #f7fbff;
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08)
  }

  .nano-detail {
    display: none
  }

  .nano-detail.active {
    display: block
  }

  .nano-detail h4 {
    margin-top: 0;
    color: #0a4a75;
    font-size: 18px
  }

  .nano-detail ul {
    list-style: none;
    margin: 0;
    padding-left: 0
  }

  .nano-detail li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f2f5;
    font-size: 14px;
    color: #022b52
  }

  .nano-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    background: none;
    border: none;
    color: var(--nano-primary);
    font-weight: 600;
    cursor: pointer
  }

  .nano-back-btn i {
    font-size: 14px
  }

  @media (max-width:920px) {
    .nano-mega-compact {
      position: static;
      left: auto;
      transform: none;
      width: 100%;
      padding: 16px;
      max-height: 70vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
    }

    .nano-nav-list {
      overflow: visible
    }
  }

  .nano-view {
    animation: fadeIn .2s ease
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(6px)
    }

    to {
      opacity: 1;
      transform: none
    }
  }

  @media(max-width:992px) {
    .nano-grid {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media(max-width:600px) {
    .nano-grid {
      grid-template-columns: 1fr
    }
  }

  /* Facilities compact list */
  .nf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px
  }

  .nf-tile {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #f0f2f5;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fafafa;
    transition: all .2s ease;
    cursor: default
  }

  .nf-tile i {
    font-size: 18px;
    color: var(--nano-primary)
  }

  .nf-tile span {
    font-weight: 600;
    color: #022b52;
    font-size: 13px;
    line-height: 1.3
  }

  .nf-tile:hover {
    background: #f7fbff;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06)
  }

  @media(max-width:992px) {
    .nf-grid {
      grid-template-columns: repeat(2, 1fr)
    }
  }

  @media(max-width:600px) {
    .nf-grid {
      grid-template-columns: 1fr
    }
  }

  /* Facilities dropdown wrapper */
  #facilitiesMega {
    position: relative
  }

  #facilitiesMega .nano-mega-compact {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    max-height: 60vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 6px 0;
    display: none;
    z-index: 99999;
    scrollbar-width: thin;
    overflow-x: hidden;
    scrollbar-color: #bcd0e5 #f7fafc;
  }

  #facilitiesMega.open .nano-mega-compact {
    display: block
  }

  #facilitiesMega .nano-mega-compact::-webkit-scrollbar {
    width: 6px
  }

  #facilitiesMega .nano-mega-compact::-webkit-scrollbar-thumb {
    background: #bcd0e5;
    border-radius: 8px
  }

  #facilitiesMega .nano-mega-compact::-webkit-scrollbar-thumb:hover {
    background: #9cb8d6
  }

  #facilitiesMega .nano-menu-list {
    list-style: none;
    margin: 0;
    padding: 0
  }

  #facilitiesMega .nano-menu-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    text-decoration: none;
    color: #022b52;
    font-weight: 600;
    font-size: 13px;
    border-radius: 6px;
    transition: .2s;
  }

  #facilitiesMega .nano-menu-item a:hover {
    background: #f4f8fc;
    color: #0a4a75;
    transform: translateX(3px)
  }

  #facilitiesMega .nano-menu-item i {
    font-size: 14px;
    min-width: 16px;
    color: #022b52
  }

  @media(max-width:920px) {
    #facilitiesMega .nano-mega-compact {
      position: static;
      transform: none;
      width: 100%;
      max-height: 55vh;
      margin-top: 6px;
    }
  }

  /* Little "Visit" pill */
  .nano-chip {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border: 1px solid var(--nano-primary);
    border-radius: 999px;
    font-weight: 600;
    font-size: 12px;
    color: var(--nano-primary);
    text-decoration: none;
    transition: .2s ease;
    line-height: 1;
  }

  .nano-chip:hover {
    background: rgba(2, 43, 82, .06);
    transform: translateY(-2px)
  }

  .nano-branch-item .nano-chip {
    margin-left: 6px
  }

  .nano-chip-active {
    background: var(--nano-primary);
    color: #fff;
    border-color: var(--nano-primary);
    box-shadow: 0 0 8px rgba(2, 43, 82, .3);
    transform: translateY(-1px)
  }

  /* ============ Inline branches under logo ============ */
  .nano-branches-inline {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px
  }

  .nano-branch-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--nano-primary);
    font-weight: 600
  }

  .nano-branch-item .branch-name {
    min-width: 80px
  }

  .nano-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 14px;
    text-decoration: none;
    transition: .2s ease;
  }

  .nano-icon.nano-call {
    background: var(--nano-accent);
    color: #fff
  }

  .nano-icon.nano-whatsapp {
    background: var(--nano-whatsapp);
    color: #fff
  }

  .nano-icon.nano-map {
    background: #ff5252;
    color: #fff
  }

  .nano-icon:hover {
    transform: translateY(-2px);
    opacity: .9
  }

  @media(max-width:768px) {
    .nano-branches-inline {
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px
    }

    .nano-branch-item {
      font-size: 12px
    }
  }

  /* Dropdown hover styling (gallery) */
  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0
  }

  .dropdown-menu {
    border-radius: 10px;
    border: none;
    min-width: 180px
  }

  .dropdown-item {
    font-weight: 500;
    color: #022b52 !important;
    padding: 10px 15px;
    transition: .2s ease-in-out
  }

  .dropdown-item:hover {
    background-color: #0c7a6f !important;
    color: #fff !important;
    border-radius: 6px
  }

  .nano-dropdown {
    position: relative
  }

  .nano-dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: 8px 0;
    margin: 5px 0 0 0;
    list-style: none;
    display: none;
    z-index: 9999;
  }

  .nano-dropdown-menu a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    color: #022b52;
    font-weight: 500;
    white-space: nowrap;
  }

  .nano-dropdown-menu a:hover {
    background: #0c7a6f;
    color: #fff;
    border-radius: 6px
  }

  @media(hover:hover) {
    .nano-dropdown:hover>.nano-dropdown-menu {
      display: block
    }
  }

  .header,
  .navbar,
  .nav,
  .menu,
  .nano-nav {
    overflow: visible
  }

  /* ===== positions & look for Specialities flyout ===== */
  .spec-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    background: transparent
  }

  .nano-megamenu:hover .spec-wrap {
    display: flex;
    align-items: flex-start;
    gap: 12px
  }

  .left-box {
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(2, 43, 82, .08);
    padding: 6px;
    scrollbar-width: thin;
    scrollbar-color: #bcd0e5 #f7fafc;
  }

  .left-box::-webkit-scrollbar {
    width: 8px
  }

  .left-box::-webkit-scrollbar-track {
    background: #f7fafc;
    border-radius: 8px
  }

  .left-box::-webkit-scrollbar-thumb {
    background: #bcd0e5;
    border-radius: 8px
  }

  .left-box::-webkit-scrollbar-thumb:hover {
    background: #9cb8d6
  }

  .left-box .cat {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 10px;
    font: 500 14px/1.2 system-ui, "Segoe UI", Roboto, Arial;
    color: #0a4a75;
  }

  .left-box .cat:hover {
    background: #f4f8fc
  }

  .right-flyout {
    position: absolute;
    top: 0;
    left: calc(290px + 12px);
    width: 440px;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6edf5;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(2, 43, 82, .08);
    padding: 14px 18px;
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #bcd0e5 #f7fafc;
  }

  .right-flyout::-webkit-scrollbar {
    width: 8px
  }

  .right-flyout::-webkit-scrollbar-track {
    background: #f7fafc;
    border-radius: 8px
  }

  .right-flyout::-webkit-scrollbar-thumb {
    background: #bcd0e5;
    border-radius: 8px
  }

  .right-flyout::-webkit-scrollbar-thumb:hover {
    background: #9cb8d6
  }

  .spec-wrap.is-open .right-flyout {
    display: block
  }

  .sublist {
    display: none;
    columns: 1;
    column-gap: 28px
  }

  @media(min-width:900px) {
    .sublist {
      columns: 2
    }
  }

  .sublist.active {
    display: block
  }

  .sublist a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    color: #222;
    font-size: 14px
  }

  .sublist a:hover {
    text-decoration: underline;
    color: #0a4a75
  }

  .view-more {
    font-weight: 600;
    color: #0a4a75;
    margin-top: 6px;
    display: inline-block
  }

  body {
    padding-top: 0
  }

  @media(min-width:900px) {
    body {
      padding-top: 100px
    }
  }

  /* ===== Header quick links (TWO ROWS between logo & NABH) ===== */
  .nano-quickwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 100px;
    margin-top: 50px;
  }

  .nano-quickrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .nano-quickrow a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: var(--nano-primary);
    transition: .2s ease;
    white-space: nowrap;
  }

  .nano-quickrow a:hover {
    background: rgba(2, 43, 82, .06)
  }

  .nano-quickrow a.nano-current {
    background: rgba(2, 43, 82, .10);
    color: #00365f
  }

  @media (max-width: 992px) {
    .nano-quickwrap {
      display: none
    }
  }