/* ─────────────────────────────────────────────
       PAGE-SPECIFIC: View More Reports
       All tokens from styles.css :root are reused.
       New classes are prefixed vr- to avoid conflicts.
    ───────────────────────────────────────────── */

    /* Breadcrumb */
    .vr-bread { border-bottom: 1px solid var(--line); padding: 11px 0; }
    .vr-bread-inner { display: flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--muted); flex-wrap: wrap; }
    .vr-bread-inner a { color: var(--muted); }
    .vr-bread-inner a:hover { color: var(--blue); text-decoration: underline; }
    .vr-bread-inner .sep { color: #c4cdd9; font-size: 10px; }
    .vr-bread-inner .cur { color: var(--text); font-weight: 800; }

    /* Filter strip */
    .vr-filters { border-bottom: 1px solid var(--line); padding: 18px 0; background: #fff; }
    .vr-filters-row { display: flex; align-items: flex-end; gap: 14px; flex-wrap: wrap; }
    .vr-fgroup { display: flex; flex-direction: column; gap: 4px; }
    .vr-fgroup label { font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--muted); }
    .vr-search-wrap { position: relative; flex: 1; min-width: 220px; }
    .vr-search-wrap input {
      width: 100%; border: 1.5px solid var(--line); border-radius: 7px;
      padding: 11px 38px 11px 13px; font-family: Montserrat, Arial, sans-serif;
      font-size: 13px; color: var(--text); outline: none; transition: border .18s;
    }
    .vr-search-wrap input:focus { border-color: var(--blue); }
    .vr-search-wrap i { position: absolute; right: 13px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 13px; pointer-events: none; }
    .vr-sel {
      border: 1.5px solid var(--line); border-radius: 7px; padding: 11px 34px 11px 13px;
      font-family: Montserrat, Arial, sans-serif; font-size: 13px; color: var(--text);
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath d='M0 0l5 7 5-7z' fill='%235c667a'/%3E%3C/svg%3E") no-repeat right 11px center;
      -webkit-appearance: none; appearance: none; outline: none; cursor: pointer; transition: border .18s; min-width: 155px;
    }
    .vr-sel:focus { border-color: var(--blue); }
    .vr-reset {
      display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid var(--blue);
      border-radius: 7px; padding: 11px 17px; font-family: Montserrat, Arial, sans-serif;
      font-size: 12.5px; font-weight: 800; color: var(--blue); background: #fff; cursor: pointer;
      margin-left: auto; transition: background .15s;
    }
    .vr-reset:hover { background: var(--light); }

    /* Tabs */
    .vr-tabs { border-bottom: 1px solid var(--line); background: #fff; }
    .vr-tabs-row { display: flex; gap: 4px; overflow-x: auto; padding: 12px 0 0; scrollbar-width: none; }
    .vr-tabs-row::-webkit-scrollbar { display: none; }
    .vr-tab {
      display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px;
      border: 1.5px solid var(--line); border-bottom: none; border-radius: 7px 7px 0 0;
      font-family: Montserrat, Arial, sans-serif; font-size: 12.5px; font-weight: 800;
      color: var(--muted); background: var(--light); cursor: pointer; white-space: nowrap;
      position: relative; bottom: -1px; transition: background .14s, color .14s;
    }
    .vr-tab .vr-badge {
      font-size: 11px; font-weight: 900; background: var(--line);
      color: var(--muted); border-radius: 20px; padding: 1px 7px;
    }
    .vr-tab.active { background: #fff; color: var(--navy); border-color: var(--line); border-bottom-color: #fff; }
    .vr-tab.active .vr-badge { background: var(--blue); color: #fff; }

    /* Results bar */
    .vr-results-bar { display: flex; justify-content: space-between; align-items: center; padding: 16px 0 10px; flex-wrap: wrap; gap: 8px; }
    .vr-results-bar span { font-size: 13px; color: var(--muted); font-weight: 600; }
    .vr-sort { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--muted); font-weight: 700; }
    .vr-sort select {
      border: 1.5px solid var(--line); border-radius: 7px; padding: 8px 30px 8px 11px;
      font-family: Montserrat, Arial, sans-serif; font-size: 12.5px; color: var(--text);
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath d='M0 0l5 7 5-7z' fill='%235c667a'/%3E%3C/svg%3E") no-repeat right 10px center;
      -webkit-appearance: none; appearance: none; outline: none; cursor: pointer;
    }

    /* Report cards grid — 4 col, matches .cards rhythm */
    .vr-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

    .vr-card {
      background: #fff; border: 1.5px solid var(--line); border-radius: var(--radius);
      padding: 18px; display: flex; flex-direction: column;
      box-shadow: 0 4px 18px rgba(8,29,58,.04); transition: box-shadow .2s, border-color .2s; cursor: pointer;
    }
    .vr-card:hover { box-shadow: 0 10px 32px rgba(22,64,168,.12); border-color: #b3c4ef; }

    .vr-card-top { display: flex; gap: 13px; align-items: flex-start; margin-bottom: 14px; }
    .vr-pdf-icon {
      width: 42px; height: 50px; flex-shrink: 0; border-radius: 6px;
      background: linear-gradient(155deg, var(--blue), var(--blue2));
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      gap: 2px; position: relative; overflow: hidden;
    }
    .vr-pdf-icon::after {
      content: ''; position: absolute; top: 0; right: 0;
      border-style: solid; border-width: 0 9px 9px 0;
      border-color: transparent rgba(255,255,255,.2) transparent transparent;
    }
    .vr-pdf-icon i { color: #fff; font-size: 15px; }
    .vr-pdf-icon span { color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .5px; }

    .vr-meta { flex: 1; }
    .vr-meta h4 { font-size: 13.5px; font-weight: 800; color: var(--navy); margin: 0 0 5px; line-height: 1.35; }
    .vr-meta .vr-fy { font-size: 11.5px; color: var(--muted); margin-bottom: 3px; }
    .vr-meta .vr-pub { font-size: 11px; color: #9aa5b8; }

    .vr-card-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 12px; margin-top: auto; }
    .vr-size { font-size: 12px; font-weight: 700; color: var(--muted); }
    .vr-dl {
      width: 32px; height: 32px; border-radius: 7px; border: 1.5px solid var(--line);
      background: #fff; display: flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 13px; color: var(--blue); transition: background .14s, border-color .14s, color .14s;
    }
    .vr-dl:hover { background: var(--blue); border-color: var(--blue); color: #fff; }

    /* Empty state */
    .vr-empty { text-align: center; padding: 52px 20px; color: var(--muted); display: none; }
    .vr-empty i { font-size: 42px; color: var(--line); margin-bottom: 14px; display: block; }
    .vr-empty p { font-size: 14.5px; font-weight: 700; margin: 0; }

    /* Pagination — extends .btn pattern */
    .vr-pag { display: flex; justify-content: center; align-items: center; gap: 5px; padding: 22px 0 8px; }
    .vr-pgbtn {
      min-width: 36px; height: 36px; padding: 0 10px; border-radius: 7px;
      border: 1.5px solid var(--line); background: #fff;
      font-family: Montserrat, Arial, sans-serif; font-size: 12.5px; font-weight: 800;
      color: var(--muted); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 5px;
      transition: background .14s, color .14s, border-color .14s;
    }
    .vr-pgbtn:hover:not(:disabled) { border-color: var(--blue); color: var(--blue); }
    .vr-pgbtn.active { background: var(--navy); color: #fff; border-color: var(--navy); }
    .vr-pgbtn:disabled { opacity: .38; cursor: not-allowed; }
    .vr-dots { color: var(--muted); font-weight: 800; padding: 0 2px; }

    /* IR Contact CTA — extends .dark-panel + .cta */
    .vr-ir-cta {
      display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
      background: linear-gradient(120deg, var(--navy2) 0%, #0d3d82 55%, #092b64 100%);
      border-radius: var(--radius); padding: 26px 32px; margin: 24px 0 6px;
      position: relative; overflow: hidden;
    }
    .vr-ir-cta::before {
      content: ''; position: absolute; right: -40px; top: -40px;
      width: 180px; height: 180px; border-radius: 50%;
      background: radial-gradient(circle, rgba(0,183,255,.12), transparent 70%);
    }
    .vr-ir-icon {
      width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0;
      border: 1.5px solid rgba(255,255,255,.35);
      display: flex; align-items: center; justify-content: center;
    }
    .vr-ir-icon i { color: #fff; font-size: 20px; }
    .vr-ir-text { flex: 1; }
    .vr-ir-text h3 { color: #fff; font-size: 16px; margin: 0 0 4px; }
    .vr-ir-text p { color: rgba(255,255,255,.72); font-size: 13px; margin: 0; line-height: 1.55; }
    .vr-ir-contacts { display: flex; flex-direction: column; gap: 8px; }
    .vr-ir-row { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 13.5px; font-weight: 700; }
    .vr-ir-row i { color: rgba(255,255,255,.65); width: 18px; }
    /* decorative bar chart */
    .vr-ir-bars { display: flex; align-items: flex-end; gap: 4px; position: absolute; right: 290px; bottom: 0; opacity: .45; }
    .vr-bar { width: 9px; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, #00b7ff, rgba(0,183,255,.25)); }

    /* Investor Dropdown Menu — Traditional Red Vertical Style */
    .nav-dropdown {
      position: relative;
    }
    .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #1a5299 !important;
      padding: 0 !important;
      border-radius: 8px !important;
      border: none !important;
      min-width: 250px;
      box-shadow: 0 8px 32px rgba(8,29,58,0.2);
      margin-top: 0;
      z-index: 1000;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-12px);
      transition: opacity .25s, visibility .25s, transform .25s;
      overflow: visible;
      display: flex !important;
      flex-direction: column;
    }
    .nav-dropdown:hover .dropdown-menu {
      display: flex !important;
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }
    /* Red header bar */
    /* .dropdown-menu::before {
      content: 'Investor Relations';
      background: #c41e3a;
      color: #fff;
      padding: 12px 20px;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1px;
      flex-shrink: 0;
    } */
    /* Left column - menu items container */
    .dropdown-col {
      position: relative;
      background: #1a5299;
      margin: 0;
      width: auto;
      min-width: 100px;
      padding: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      border: none;
    }
    /* Menu item headers */
    .dropdown-col h5,
    .dropdown-col a.sub-toggle-link {
      font-size: 12px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      padding: 12px 20px;
      border: none;
      display: flex;
      align-items: center;
      gap: 8px;
      cursor: pointer;
      user-select: none;
      transition: background .15s;
      background: #1a5299;
      width: auto;
      box-sizing: border-box;
      text-decoration: none;
      text-transform: none;
    }
    .dropdown-col h5:hover,
    .dropdown-col a.sub-toggle-link:hover {
      background: #0d3d82;
      color: #fff;
    }
    .dropdown-col h5 i:first-child,
    .dropdown-col a.sub-toggle-link i:first-child {
      font-size: 13px;
    }
    .dropdown-col h5 i:last-child {
      margin-left: auto;
      font-size: 10px;
    }
    /* Right column - submenu */
    .sub-dropdown {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      background: #0d3d82;
      padding: 12px 0;
      width: 250px;
      z-index: 1001;
      border: none;
      opacity: 0;
      visibility: hidden;
      transform: translateX(0px);
      transition: opacity .25s, visibility .25s;
      flex-direction: column;
      margin-left: 0;
      border-radius: 8px;
    }
    .dropdown-col:hover .sub-dropdown {
      display: flex;
      opacity: 1;
      visibility: visible;
    }
    .sub-dropdown a {
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      display: block;
      padding: 10px 18px;
      transition: background .15s, padding-left .15s;
      border-left: 3px solid transparent;
      text-decoration: none;
      background: #0d3d82;
      text-transform: none;
    }
    .sub-dropdown a:hover {
      color: #fff;
      background: #051e4d;
      padding-left: 24px;
      border-left-color: #ffc107;
    }
     .main-dropdown{
    font-size: 12px;
    font-weight: 700;
    color: #fff !important;
    margin: 0;
    padding: 12px 20px;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    transition: background .15s;
    background: #1a5299;
    width: auto;
    box-sizing: border-box;
    }
    /* Container structure - items stack vertically */
    .dropdown-col:nth-child(1) { order: 1; }
    .dropdown-col:nth-child(2) { order: 2; }
    .dropdown-col:nth-child(3) { order: 3; }
    .dropdown-col:nth-child(4) { order: 4; }
    .dropdown-col:nth-child(5) { order: 5; }
    .dropdown-col:nth-child(6) { order: 6; }

    /* Rounded corners for first and last child elements in dropdown */
    .dropdown-col:first-child,
    .dropdown-col:first-child h5 {
      border-top-left-radius: 8px !important;
      border-top-right-radius: 8px !important;
    }
    .dropdown-col:last-child,
    .dropdown-col:last-child a.sub-toggle-link {
      border-bottom-left-radius: 8px !important;
      border-bottom-right-radius: 8px !important;
    }

    /* ── Responsive ── */
    @media (max-width: 1200px) {
      .dropdown-menu { min-width: 420px; }
    }
    @media (max-width: 1000px) {
      .vr-grid { grid-template-columns: repeat(2, 1fr); }
      .vr-reset { margin-left: 0; }
      .vr-ir-bars { display: none; }
      .vr-ir-cta { flex-direction: column; }
    }
    @media (max-width: 650px) {
      .vr-grid { grid-template-columns: 1fr; }
      .vr-tab { padding: 9px 12px; font-size: 11.5px; }
      .vr-tab .vr-badge { display: none; }
      .vr-sel, .vr-search-wrap { min-width: 100%; }
    }
   

 