  :root {
    --pv-red: #e61d4f;
    --pv-red-2: #c2133f;
    --pv-red-soft: #fde7ee;
    --pv-ink: #0e1a2b;
    --pv-slate: #1b2738;
    --pv-slate-2: #16202f;
    --pv-muted: #6b7280;
    --pv-line: #e7eaf0;
    --pv-bg: #ffffff;
    --pv-soft: #f6f8fb;
    --pv-radius: 14px;
    --pv-shadow: 0 10px 30px -12px rgba(13, 24, 40, .18);
    --pv-trans: all .3s ease-in-out;
    --pv: #e61d4f;
    --pv-dark: #c2133f;
    --ink: #111c24;
    --navy: #1f2e3d;
    --ink-2: #1c2a35;
    --surface: #fcfdfe;
    --line: #e7ebf0;
    --muted: #6b7886;
    --pv-red: #e61d4f;
    --pv-red-2: #c2133f;
    --pv-red-soft: #fde7ee;
    --pv-ink: #0e1a2b;
    --pv-slate: #1b2738;
    --pv-slate-2: #16202f;
    --pv-muted: #6b7280;
    --pv-line: #e7eaf0;
    --pv-bg: #ffffff;
    --pv-soft: #f6f8fb;
    --pv-radius: 14px;
    --pv-shadow: 0 10px 30px -12px rgba(13, 24, 40, .18);
    --pv-trans: all .3s ease-in-out;
  }

  * {
    box-sizing: border-box
  }

  html,
  body {
    overflow-x: hidden
  }

  body {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--pv-ink);
    background: var(--pv-bg);
    -webkit-font-smoothing: antialiased;
    margin: 0
  }

  a {
    text-decoration: none;
    color: inherit;
    transition: var(--pv-trans)
  }

  a:hover {
    color: var(--pv-red)
  }

  img {
    max-width: 100%;
    display: block
  }

  .container {
    max-width: 1200px
  }

  * {
    box-sizing: border-box
  }

  html,
  body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--navy);
    background: var(--surface);
    scroll-behavior: smooth
  }

  a {
    text-decoration: none;
    color: inherit
  }

  img {
    max-width: 100%;
    display: block
  }

  /* ===== Buttons ===== */
  .pv-btn {
    background: var(--pv);
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: .55rem 1.4rem;
    font-weight: 600;
    transition: all .25s ease-in-out;
    white-space: nowrap
  }

  .pv-btn:hover {
    background: var(--pv-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px -8px rgba(230, 29, 79, .6)
  }

  /* ===== DESKTOP HEADER ===== */
  .pv-page {
    padding: 22px 0 60px;
    background: var(--pv-soft);
  }

  .pv-crumbs {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 14px;
  }

  .pv-crumbs a {
    color: var(--pv);
    font-weight: 600;
  }

  .pv-crumbs .sep {
    margin: 0 6px;
    color: #c2c8d0;
  }

  /* Desktop Filter System (Nirog Street Layout Match) */
  .pv-filter-bar {
    background: var(--pv-red-soft);
    border: 1px solid #f6cdda;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 18px;
  }

  .pv-fselect-wrapper {
    position: relative;
    flex: 1;
  }

  .pv-filter-bar .pv-fselect {
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 8px 32px 8px 12px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: left;
  }

  .pv-filter-bar .pv-fselect small {
    display: block;
    color: var(--muted);
    font-size: 11px;
    line-height: 1;
  }

  .pv-filter-bar .pv-fselect strong {
    font-weight: 600;
    font-size: 13px;
    color: var(--ink);
  }

  .pv-filter-bar .pv-fselect i.fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--muted);
    font-size: 12px;
  }

  /* Desktop Filter Dropdown Menus */

  /* ===== NIROG STREET DESKTOP INLINE CHIPS SYSTEM ===== */
  .pv-fselect-content {
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
  }

  .pv-fselect-content strong {
    font-weight: 500;
    color: var(--ink);
  }

  .pv-inline-chip {
    background: #eef5ff;
    color: #2b6cb0;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #cbd5e0;
  }

  .pv-inline-chip span.sep-pipe {
    color: #a0aec0;
    font-weight: 300;
  }

  .pv-inline-chip b.chip-cross {
    cursor: pointer;
    color: #718096;
    font-size: 11px;
    transition: color 0.2s;
  }

  .pv-inline-chip b.chip-cross:hover {
    color: #e53e3e;
  }

  /* Reset text link visual state rules */
  .pv-desktop-reset-btn {
    background: none;
    border: 0;
    color: #0096ff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 10px;
  }

  .pv-desktop-reset-btn:hover {
    text-decoration: underline;
  }

  /* Active Highlight state inside desktop menu lists */
  .pv-desktop-dropdown label.selected-active {
    background-color: var(--pv-red-soft) !important;
    color: var(--pv) !important;
    font-weight: 600;
  }

  /* Checked state highlight inside filter dropdown options */
  .pv-desktop-dropdown label.selected-active {
    background-color: #f0f7ff !important;
    color: var(--pv) !important;
    font-weight: 600;
  }

  /* Reset button visibility management override */
  .pv-desktop-reset-btn:not(.d-none) {
    display: inline-block !important;
  }

  .pv-desktop-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: var(--pv-shadow);
    padding: 10px;
    display: none;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
  }

  .pv-desktop-dropdown.show {
    display: block;
    width: 150px !important;
  }

  .pv-desktop-dropdown label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 4px;
    font-size: 13px;
    color: var(--ink);
    cursor: pointer;
    width: 100%;
  }

  .pv-desktop-dropdown label:hover {
    background: var(--pv-soft);
    border-radius: 6px;
  }

  .pv-desktop-dropdown input {
    accent-color: var(--pv);
  }

  .pv-sort-btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--pv);
    display: grid;
    place-items: center;
    transition: var(--pv-trans);
    cursor: pointer;
    flex-shrink: 0;
  }

  .pv-sort-btn:hover {
    border-color: var(--pv);
    background: var(--pv-red);
    color: var(--pv-dark) !important;
  }

  .pv-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 14px rgba(17, 28, 36, .06)
  }

  .nav-top {
    background: var(--navy);
    padding: .55rem 0
  }

  .nav-top .container-xxl {
    gap: 1rem
  }

  .nav-logo img {
    height: 46px;
    width: auto
  }

  .loc-pill {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #fff;
    padding: .3rem .7rem;
    border-radius: 8px
  }

  .loc-pill i {
    color: var(--pv);
    font-size: 1.1rem
  }

  .loc-pill small {
    display: block;
    font-size: .62rem;
    letter-spacing: 1px;
    opacity: .7;
    line-height: 1
  }

  .loc-pill strong {
    font-size: .85rem;
    font-weight: 600
  }

  .loc-pill strong a {
    color: var(--pv);
    text-decoration: underline;
    font-size: .7rem;
    margin-left: .3rem
  }

  .country-select .form-select {
    background: #fff;
    border: 0;
    border-radius: 8px;
    padding: .45rem 2rem .45rem .8rem;
    font-size: .9rem;
    min-width: 120px
  }

  .search-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 .9rem;
    min-height: 44px
  }

  .search-wrap i {
    color: #9aa5b1;
    margin-right: .6rem
  }

  .search-wrap input {
    border: 0;
    outline: 0;
    flex: 1;
    background: transparent;
    font-size: .9rem;
    padding: .55rem 0
  }

  .icon-link {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .7rem;
    position: relative;
    padding: 0 .4rem;
    transition: color .2s
  }

  .icon-link i {
    font-size: 1.15rem;
    margin-bottom: .15rem
  }

  .icon-link:hover {
    color: var(--pv)
  }

  .cart-badge {
    position: absolute;
    top: -4px;
    right: 0;
    background: var(--pv);
    color: #fff;
    border-radius: 999px;
    font-size: .62rem;
    padding: 1px 5px;
    font-weight: 700
  }

  .nav-bottom {
    background: #fff;
    border-bottom: 1px solid var(--line)
  }

  .nav-menu {
    display: flex;
    gap: 1.6rem;
    list-style: none;
    padding: 0;
    margin: 0
  }

  .nav-menu a {
    display: block;
    padding: .95rem 0;
    font-weight: 500;
    font-size: .92rem;
    color: var(--ink);
    position: relative;
    transition: color .2s
  }

  .nav-menu a:hover {
    color: var(--pv)
  }

  .nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--pv);
    transform: scaleX(0);
    transition: transform .25s
  }

  .nav-menu a:hover::after {
    transform: scaleX(1)
  }

  .doc-cta {
    font-size: .88rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: .6rem
  }

  .doc-cta a {
    color: var(--pv);
    font-weight: 600
  }

  .store-pill {
    background: linear-gradient(135deg, #34a853, #4285f4);
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 6px
  }

  /* ===== MOBILE HEADER ===== */
  .pv-mheader {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: var(--navy);
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06)
  }

  .pv-mheader>.container-fluid {
    padding: .6rem .9rem
  }

  .ham-btn {
    background: none;
    border: 0;
    font-size: 1.4rem;
    color: var(--line)
  }

  .m-logo img {
    height: 38px
  }

  .m-ic {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--line);
    font-size: 1rem
  }

  .m-doc-strip {
    background: #feb2b4;
    color: var(--ink);
    text-align: center;
    padding: .55rem;
    font-size: .85rem
  }

  .m-doc-strip a {
    color: var(--pv);
    font-weight: 600
  }

  .m-loc-row {
    padding: .55rem .9rem;
    font-size: .82rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .loc {
    color: var(--line);
  }

  .m-loc-row a {
    color: var(--pv);
    font-weight: 600;
    margin-left: .3rem
  }

  .m-loc-row i {
    color: var(--pv);
    margin-right: .3rem
  }

  .m-search {
    display: flex;
    gap: .5rem;
    padding: .7rem .9rem;
    background: #f6f8fa
  }

  .m-search .form-select {
    max-width: 110px;
    border-radius: 10px
  }

  .m-search .search-wrap {
    background: #fff;
    border: 1px solid var(--line);
    min-height: 38px
  }

  /* Drawer */
  .pv-drawer {
    width: 88% !important;
    max-width: 380px
  }

  .pv-drawer .offcanvas-header {
    border-bottom: 1px solid var(--line);
    gap: .8rem;
    padding: 1rem 1.1rem
  }

  .pv-drawer .back-btn {
    background: none;
    border: 0;
    font-size: 1.1rem
  }

  .pv-drawer .offcanvas-header h5 {
    margin: 0;
    font-weight: 700
  }

  .drawer-title {
    font-weight: 600;
    color: var(--muted);
    font-size: .95rem;
    margin: 1.2rem 0 .6rem
  }

  .drawer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .6rem
  }

  .drawer-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: .4rem;
    min-height: 70px;
    overflow: hidden;
    display: block;
    color: var(--ink);
    font-weight: 600;
    font-size: .9rem;
    transition: all .25s
  }

  .drawer-card i {
    position: absolute;
    right: .7rem;
    bottom: .5rem;
    font-size: 1.7rem;
    color: var(--pv);
    opacity: .85
  }

  .drawer-card::before {
    content: '';
    position: absolute;
    left: -30%;
    bottom: -50%;
    width: 140%;
    height: 80%;
    background: #eef6ff;
    border-radius: 50%
  }

  .drawer-card span {
    position: relative;
    z-index: 1
  }

  .drawer-card:hover {
    border-color: var(--pv);
    transform: translateY(-2px)
  }

  .user-dropdown {
    position: relative
  }

  .user-toggle {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    color: #fff;
    padding: .45rem .9rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s
  }

  .user-toggle:hover {
    background: var(--pv);
    border-color: var(--pv)
  }

  .user-toggle i.fa-user-circle {
    font-size: 1.15rem;
    color: var(--pv)
  }

  .user-toggle:hover i.fa-user-circle {
    color: #fff
  }

  .user-toggle .user-name {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .user-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 230px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 36px rgba(17, 28, 36, .18);
    padding: .5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all .2s;
    z-index: 1050
  }

  .user-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }

  .user-menu a {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .65rem 1rem;
    color: var(--ink);
    font-size: .9rem;
    transition: background .2s
  }

  .user-menu a i {
    color: var(--pv);
    width: 18px;
    text-align: center
  }

  .user-menu a:hover {
    background: #f6f8fa;
    color: var(--pv)
  }

  .user-menu a.text-danger,
  .user-menu a.text-danger i {
    color: #dc3545
  }

  .user-menu hr {
    margin: .3rem 0;
    border-color: var(--line)
  }

  /* ===== MEGA MENU (DESKTOP) ===== */
  .has-mega {
    position: static
  }

  .nav-menu .has-mega>a i.fa-caret-down {
    margin-left: .25rem;
    font-size: .75rem
  }

  .mega-menu {
    position: absolute;
    left: 0%;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 14px 30px rgba(17, 28, 36, .12);
    padding: 1.5rem 2rem;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.5rem;
    z-index: 1040
  }

  .mega-menu.single {
    grid-template-columns: repeat(4, 1fr);
    max-width: 920px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0 0 14px 14px
  }

  .mega-menu.single .mega-list {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0
  }

  .mega-menu.single .mega-list li a {
    display: block;
    padding: .45rem .2rem;
    color: var(--ink);
    font-size: .88rem;
    border-radius: 6px;
    transition: all .2s
  }

  .mega-menu.single .mega-list li a:hover {
    color: var(--pv);
    background: #fff5f8;
    padding-left: .6rem
  }

  .has-mega:hover>.mega-menu {
    display: grid
  }

  .health-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 520px;
    /* width vadhayi */
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
    display: none;
    z-index: 99999;
    padding: 15px;
  }

  .health-submenu:hover .health-menu {
    display: block;
  }

  .health-menu .mega-list {
    list-style: none;
    margin: 0;
    padding: 0;

    /* 2 Columns */
    column-count: 2;
    column-gap: 30px;
  }

  .health-menu .mega-list li {
    break-inside: avoid;
    margin-bottom: 6px;
  }

  .health-menu .mega-list li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
  }

  .health-menu .mega-list li a:hover {
    background: #f5f5f5;
  }

  /* =========================================================
   FINAL ACCURATE HOVER & BLUE BG PATCH FIX
   ========================================================= */
  @media (min-width: 992px) {

    /* 1. Buy Medicine te cursor laike jaande hi dropdown open karan lyi strict rule */
    .nav-menu li.dropdown:hover>.dropdown-menu {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
      pointer-events: auto !important;
      margin-top: 0;
    }

    /* 2. All Medicine subcategory click te text selection blue background khatam */
    .dropdown-menu a,
    .dropdown-menu li,
    .dropdown-menu span,
    [class*="dropdown"] a,
    [class*="dropdown"] li {
      -webkit-user-select: none !important;
      /* Safari blue drag reset */
      -moz-user-select: none !important;
      /* Firefox reset */
      user-select: none !important;
      /* Strict blue selection block */
      outline: none !important;
      /* Focus blue border line remove */
      -webkit-tap-highlight-color: transparent !important;
    }

    /* 3. Click karan te blue background di jagah clear transparent hove */
    .dropdown-menu a:focus,
    .dropdown-menu a:active,
    [class*="dropdown"] a:focus,
    [class*="dropdown"] a:active {
      background-color: transparent !important;
      /* Blue color nu block kita */
      background: none !important;
      box-shadow: none !important;
    }
  }

  .mega-col h6 {
    font-weight: 700;
    font-size: .92rem;
    color: var(--pv);
    margin: 0 0 .7rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid var(--line)
  }

  .mega-col a {
    display: block;
    padding: .32rem 0;
    color: var(--ink);
    font-size: .85rem;
    transition: color .2s, padding-left .2s
  }

  .mega-col a:hover {
    color: var(--pv);
    padding-left: .3rem
  }

  .mega-all {
    color: var(--pv) !important;
    font-weight: 600 !important
  }

  /* ===== MOBILE USER BLOCK ===== */
  .m-user-block {
    background: linear-gradient(135deg, #fff5f8, #ffe8ee);
    border: 1px solid #ffd3de;
    border-radius: 14px;
    padding: .9rem;
    margin-bottom: 1rem
  }

  .m-user-head {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding-bottom: .7rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #ffd3de
  }

  .m-user-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--pv);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    flex-shrink: 0
  }

  .m-user-head strong {
    display: block;
    font-size: .95rem;
    color: var(--ink)
  }

  .m-user-head small {
    display: block;
    font-size: .75rem;
    color: var(--muted)
  }

  .m-user-link {
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .6rem .3rem;
    color: var(--ink);
    font-size: .9rem;
    font-weight: 500;
    border-radius: 8px;
    transition: background .2s
  }

  .m-user-link i:first-child {
    color: var(--pv);
    width: 18px;
    text-align: center
  }

  .m-user-link .ms-auto {
    color: var(--muted);
    font-size: .75rem
  }

  .m-user-link:hover {
    background: rgba(230, 29, 79, .08);
    color: var(--pv)
  }

  .m-user {
    font-size: 1.4rem;
    color: var(--pv)
  }

  /* ===== DRAWER ACCORDION ===== */
  .drawer-acc {
    display: none;
    background: #f9fafc;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: .6rem .9rem;
    margin-top: .7rem;
    margin-bottom: .5rem
  }

  .drawer-acc.show {
    display: block;
    animation: fadeAcc .25s ease
  }

  @keyframes fadeAcc {
    from {
      opacity: 0;
      transform: translateY(-4px)
    }

    to {
      opacity: 1;
      transform: translateY(0)
    }
  }

  .drawer-acc details {
    border-bottom: 1px solid var(--line);
    padding: .55rem 0
  }

  .drawer-acc details:last-of-type {
    border-bottom: 0
  }

  .drawer-acc summary {
    font-weight: 600;
    font-size: .92rem;
    color: var(--ink);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .25rem 0
  }

  .drawer-acc summary::-webkit-details-marker {
    display: none
  }

  .drawer-acc summary::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--pv);
    font-size: .75rem;
    transition: transform .25s
  }

  .drawer-acc details[open] summary::after {
    transform: rotate(180deg)
  }

  .drawer-acc a {
    display: block;
    padding: .4rem .8rem;
    font-size: .85rem;
    color: var(--ink);
    border-left: 2px solid transparent;
    transition: all .2s
  }

  .drawer-acc a:hover {
    color: var(--pv);
    border-left-color: var(--pv);
    background: #fff;
    padding-left: 1rem
  }

  .drawer-acc-all {
    display: block;
    text-align: center;
    margin-top: .6rem;
    padding: .6rem !important;
    color: var(--pv) !important;
    font-weight: 600;
    background: #fff;
    border-radius: 8px;
    border: 1px dashed var(--pv)
  }

  .drawer-card.drawer-acc-toggle.active {
    border-color: var(--pv);
    background: #fff5f8
  }

  @media (max-width:1199px) {
    .mega-menu {
      grid-template-columns: repeat(3, 1fr)
    }

    .user-toggle .user-name {
      max-width: 90px
    }
  }


  /* ===== PAGE: Doctor Directory ===== */
  .pv-page {
    padding: 22px 0 60px;
    background: var(--pv-soft);
    min-height: 60vh
  }

  .pv-crumbs {
    font-size: 13px;
    color: var(--pv-muted);
    margin-bottom: 14px
  }

  .pv-crumbs a {
    color: var(--pv-red);
    font-weight: 600
  }

  .pv-crumbs .sep {
    margin: 0 6px;
    color: #c2c8d0
  }

  /* Desktop filter bar */
  .pv-filter-bar {
    background: var(--pv-red-soft);
    border: 1px solid #f6cdda;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 18px;
  }

  .pv-filter-bar .pv-fselect {
    flex: 1 1 160px;
    position: relative;
    background: #fff;
    border: 1px solid var(--pv-line);
    border-radius: 10px;
    padding: 8px 36px 8px 12px;
    font-size: 13px;
    cursor: pointer;
    transition: var(--pv-trans);
  }

  .pv-filter-bar .pv-fselect:hover {
    border-color: var(--pv-red)
  }

  .pv-filter-bar .pv-fselect small {
    display: block;
    color: var(--pv-muted);
    font-size: 11px;
    line-height: 1
  }

  .pv-filter-bar .pv-fselect strong {
    font-weight: 600;
    font-size: 13px;
    color: var(--pv-ink)
  }

  .pv-filter-bar .pv-fselect i.fa-chevron-down {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pv-muted);
    font-size: 12px
  }

  .pv-sort-btn {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--pv-line);
    color: var(--pv-red);
    display: grid;
    place-items: center;
    transition: var(--pv-trans);
  }

  .pv-sort-btn:hover {
    border-color: var(--pv-red);
    background: var(--pv-red);
    color: #fff
  }

  /* Mobile dual-button filter bar */
  .pv-mob-filter {
    display: none;
    gap: 10px;
    margin-bottom: 14px
  }

  .pv-mob-filter button {
    flex: 1;
    height: 46px;
    border-radius: 999px;
    border: 1.5px solid var(--pv-red);
    background: #fff;
    color: var(--pv-red);
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--pv-trans);
  }

  .pv-mob-filter button:hover {
    background: var(--pv-red);
    color: #fff
  }

  /* --- MOBILE BOTTOM SHEET STYLING --- */
  .pv-mob-sort-sheet {
    position: fixed;
    bottom: -100%;
    /* Initially hidden downstairs */
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.15);
    transition: bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: block !important;
    z-index: 1060;
    padding: 20px 16px;
  }

  /* Open State dynamic modifier class */
  .pv-mob-sort-sheet.open {
    bottom: 0 !important;
  }

  .pv-sort-sheet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #edf2f7;
    padding-bottom: 12px;
  }

  .pv-sort-sheet-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
  }

  .pv-sheet-close-btn {
    background: none;
    border: none;
    font-size: 26px;
    color: #a0aec0;
    cursor: pointer;
  }

  .pv-sort-sheet-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  /* Pure Red Selection theme for mobile options */
  .pv-mob-sort-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #edf2f7;
    font-size: 14.5px;
    font-weight: 500;
    color: #4a5568;
  }

  .pv-mob-sort-option input[type="radio"] {
    accent-color: #e53e3e;
    /* Standard Red marker tint */
  }

  /* Active Highlight state */
  .pv-mob-sort-option.selected-active {
    background-color: #fff5f5 !important;
    color: #e53e3e !important;
    border-color: #fabfbf !important;
    font-weight: 600;
  }

  /* Results header */
  .pv-result-head {
    background: #fff;
    border: 1px solid var(--pv-line);
    border-radius: 14px;
    padding: 18px 20px;
    margin-bottom: 16px;
  }

  .pv-result-head h1 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--pv-ink)
  }

  .pv-result-head p {
    margin: 0;
    color: var(--pv-muted);
    font-size: 14px;
    line-height: 1.55
  }

  .pv-result-head p .more {
    color: var(--pv-red);
    font-weight: 600;
    cursor: pointer
  }

  /* Doctor card */
  .pv-doc {
    background: #fff;
    border: 1px solid var(--pv-line);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    transition: var(--pv-trans);
  }

  .pv-doc:hover {
    box-shadow: var(--pv-shadow);
    border-color: transparent;
    transform: translateY(-2px)
  }

  .pv-doc-grid {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 20px;
    align-items: flex-start
  }

  .pv-doc-media {
    text-align: center
  }

  .pv-doc-avatar {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 10px;
    position: relative;
    background: linear-gradient(135deg, #1b2738, #2a3a52);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 54px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: var(--pv-shadow);
  }

  .pv-doc-avatar .vidcam {
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--pv-red);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 14px;
    border: 2px solid #fff;
  }

  .pv-doc-views {
    font-size: 12px;
    color: var(--pv-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 6px
  }

  .pv-doc-views i {
    color: var(--pv-red)
  }

  .pv-doc-verified {
    font-size: 12px;
    color: #1c7c47;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px
  }

  .pv-doc-verified .badge-tick {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1c7c47;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 9px;
  }

  .pv-doc-body h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    color: var(--pv-ink)
  }

  .pv-doc-rating {
    font-size: 13px;
    color: var(--pv-muted);
    margin-bottom: 8px
  }

  .pv-doc-rating .star {
    color: #f5a623
  }

  .pv-doc-rating strong {
    color: var(--pv-ink);
    margin-right: 4px
  }

  .pv-doc-rating a {
    color: var(--pv-red);
    font-weight: 500
  }

  .pv-doc-specs {
    color: var(--pv-red);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px
  }

  .pv-doc-meta {
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    align-items: center
  }

  .pv-doc-meta .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c2c8d0;
    display: inline-block
  }

  .pv-doc-lang {
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 6px
  }

  .pv-doc-loc {
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px
  }

  .pv-doc-loc i {
    color: var(--pv-red)
  }

  .pv-doc-fee {
    font-size: 13px;
    color: #3a4a5e;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center;
    margin-bottom: 8px
  }

  .pv-doc-fee .label {
    color: var(--pv-ink);
    font-weight: 600;
    margin-right: 4px
  }

  .pv-doc-fee .chip i {
    color: var(--pv-red);
    margin-right: 4px
  }

  .pv-doc-tag {
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 10px
  }

  .pv-doc-tag strong {
    color: var(--pv-ink);
    font-weight: 600
  }

  .pv-doc-next {
    font-size: 13px;
    color: #1c7c47;
    font-weight: 600;
    margin-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    align-items: center
  }

  .pv-doc-next i {
    color: var(--pv-red);
    margin-right: 4px
  }

  .pv-doc-next span {
    color: #3a4a5e;
    font-weight: 500
  }

  .pv-doc-actions {
    display: flex;
    gap: 12px;
    /* Buttons ke beech ka gap thoda badha diya visual balance ke liye */
    flex-wrap: wrap;
  }

  .pv-btn-out,
  .pv-btn-fill {
    flex: 1;
    min-width: 180px;
    /* FIX: Base size thoda vadda kiya */
    height: 48px !important;
    /* FIX: Height ko vadda karke premium look di */
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    /* FIX: Font size thoda vadda kiya taaki text saaf dikhe */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: var(--pv-trans);
    cursor: pointer;
  }

  /* --- 📱 Mobile Optimization for Doctor Action Buttons --- */
  @media (max-width: 576px) {
    .pv-doc-actions {
      flex-direction: column !important;
      /* Buttons nu upar-thalle stack kita */
      gap: 12px !important;
      /* Beech di spacing vadhayi */
      width: 100% !important;
    }

    .pv-btn-out,
    .pv-btn-fill {
      flex: initial !important;
      /* Squeeze hona band karega */
      width: 100% !important;
      /* Full width vadda size trigger */
      min-width: 100% !important;
      height: 50px !important;
      /* Mobile te touch layi height thodi ਹੋਰ ਵੱਡੀ ਕੀਤੀ */
      font-size: 15px !important;
      border-radius: 12px !important;
      /* Clean modern rounded corners */
    }
  }

  .pv-btn-out {
    background: #fff;
    border: 1.5px solid var(--pv-red);
    color: var(--pv-red);
  }

  .pv-btn-out:hover {
    background: var(--pv-red-soft);
  }

  .pv-btn-fill {
    background: var(--pv-red);
    border: 1.5px solid var(--pv-red);
    color: #fff;
  }

  .pv-btn-fill:hover {
    background: var(--pv-red-2);
    border-color: var(--pv-red-2);
  }

  /* Sidebar (sticky) */
  .pv-sidebar {
    position: sticky;
    top: 140px
  }

  .pv-lead {
    background: #fff;
    border: 1.5px solid var(--pv-red);
    border-radius: 18px;
    padding: 22px;
    box-shadow: var(--pv-shadow);
  }

  .pv-lead h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 6px;
    color: var(--pv-ink)
  }

  .pv-lead p.sub {
    font-size: 13px;
    color: var(--pv-muted);
    text-align: center;
    margin: 0 0 18px;
    line-height: 1.5
  }

  .pv-lead .form-control,
  .pv-lead textarea {
    border: 1px solid var(--pv-line);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 12px;
    width: 100%;
    background: #fff;
    transition: var(--pv-trans);
    font-family: inherit;
  }

  .pv-lead .form-control:focus,
  .pv-lead textarea:focus {
    outline: none;
    border-color: var(--pv-red);
    box-shadow: 0 0 0 3px rgba(230, 29, 79, .1)
  }

  .pv-lead .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 10px
  }

  .pv-lead .form-check input {
    accent-color: var(--pv-red);
    width: 16px;
    height: 16px;
    margin: 0
  }

  .pv-lead .terms {
    font-size: 12px;
    color: var(--pv-muted);
    text-align: center;
    margin: 6px 0 14px
  }

  .pv-lead .terms a {
    color: var(--pv-red);
    font-weight: 600
  }

  .pv-lead .pv-btn-book {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 0;
    background: var(--pv-red);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: var(--pv-trans);
  }

  .pv-lead .pv-btn-book:hover {
    background: var(--pv-red-2)
  }

  .pv-lead .note {
    font-size: 12px;
    color: var(--pv-muted);
    text-align: center;
    margin: 12px 0 0
  }

  .pv-lead .note strong {
    color: var(--pv-ink)
  }

  /* ===== Mobile Filter Drawer ===== */
  .pv-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(13, 24, 40, .5);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: var(--pv-trans);
  }

  .pv-drawer-backdrop.open {
    opacity: 1;
    visibility: visible
  }

  .pv-drawer {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 1051;
    display: flex;
    flex-direction: column;
    transform: translateY(100%);
    transition: transform .3s ease-in-out;
  }

  .pv-drawer.open {
    transform: translateY(0)
  }

  .pv-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid var(--pv-line);
    background: var(--pv-soft);
  }

  .pv-drawer-head .ttl {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 700
  }

  .pv-drawer-head .ttl button {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: var(--pv-ink)
  }

  .pv-drawer-head .az {
    color: var(--pv-red);
    font-weight: 600;
    background: transparent;
    border: 0;
    font-size: 14px
  }

  .pv-drawer-body {
    flex: 1;
    display: flex;
    overflow: hidden
  }

  .pv-drawer-tabs {
    width: 38%;
    background: var(--pv-soft);
    border-right: 1px solid var(--pv-line);
    overflow-y: auto;
  }

  .pv-drawer-tabs button {
    display: block;
    width: 100%;
    text-align: left;
    padding: 16px 18px;
    background: transparent;
    border: 0;
    font-size: 15px;
    color: var(--pv-ink);
    border-left: 3px solid transparent;
    transition: var(--pv-trans);
  }

  .pv-drawer-tabs button.active {
    color: var(--pv-red);
    background: #fff;
    border-left-color: var(--pv-red);
    font-weight: 600
  }

  .pv-drawer-panel {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column
  }

  .pv-drawer-search {
    padding: 14px 16px;
    border-bottom: 1px solid var(--pv-line);
    position: relative
  }

  .pv-drawer-search input {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid var(--pv-line);
    padding: 0 40px 0 14px;
    font-size: 14px;
    background: var(--pv-soft);
  }

  .pv-drawer-search i {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pv-muted)
  }

  .pv-drawer-options {
    padding: 8px 16px;
    flex: 1;
    overflow-y: auto
  }

  .pv-drawer-options label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 4px;
    font-size: 14px;
    color: #3a4a5e;
    cursor: pointer;
  }

  .pv-drawer-options label input {
    accent-color: var(--pv-red);
    width: 18px;
    height: 18px
  }

  .pv-drawer-foot {
    display: flex;
    gap: 10px;
    padding: 14px;
    border-top: 1px solid var(--pv-line);
    background: #fff;
  }

  .pv-drawer-foot button {
    flex: 1;
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: var(--pv-trans);
  }

  .pv-drawer-foot .clear {
    background: #fff;
    border: 1.5px solid var(--pv-red);
    color: var(--pv-red)
  }

  .pv-drawer-foot .clear:hover {
    background: var(--pv-red-soft)
  }

  .pv-drawer-foot .apply {
    background: var(--pv-red);
    border: 1.5px solid var(--pv-red);
    color: #fff
  }

  .pv-drawer-foot .apply:hover {
    background: var(--pv-red-2)
  }

  /* ===== FOOTER (shared) ===== */
  .pv-footer {
    background: var(--navy);
    padding: 3.5rem 0 0;
    color: #cfd3d8;
    margin-top: 2.5rem
  }

  .f-logo {
    height: 60px;
    width: auto
  }

  /* Completely drop dots and reset lists */
  .pv-foot-list {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
  }

  .f-brand p {
    color: #cfd3d8;
    font-size: .92rem;
    margin: 0 0 .4rem
  }

  .f-brand p i {
    color: var(--pv)
  }

  .pv-footer h6 {
    font-weight: 700;
    margin-bottom: 1.1rem;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .2px
  }

  .pv-footer a:not(.socials a) {
    display: block;
    color: #9aa1ab;
    font-size: .9rem;
    padding: .3rem 0;
    transition: color .2s;
    text-decoration: none
  }

  .pv-footer a:not(.socials a):hover {
    color: var(--pv)
  }

  /* --- 🖥️ Desktop Spacing Matrix (min-width: 992px) --- */
  @media (min-width: 992px) {
    .pv-foot-col {
      border-top: none !important;
      /* Fixed: Destop te headings wali line gayab */
    }

    .pv-foot-acc-header {
      display: none !important;
    }

    .pv-foot-col h6 {
      display: block !important;
    }

    .pv-foot-list {
      max-height: none !important;
      overflow: visible !important;
    }

    /* Forces strict 1 Row horizontal distribution blocks */
    .f-right {
      min-width: 240px !important;
      padding-left: 15px !important;
    }

    .store-badges {
      display: flex !important;
      gap: .5rem;
    }

    .store-badge {
      display: inline-flex !important;
      align-items: center;
      gap: .5rem;
      background: #1a1d22;
      border: 1px solid #2a2e35;
      color: #fff !important;
      padding: .5rem .8rem;
      border-radius: 8px;
      transition: all .25s;
      width: 100%;
      /* Spacing fix for single badge block */
      max-width: 180px;
    }

    .store-badge:hover {
      background: #22262d;
      transform: translateY(-2px);
    }

    .store-badge i {
      font-size: 1.4rem;
      color: #fff;
    }

    .store-badge span {
      display: flex;
      flex-direction: column;
      line-height: 1.1;
    }

    .store-badge small {
      font-size: .55rem;
      opacity: .75;
      text-transform: uppercase;
    }

    .store-badge strong {
      font-size: .85rem;
      font-weight: 600;
    }

    .socials {
      display: flex !important;
      gap: .65rem;
    }

    .socials a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: #1a1d22;
      border: 1px solid #2a2e35;
      display: inline-grid !important;
      place-items: center;
      color: #fff;
      transition: all .25s;
    }

    .socials a:hover {
      background: var(--pv);
      border-color: var(--pv);
      transform: translateY(-2px);
    }
  }

  .f-bottom {
    border-top: 1px solid #1d2128;
    padding: 1.1rem 0;
    margin-top: 2rem;
    text-align: center;
    font-size: .82rem;
    color: #7a808a;
    letter-spacing: .3px
  }

  /* --- 📱 Mobile & Tablet View Override (DON'T TOUCH STATE) --- */
  /* --- 📱 Mobile & Tablet View Override (FIXED BORDERS) --- */
  @media (max-width: 991px) {
    .pv-foot-col {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
      /* FIX: Top border hata ke bottom te laya, jida image_df6328.png ch hai */
      border-top: none !important;
      border-bottom: 1px solid #1e2633 !important;
    }

    /* FIX: Sabto upper wale brand/logo section ton bottom border hatao taaki double lines na lagn */
    .pv-foot-col:first-child,
    .f-brand {
      border-bottom: none !important;
    }

    .pv-foot-col h6 {
      display: none !important;
    }

    .pv-foot-acc-header {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      width: 100% !important;
      background: transparent;
      border: 0;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      padding: 18px 4px !important;
      /* Premium touch height spacing */
    }

    .pv-foot-list {
      max-height: 0 !important;
      overflow: hidden !important;
      transition: max-height .35s ease-in-out !important;
    }

    .pv-foot-list.open {
      max-height: 500px !important;
      padding-bottom: 14px !important;
    }

    /* --- Mobile View Badges Override --- */
    .store-badges {
      display: flex !important;
      flex-direction: row !important;
      gap: .5rem;
      justify-content: flex-start !important;
      margin-top: 12px !important;
    }

    .store-badge {
      display: inline-flex !important;
      align-items: center !important;
      gap: .4rem !important;
      background: #1a1d22 !important;
      border: 1px solid #2a2e35 !important;
      color: #fff !important;
      padding: .4rem .6rem !important;
      border-radius: 8px !important;
      flex: initial !important;
      width: auto !important;
      max-width: 135px !important;
      text-decoration: none !important;
    }

    .store-badge i {
      font-size: 1.2rem !important;
      color: #fff !important;
    }

    .store-badge span {
      display: flex !important;
      flex-direction: column !important;
      line-height: 1.1 !important;
      text-align: left !important;
    }

    .store-badge small {
      font-size: .52rem !important;
      opacity: .75 !important;
      text-transform: uppercase !important;
      letter-spacing: 0.3px !important;
      color: #fff !important;
      margin-bottom: 1px !important;
    }

    .store-badge strong {
      font-size: .75rem !important;
      font-weight: 600 !important;
      color: #fff !important;
    }

    .socials {
      display: flex !important;
      flex-direction: row !important;
      gap: .65rem;
      margin-top: 12px !important;
    }

    .socials a {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #1a1d22;
      border: 1px solid #2a2e35;
      display: inline-grid !important;
      place-items: center;
      color: #fff;
    }
  }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 991.98px) {
    .pv-search {
      display: none
    }

    .pv-actions .label {
      display: none
    }

    .pv-sidebar {
      position: static;
      margin-top: 18px
    }
  }

  @media (max-width: 767.98px) {
    .pv-burger {
      display: inline-grid;
      place-items: center
    }

    .pv-nav {
      display: none
    }

    .pv-nav.open {
      display: block
    }

    .pv-topbar .right .hide-sm {
      display: none
    }

    .pv-actions .pv-cta .label {
      display: none
    }

    .pv-filter-bar {
      display: none
    }

    .pv-mob-filter {
      display: flex
    }

    .pv-doc {
      padding: 16px
    }

    .pv-doc-grid {
      grid-template-columns: 1fr;
      gap: 14px
    }

    .pv-doc-media {
      display: flex;
      align-items: center;
      gap: 14px;
      text-align: left
    }

    .pv-doc-avatar {
      width: 96px;
      height: 96px;
      font-size: 38px;
      margin: 0;
      flex-shrink: 0
    }

    .pv-doc-media .meta {
      display: flex;
      flex-direction: column;
      gap: 4px
    }

    .pv-doc-views,
    .pv-doc-verified {
      justify-content: flex-start
    }

    .pv-doc-actions {
      flex-direction: column
    }

    .pv-btn-out,
    .pv-btn-fill {
      width: 100%
    }

    .pv-footer {
      padding: 40px 0 0
    }

    .pv-foot-acc-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background: transparent;
      border: 0;
      color: #fff;
      font-weight: 600;
      font-size: 15px;
      padding: 14px 0;
      border-bottom: 1px solid #2a3a52;
    }

    .pv-foot-acc-header.open i {
      transform: rotate(45deg)
    }

    .pv-foot-acc-header i {
      transition: var(--pv-trans);
      color: var(--pv-red)
    }

    .pv-foot-col h6 {
      display: none
    }

    .pv-foot-list {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease;
      gap: 0 !important
    }

    .pv-foot-list.open {
      max-height: 400px;
      padding: 10px 0 !important
    }

    .pv-foot-list li {
      padding: 8px 0
    }

    .pv-footer .experience,
    .pv-footer .socials-wrap {
      padding: 0 4px
    }
  }




  /* =========================================================
   2. CONSULTATION BOX FIX (PIC 2 ALIGNMENT ISSUE)
   ========================================================= */

  /* Filter bar ke layout ko stretch hone se rokna aur elements ko block karna */

  /* 1. ਡੈਸਕਟੌਪ 'ਤੇ ਜਗ੍ਹਾ ਐਡਜਸਟ ਕਰਨ ਲਈ ਹਰ ਬਕਸੇ ਨੂੰ ਥੋੜ੍ਹਾ ਕੰਪੈਕਟ (Tight) ਕਰਨਾ ਤਾਂ ਜੋ 6ਵੇਂ ਬਕਸੇ ਨੂੰ ਪੂਰੀ ਸਪੇਸ ਮਿਲੇ */
  @media (min-width: 992px) {

    .pv-filter-bar {
      flex-wrap: wrap !important;
      /* ਸਕ੍ਰੋਲਬਾਰ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਖਤਮ ਕਰਨ ਲਈ */
      overflow-x: visible !important;
      padding: 10px !important;
      /* ਸਟੈਂਡਰਡ ਪੈਡਿੰਗ */
    }

    /* ਹਰ ਫਿਲਟਰ ਰੈਪਰ ਨੂੰ ਬਰਾਬਰ ਸਪੇਸ ਦੇਣੀ */
    .pv-fselect-wrapper {
      flex: 1 1 auto !important;
      min-width: unset !important;
      /* ਕੋਈ ਜਬਰਦਸਤੀ ਦੀ ਚੌੜਾਈ ਨਹੀਂ */
    }


    .pv-filter-bar .pv-fselect {
      padding: 6px 20px 6px 10px !important;
      /* ਪੈਡਿੰਗ ਘਟਾਈ ਤਾਂ ਜੋ ਜਗ੍ਹਾ ਬਚੇ */
      font-size: 12px !important;
      /* ਟੈਕਸਟ ਬਿਲਕੁਲ ਨਿਰੋਗ ਸਟ੍ਰੀਟ ਵਾਂਗ ਸੈੱਟ */
    }
  }



  /* =========================================================
   SORT BUTTON & TEXT OUTSIDE BOUNDARY FIX (Ref: image_057880.png)
   ========================================================= */
  @media (min-width: 992px) {

    /* Filter bar ka layout standard row format me rakhna */
    .pv-filter-bar {
      display: flex !important;
      align-items: center !important;
      flex-wrap: nowrap !important;
      gap: 12px !important;
    }

    /* Sort container wrapper ko poora right side phenkne ke liye */
    .pv-fselect-wrapper[data-filter="sort"] {
      margin-left: 70px !important;
      /* Pura chuk ke right side te move karega */
      position: relative !important;
      flex-shrink: 0 !important;
    }

    /* FIX: Selected text bada hone par button khud ko adjust karega, text baahar nahi bhagega */
    .pv-sort-btn {
      display: inline-flex !important;
      align-items: center !important;
      gap: 6px !important;
      width: max-content !important;
      /* FIX: Text ke mutabik button bada ho jayega */
      min-width: 50px !important;
      /* Default base structure width */
      white-space: nowrap !important;
      /* Text ko todne se rokega */
      background: #ffffff !important;
      border: 1px solid var(--line) !important;
      border-radius: 10px !important;
      padding: 8px 14px !important;
    }

    /* FIX: Dropdown menu humesha screen ke andar (left side ko) hi khulega */
    .pv-fselect-wrapper[data-filter="sort"] .pv-desktop-dropdown {
      left: auto !important;
      right: 0 !important;
      /* Button ke right edge se lock rahega */
      min-width: 150px !important;
      /* Dropdown panel size */
      box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15) !important;
      z-index: 1050 !important;
    }
  }


  /* Red Theme: Active selection highlights */
  .pv-desktop-dropdown label.selected-active {
    /* background-color: #fff5f5 !important; Soft red background */
    color: #e53e3e !important;
    /* Brand red text */
    font-weight: 600 !important;
  }

  #pvDesktopReset {
    color: #e53e3e !important;
  }

  #pvDesktopReset:hover {
    color: #c53030 !important;
    text-decoration: underline !important;
  }

  /* =========================================================
   FAQ COMPONENT STRUCTURE (Ref: image_fb24e9.png)
   ========================================================= */
  .pv-faq-section {
    padding: 50px 20px;
    background-color: #f7f9fc;
    /* Soft neutral backdrop */
    width: 100%;
  }

  .pv-faq-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pv-faq-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 35px;
    text-align: center;
    /* Centered heading jaisa image me hai */
  }

  .pv-faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .pv-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    /* Rounded corners as per clean view */
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .pv-faq-item.active {
    border-color: #e53e3e;
    /* Active red boundary theme tint */
  }

  .pv-faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
  }

  .pv-faq-trigger:hover {
    color: #e53e3e;
  }

  /* Chevron Icon styling with transitions */
  .pv-faq-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4a5568;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  /* Open state handles upside down rotation for chevrons */
  .pv-faq-item.active .pv-faq-icon {
    transform: rotate(-180deg);
    color: #e53e3e;
  }

  .pv-faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .pv-faq-inner {
    padding: 0 24px 18px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
  }

  /* =========================================================
   PURSHVEDA APP DOWNLOAD SECTION (FIXED HEIGHT & FLOATING PiP)
   ========================================================= */
  .pv-app-download-section {
    padding: 40px 20px !important;
    /* FIX: Height ghat karan lyi padding choti karti */
    background-color: #fcfdfe;
    width: 100%;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
  }

  .pv-app-grid-container {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
  }

  /* --- LEFT SIDE: MOCKUP & FLOATING IMAGE ENGINE --- */
  .pv-app-visuals {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* Phone Mockup Frame Outlines */
  .pv-phone-wrapper {
    width: 270px;
    height: 420px;
    /* Highly compact view ratio */
    background: #ffffff;
    border: 4px solid var(--pv);
    border-radius: 28px;
    padding: 10px;
    position: relative;
    /* Base anchor point for floating items */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  }

  /* Inner Screen Container Layer */
  .pv-mockup-screen {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    background: #f7fafc;
    display: flex;
    flex-direction: column;
    /* WARNING: Is element te overflow: hidden nahi lagana, nahi tan choti image andar dubb jayegi */
  }

  /* Main Image inside screen grid */
  .pv-img-doctor-main {
    width: 100%;
    height: calc(100% - 42px);
    object-fit: cover;
    border-radius: 0 0 16px 16px;
    /* Smooth rounded bottom edge */
  }

  /* FIX: CHOTI IMAGE PHONEMOCKUP TON BAAHAR KADAN LYI CONTROL (Ref: Screenshot 172327.jpg) */
  .pv-patient-pip {
    position: absolute;
    top: 45px;
    /* Video area top bar alignments */
    right: -65px;
    /* FIX: Minus layout spacing naal aadhi image mockup frame ton baahar aa jayegi */
    width: 125px;
    height: 135px;
    border-radius: 14px;
    overflow: hidden;
    border: 3px solid #ffffff;
    /* White clean border outline as per photo */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    z-index: 10;
    /* Phone frame de upar floating effect lyi */
    background: #cbd5e0;
  }

  .pv-patient-pip img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* --- REST OF STRUCTURE THEME BACKBONES UNTOUCHED --- */
  .pv-mockup-header {
    background: #ffffff;
    padding: 6px 12px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    border-radius: 16px 16px 0 0;
  }

  .pv-brand-logo-txt {
    color: #e53e3e;
    font-weight: 700;
    font-size: 14px;
  }

  .pv-brand-tagline {
    font-size: 8.5px;
    color: #718096;
    font-weight: 500;
  }

  .pv-call-actions-bar {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .pv-btn-decline-call {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--pv);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(229, 62, 62, 0.3);
  }

  /* Right Content text alignments */
  .pv-app-main-heading {
    font-size: 30px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 12px;
  }

  .pv-app-description {
    font-size: 14.5px;
    line-height: 1.6;
    color: #5a6578;
    margin-bottom: 25px;
    max-width: 500px;
  }

  .pv-sms-sender-block {
    margin-bottom: 25px;
    max-width: 440px;
  }

  .pv-sms-input-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
  }

  .pv-sms-form-layout {
    display: flex;
    align-items: center;
  }

  .pv-phone-input-group {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 8px 0 0 8px;
    height: 46px;
    flex-grow: 1;
    padding: 0 14px;
    border-right: 0;
  }

  .pv-country-code {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    padding-right: 10px;
    border-right: 1px solid #e2e8f0;
    margin-right: 10px;
  }

  .pv-phone-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14.5px;
    color: #2d3748;
  }

  .pv-btn-send-sms {
    height: 46px;
    padding: 0 24px;
    background: var(--pv);
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    white-space: nowrap;
  }

  .pv-btn-send-sms:hover {
    background: var(--pv-dark)
  }

  .pv-store-badges-row {
    display: flex;
    align-items: center;
  }

  .pv-store-badge-link img {
    height: 40px;
    display: block;
  }

  @media (max-width: 991px) {
    .pv-app-grid-container {
      grid-template-columns: 1fr;
      gap: 35px;
      text-align: center;
    }

    .pv-app-visuals {
      order: 2;
    }

    .pv-app-description,
    .pv-sms-sender-block,
    .pv-store-badges-row {
      margin-left: auto;
      margin-right: auto;
    }

    .pv-store-badges-row {
      justify-content: center;
    }

    .pv-app-visuals {
      order: 1 !important;
      margin-bottom: 15px;
    }

    /* Content parts automatic moves down below image */
    .pv-app-content-panel {
      order: 2 !important;
    }
  }

  @media (max-width: 480px) {
    .pv-app-main-heading {
      font-size: 24px;
    }

    .pv-sms-form-layout {
      flex-direction: column;
      gap: 12px;
    }

    .pv-phone-input-group {
      border-radius: 8px !important;
      border-right: 1px solid !important;
    }

    .pv-btn-send-sms {
      border-radius: 8px !important;
      width: 100%;
    }

    .pv-patient-pip {
      right: -55px;
      /* Mobile screen responsive overlap adjust */
    }
  }

  /* =========================================================
   PROMO DOUBLE SECTIONS STYLES (Ref: Screenshot 181927.png)
   ========================================================= */
  .pv-promo-section {
    padding: 60px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* Background Color Configurations */
  .pv-instant-appt {
    background-color: #ffffff;
  }

  .pv-skip-waiting {
    background-color: #f0f2f7;
    /* Exact soft grayish-lavender tint tint */
  }

  .pv-promo-container {
    max-width: 1140px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
  }

  /* --- TEXT CONTENT LAYOUT PANEL --- */
  .pv-promo-content {
    display: flex;
    flex-direction: column;
  }

  .pv-promo-title {
    font-size: 32px;
    font-weight: 500;
    color: #232b38;
    line-height: 1.25;
    margin-bottom: 20px;
  }

  .pv-promo-title strong {
    display: block;
    font-weight: 700;
    color: #111111;
  }

  .pv-promo-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .pv-promo-bullets li {
    font-size: 15px;
    font-weight: 500;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pv-promo-bullets li i {
    color: var(--pv);
    /* Theme Red Checks */
    font-size: 14px;
  }

  /* Red Brand Buttons Setup */
  .pv-promo-btn-red {
    background: var(--pv);
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
    border-radius: 6px;
    width: max-content;
    text-decoration: none !important;
    transition: background-color 0.2s;
    box-shadow: 0 4px 10px rgba(229, 62, 62, 0.2);
  }

  .pv-promo-btn-red:hover {
    background: #c53030;
  }

  /* Action button line with live counter pulse */
  .pv-action-btn-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
  }

  .pv-live-indicator {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--pv);
    border-radius: 50%;
    display: inline-block;
    animation: pvDotPulse 1.5s infinite;
  }

  /* Slider Style Testimonial Review Box */
  .pv-promo-review {
    margin-top: 30px;
    border-top: 1px solid #e2e8f0;
    padding-top: 18px;
    max-width: 440px;
  }

  .pv-stars-row {
    color: var(--pv);
    /* Green stars jaisa screenshot me hai */
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    gap: 2px;
  }

  .pv-review-text {
    font-size: 13px;
    line-height: 1.5;
    color: #718096;
    font-style: italic;
    margin-bottom: 8px;
  }

  .pv-review-author {
    font-size: 12px;
    font-weight: 600;
    color: #4a5568;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  /* --- VISUALS COLUMN MOCKUP HANDLING --- */
  .pv-promo-visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Generic Promo Image */
  .pv-promo-img {
    width: 280px;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  }

  /* Animations keyframes */
  @keyframes pvDotPulse {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    }

    70% {
      transform: scale(1);
      box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }

    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
  }

  /* =========================================================
   RESPONSIVE LAYOUT RESPONSIVENESS (MOBILE RESPONSIVE BREAKDOWN)
   ========================================================= */
  @media (max-width: 991px) {
    .pv-promo-section {
      padding: 40px 16px;
    }

    .pv-promo-container {
      grid-template-columns: 1fr !important;
      /* Stack columns on tablets */
      gap: 35px;
      text-align: center;
    }

    /* Text content top positioning force reset */
    .pv-promo-content {
      align-items: center;
    }

    .pv-promo-title {
      font-size: 26px;
    }

    .pv-promo-bullets {
      align-items: center;
    }

    .pv-action-btn-line {
      flex-direction: column;
      gap: 10px;
    }

    /* Force phone mockups to render below content descriptions */
    .pv-instant-appt .pv-promo-content {
      order: 1;
    }

    .pv-instant-appt .pv-promo-visual {
      order: 2;
    }

    .pv-skip-waiting .pv-promo-content {
      order: 1;
    }

    .pv-skip-waiting .pv-promo-visual {
      order: 2;
    }
  }

  /* =========================================================
   RESPONSIVE MOBILE VIEW DESIGN OVERHAUL (Ref: Screenshot 181927)
   ========================================================= */
  @media (max-width: 991px) {
    .pv-promo-section {
      padding: 35px 16px !important;
    }

    /* Container wrapper structural shifts with clean separating borders */
    .pv-promo-container {
      display: flex !important;
      flex-direction: column !important;
      /* Stack vertical alignment flow */
      gap: 24px !important;
      text-align: center;
      padding: 20px 16px !important;
      background: #ffffff !important;
      border: 1px solid #e2e8f0 !important;
      /* FIX: Halka clean placeholder border line */
      border-radius: 16px !important;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
    }

    /* Dynamic gray section card configuration */
    .pv-skip-waiting .pv-promo-container {
      background: #f8fafc !important;
      /* Preserve soft card tint contexts */
    }

    /* FIX: PHONE MOCKUPS FIRST ALIGNMENT FOR BOTH BLOCKS */
    .pv-promo-visual {
      order: 1 !important;
      /* Pushes phone frame to the top layer */
      margin-bottom: 10px !important;
    }

    /* FIX: TEXT CONTENT PANELS MOVED BELOW THE MOCKUPS */
    .pv-promo-content {
      order: 2 !important;
      align-items: center !important;
      width: 100% !important;
    }

    /* Micro typography scaling fixes */
    .pv-promo-title {
      font-size: 24px !important;
      line-height: 1.3 !important;
      margin-bottom: 16px !important;
    }

    .pv-promo-bullets {
      align-items: center !important;
      margin-bottom: 20px !important;
      gap: 8px !important;
    }

    .pv-promo-bullets li {
      font-size: 14.5px !important;
    }

    .pv-action-btn-line {
      flex-direction: column !important;
      gap: 12px !important;
      width: 100% !important;
      align-items: center !important;
    }

    .pv-promo-btn-red {
      width: 100% !important;
      /* Full width touch targets on micro screens */
      max-width: 280px !important;
      text-align: center !important;
    }

    .pv-promo-review {
      margin-top: 20px !important;
      padding-top: 14px !important;
      width: 100% !important;
      max-width: 380px !important;
    }
  }

  /* =========================================================
   HERO BANNER
   ========================================================= */
  .pv-hero-banner {
    width: 100%;
    height: 48vh;
    background: linear-gradient(135deg, #1b2738 0%, #2a3a52 40%, #e61d4f 100%);
    position: relative;
    overflow: hidden;
  }

  .pv-hero-banner::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(230, 29, 79, .25) 0%, transparent 70%);
    border-radius: 50%;
  }

  .pv-hero-banner::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, .06) 0%, transparent 70%);
    border-radius: 50%;
  }

  .pv-hero-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
  }

  .pv-hero-title {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }

  .pv-hero-subtitle {
    font-size: clamp(0.9rem, 1.5vw, 1.15rem);
    color: rgba(255, 255, 255, .82);
    max-width: 620px;
    margin: 0 auto 28px;
    line-height: 1.6;
    font-weight: 400;
  }

  .pv-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--pv-red);
    padding: 14px 32px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    transition: all .3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
  }

  .pv-hero-cta:hover {
    background: var(--pv-red);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(230, 29, 79, .4);
  }

  .pv-hero-cta i {
    animation: bounceArrow 1.5s infinite;
  }

  @keyframes bounceArrow {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(4px);
    }
  }

  @media (max-width: 767px) {
    .pv-hero-banner {
      height: 55vh;
    }
  }

  /* =========================================================
   3-COL DOCTOR GRID CARD ADAPTATIONS
   ========================================================= */
  #pvDocGrid .pv-doc {
    margin-bottom: 0;
  }

  #pvDocGrid .pv-doc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #pvDocGrid .pv-doc-media {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  #pvDocGrid .pv-doc-avatar {
    width: 80px;
    height: 80px;
    font-size: 32px;
    margin: 0;
    flex-shrink: 0;
  }

  #pvDocGrid .pv-doc-avatar .vidcam {
    width: 26px;
    height: 26px;
    font-size: 11px;
    bottom: 2px;
    right: 2px;
  }

  #pvDocGrid .pv-doc-views,
  #pvDocGrid .pv-doc-verified {
    justify-content: flex-start;
  }

  #pvDocGrid .pv-doc-body h3 {
    font-size: 15px;
  }

  #pvDocGrid .pv-doc-specs {
    font-size: 12px;
  }

  #pvDocGrid .pv-doc-meta,
  #pvDocGrid .pv-doc-lang,
  #pvDocGrid .pv-doc-loc,
  #pvDocGrid .pv-doc-fee,
  #pvDocGrid .pv-doc-tag,
  #pvDocGrid .pv-doc-next {
    font-size: 12px;
  }

  #pvDocGrid .pv-doc-actions {
    flex-direction: column;
  }

  #pvDocGrid .pv-btn-out,
  #pvDocGrid .pv-btn-fill {
    width: 100%;
    min-width: unset;
    height: 60px !important;
    font-size: 15px;
  }

  @media (max-width: 991px) {

    #pvDocGrid .pv-btn-out,
    #pvDocGrid .pv-btn-fill {
      height: 52px !important;
      font-size: 14px;
    }
  }

  /* =========================================================
   PAGINATION COMPONENT
   ========================================================= */
  .pv-pagination {
    text-align: center;
    margin: 36px 0 28px;
  }

  .pv-pagination ul {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .pv-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--pv-line);
    background: #fff;
    color: var(--pv-ink);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
  }

  .pv-page-link:hover {
    border-color: var(--pv-red);
    color: var(--pv-red);
    background: var(--pv-red-soft);
    transform: translateY(-1px);
  }

  .pv-page-link.active {
    background: var(--pv-red);
    color: #fff;
    border-color: var(--pv-red);
    box-shadow: 0 6px 18px -6px rgba(230, 29, 79, .45);
  }

  .pv-page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--pv-muted);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
  }

  .pv-page-prev,
  .pv-page-next {
    color: var(--pv-red);
  }

  @media (max-width: 576px) {
    .pv-page-link {
      width: 36px;
      height: 36px;
      font-size: 13px;
      border-radius: 8px;
    }

    .pv-page-dots {
      width: 30px;
      height: 36px;
    }
  }

  /* =========================================================
   NEED ASSISTANCE CTA (with form)
   ========================================================= */
  .pv-assistance-cta {
    text-align: center;
    background: linear-gradient(135deg, #fff5f8 0%, #fde7ee 50%, #f6f8fb 100%);
    border: 1.5px solid #f6cdda;
    border-radius: 18px;
    padding: 40px 30px;
    margin-bottom: 30px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .pv-assistance-cta h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--pv-ink);
    margin: 0 0 6px;
  }

  .pv-assistance-cta .sub {
    font-size: 13px;
    color: var(--pv-muted);
    margin: 0 0 18px;
    line-height: 1.5;
  }

  .pv-assistance-cta .form-control,
  .pv-assistance-cta textarea {
    border: 1px solid var(--pv-line);
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    margin-bottom: 12px;
    width: 100%;
    background: #fff;
    transition: var(--pv-trans);
    font-family: inherit;
  }

  .pv-assistance-cta .form-control:focus,
  .pv-assistance-cta textarea:focus {
    outline: none;
    border-color: var(--pv-red);
    box-shadow: 0 0 0 3px rgba(230, 29, 79, .1);
  }

  .pv-assistance-cta .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #3a4a5e;
    margin-bottom: 10px;
    justify-content: center;
  }

  .pv-assistance-cta .form-check input {
    accent-color: var(--pv-red);
    width: 16px;
    height: 16px;
    margin: 0;
  }

  .pv-assistance-cta .terms {
    font-size: 12px;
    color: var(--pv-muted);
    text-align: center;
    margin: 6px 0 14px;
  }

  .pv-assistance-cta .terms a {
    color: var(--pv-red);
    font-weight: 600;
  }

  .pv-assistance-cta .pv-btn-book {
    width: 100%;
    height: 48px;
    border-radius: 12px;
    border: 0;
    background: var(--pv-red);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: var(--pv-trans);
    cursor: pointer;
  }

  .pv-assistance-cta .pv-btn-book:hover {
    background: var(--pv-red-2);
  }

  .pv-assistance-cta .note {
    font-size: 12px;
    color: var(--pv-muted);
    text-align: center;
    margin: 12px 0 0;
  }

  .pv-assistance-cta .note strong {
    color: var(--pv-ink);
  }

  @media (max-width: 576px) {
    .pv-assistance-cta {
      padding: 28px 18px;
      max-width: 100%;
    }
  }