 *{
    font-family :"Inter", sans-serif;
 }
body { margin:0; font-family: Arial, sans-serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* ── BREADCRUMB HERO ── */
.breadcrumb-hero {
    position: relative;
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.breadcrumb-hero .bg-img {
    position: absolute;
    inset: 0;
    background: url('https://placehold.co/1200x250/eee/ccc') center/cover no-repeat;
}

.breadcrumb-hero .content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.breadcrumb-hero h1 {
    font-family: "Inter", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
}

.breadcrumb-hero h1 span {
    color: #b84245;
}

/* Breadcrumb nav ab banner ke andar, bottom-right corner me */
.breadcrumb-hero .breadcrumb-trail {
    position: absolute;
    bottom: 18px;
    right: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    margin: 0;
    background: rgba(255,255,255,.6);
    padding: 6px 14px;
    border-radius: 20px;
}

.breadcrumb-hero .breadcrumb-trail a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f76500;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-hero .breadcrumb-trail a:hover {
    text-decoration: underline;
}

.breadcrumb-hero .breadcrumb-trail svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.breadcrumb-hero .breadcrumb-trail .sep {
    color: rgba(0, 0, 0, .4);
}

.breadcrumb-hero .breadcrumb-trail .current {
    color: #1a1a2e;
    font-weight: 600;
}
    
        /* ── SECTION HEADING ── */
    .sec-label {
      display: inline-block;
      background: #f76500;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      padding: 4px 16px;
      border-radius: 0;
      margin-bottom: 24px;
    }
    .sec-title {font-family: "Inter", sans-serif; font-size: 2rem; font-weight: 700; color: #1a1a2e; line-height: 1.25; }
    .sec-title span { color: #f76500; }
    .sec-divider { width: 52px; height: 3px; background: #96292e; margin: 14px 0 20px; }
    .sec-lead { color: #111; font-size: 0.97rem; line-height: 1.7; }
    
     /* ── SUBSIDIARIES CARDS page css ── */
    .sub-section { padding: 30px 0; background: #f5f5f5; }
    .sub-card {
      background: #fff;
      border-radius: 0;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      transition: transform .28s ease, box-shadow .28s ease;
      height: 100%;
      display: flex; flex-direction: column;
      border-top: 4px solid #f76500;
    }
    .sub-card:hover { transform: translateY(-6px); box-shadow: 0 12px 36px rgba(155,28,32,.18); }
    .sub-card .img-wrap { position: relative; overflow: hidden; height: 300px; }
    .sub-card .img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s ease; }
    .sub-card:hover .img-wrap img { transform: scale(1.06); }
    .sub-card .badge-num {
      position: absolute; top: 14px; left: 14px;
      background: #f76500;
      color: #fff;
      font-size: 1rem; font-weight: 700;
      width: 40px; height: 40px;
      display: flex; align-items: center; justify-content: center;
      border-radius: 50%;
      box-shadow: 0 2px 8px rgba(0,0,0,.25);
    }
    .sub-card .card-body { padding: 24px 22px 20px; flex: 1; display: flex; flex-direction: column; }
    .sub-card .sub-tag {
      font-size: 1.3rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
      color: #f76500; margin-bottom: 8px;
    }
    .sub-card .card-title { font-family: "Inter", sans-serif; font-size: 1.05rem; font-weight: 700; color: #1a1a2e; margin-bottom: 10px; line-height: 1.35; }
    .sub-card .card-text { color: #111; font-size: 0.88rem; line-height: 1.65; flex: 1; }
    .sub-card .card-footer-area {
      padding: 14px 22px 20px;
      border-top: 1px solid #f0f0f0;
      display: flex; align-items: center; justify-content: space-between;
    }
    .sub-card .btn-read {
      background: #f76500;
      border: 2px solid #f76500;
      color: #fff;
      font-size: 0.78rem; font-weight: 700;
      letter-spacing: .06em; text-transform: uppercase;
      padding: 7px 18px;
      border-radius: 5px;
      transition: background .22s, color .22s;
      text-decoration: none;
    }
    .sub-card .btn-read:hover { background: #f76500; color: #fff; }
    .sub-card .btn-read i { margin-left: 6px; font-size: .7rem; }
    .sub-card .more-tag { font-size: 0.75rem; color: #111; }
    
    /*renewal-of-cgsh page  css*/
      /* ── MAIN CONTENT SECTION ── */
    .cghs-section { padding: 0px 0; background: #f5f5f5; }

    /* ── NOTICE CARD ── */
    .notice-card {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 24px rgba(0,0,0,.09);
      padding: 42px 40px 36px;
    }

    /* ── GREETING BADGE ── */
    .greeting-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #fff7f7;
      border: 1px solid rgba(155,28,32,.18);
      color: #f76500;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 7px 18px;
      margin-bottom: 28px;
    }
    .greeting-badge i { font-size: 1rem; color: #bd3f43; }

    /* ── NOTICE TITLE ── */
    .notice-main-title {
      font-family: "Inter", sans-serif;
      font-size: 1.55rem;
      font-weight: 700;
      color: #1a1a2e;
      line-height: 1.3;
      margin-bottom: 8px;
    }
    .notice-main-title span { color: #f76500; }

    /* ── PERIOD BADGE ── */
    .period-band {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f76500;
      color: #fff;
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: .07em;
      padding: 6px 18px;
      margin: 18px 0 28px;
    }
    .period-band i { color: #fff; }

    /* ── NOTICE BODY TEXT ── */
    .notice-body {
      font-size: 0.97rem;
      color: #111;
      line-height: 1.75;
      margin-bottom: 0;
    }
    /* ── CTA BUTTON ── */
    .btn-cghs {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #f76500;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      padding: 14px 32px;
      border-radius: 5px;
      border: none;
      text-decoration: none;
      transition: background .22s, box-shadow .22s;
      box-shadow: 0 4px 16px rgba(155,28,32,.28);
      margin-top: 8px;
    }
    .btn-cghs:hover {
      background: #7a1518;
      color: #fff;
      box-shadow: 0 6px 22px rgba(155,28,32,.40);
    }
    .btn-cghs i { font-size: 1rem; }

    /* ── IMPORTANT NOTE BOX ── */
    .note-box {
  background: #e985894a;
    border-left: 4px solid #f76500;
      padding: 18px 22px;
      margin-top: 32px;
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
    .note-box .note-icon {
      min-width: 36px; height: 36px;
      background: #f76500;
      display: flex; align-items: center; justify-content: center;
      border-radius: 50%;
      flex-shrink: 0;
    }
    .note-box .note-icon i { color: #fff; font-size: 0.9rem; }
    .note-box .note-text {
      font-size: 0.9rem;
      color: #555;
      line-height: 1.65;
    }
    .note-box .note-text strong { color: #1a1a2e; }

    
    /* ══════════════════════════════════════
       Cvo-profile   page css
    ══════════════════════════════════════ */

    /* ── PAGE BG ── */
    .cvo-page-bg { background: #f5f5f5; padding: 30px 0 72px; }

    /* ── PROFILE CARD ── */
    .cvo-profile-card {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 24px rgba(0,0,0,.09);
    }

    /* -- photo column -- */
    .cvo-photo-col {
      background: #1a1a2e;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 28px 36px;
    }
    .cvo-avatar-wrap {
      width: 160px; height: 160px;
      border-radius: 50%;
      border: 4px solid #f76500;
      overflow: hidden;
      background: #2e2e4e;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
    }
    .cvo-avatar-wrap i { font-size: 5rem; color: rgba(255,255,255,.25); }
    .cvo-name-block { text-align: center; }
    .cvo-full-name {
      font-family: "Inter", sans-serif;
      font-size: 1.1rem;
      font-weight: 700;
      color: #fff;
      margin-bottom: 6px;
      line-height: 1.3;
    }
    .cvo-designation-tag {
      display: inline-block;
      background: #f76500;
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      padding: 4px 14px;
      margin-bottom: 24px;
    }
    .cvo-contact-list { list-style: none; padding: 0; margin: 0; width: 100%; }
    .cvo-contact-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .cvo-contact-list li:last-child { border-bottom: none; }
    .cvo-contact-list .ci-icon {
      min-width: 32px; height: 32px;
      background: rgb(188 77 80 / 45%);
      display: flex; align-items: center; justify-content: center;
      border-radius: 0;
      flex-shrink: 0;
    }
    .cvo-contact-list .ci-icon i { color: #fff; font-size: 0.78rem; }
    .cvo-contact-list .ci-info { flex: 1; }
    .cvo-contact-list .ci-label {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255,255,255,.45);
      margin-bottom: 2px;
    }
    .cvo-contact-list .ci-value {
      font-size: 0.8rem;
      color: rgba(255,255,255,.85);
      line-height: 1.5;
      word-break: break-word;
    }
    .cvo-contact-list .ci-value a {
      color: #fff;
      text-decoration: none;
    }
    .cvo-contact-list .ci-value a:hover { text-decoration: underline; }

    /* -- bio column -- */
    .cvo-bio-col { padding: 40px 38px 36px; }
    .cvo-section-label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #f76500;
      margin-bottom: 10px;
    }
    .cvo-section-label i { font-size: 1rem; }
    .cvo-bio-title {
      font-family: "Inter", sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 6px;
    }
    .cvo-thin-bar { width: 40px; height: 3px; background: #f76500; margin-bottom: 18px; }
    .cvo-bio-text {
      font-size: 0.9rem;
      color: #111;
      line-height: 1.8;
      margin-bottom: 0;
    }

    /* ── AWARDS ROW ── */
    .cvo-awards-row { margin-top: 28px; }
    .cvo-award-chip {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border: 1px solid rgba(201,162,39,.35);    border: 1px solid rgb(0 0 0 / 35%);
      color: #000;
  
      font-size: 0.75rem;
      font-weight: 600;
      padding: 6px 13px;
      margin: 4px 4px 4px 0;
    }
    .cvo-award-chip i { color: #f76500; }

    /* ── OBJECTIVE CARD ── */
    .cvo-obj-card {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      padding: 36px 36px 32px;
      margin-top: 24px;
    }
    .cvo-obj-title {
      font-family: "Inter", sans-serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: #1a1a2e;
      margin-bottom: 6px;
    }
    .cvo-obj-title span { color: #f76500; }
    .cvo-obj-list { list-style: none; padding: 0; margin: 20px 0 0; }
    .cvo-obj-list li {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 13px 0;
      border-bottom: 1px solid #f0f0f0;
      font-size: 0.9rem;
      color: #111;
      line-height: 1.6;
    }
    .cvo-obj-list li:last-child { border-bottom: none; }
    .cvo-obj-list .obj-bullet {
      min-width: 30px; height: 30px;
      background: #f76500;
      display: flex; align-items: center; justify-content: center;
      border-radius: 50%;
      flex-shrink: 0;
      margin-top: 2px;
    }
    .cvo-obj-list .obj-bullet i { color: #fff; font-size: 0.7rem; }
     /* ── RESPONSIVE ── */
    @media (max-width: 991px) {
      .nav-link { padding: 12px 8px !important; }
      .breadcrumb-hero h1 { font-size: 1.8rem; }
      .notice-card { padding: 28px 24px; }
       .cvo-bio-col { padding: 30px 26px; }
    }
    @media (max-width: 767px) {
      .breadcrumb-hero { height: 240px; }
      .breadcrumb-hero h1 { font-size: 1.5rem; }
      .sec-title { font-size: 1.5rem; }
      .sub-section { padding: 50px 0; }
       .notice-main-title { font-size: 1.25rem; }
      .cghs-section { padding: 44px 0; }
       .cvo-page-title { font-size: 1.5rem; }
      .cvo-page-bg { padding: 40px 0 50px; }
      .cvo-bio-col { padding: 28px 20px; }
      .cvo-photo-col { padding: 30px 20px; }
      .cvo-obj-card { padding: 26px 20px; }
    }
    

    /* ══════════════════════════════════
       CAREERS PAGE CSS
    ══════════════════════════════════ */
    .ca-page-bg { background: #f5f5f5; padding: 0 0 70px; }
    .ca-content-area { padding: 40px 0; }

    /* NAV TABS */
    .ca-nav-tabs { border-bottom: 3px solid #f76500; gap: 0; }
    .ca-nav-tabs .nav-link {
      border-radius: 0;
      border: 1px solid #e0e0e0;
      border-bottom: none;
      background: #fff;
      color: #555;
      font-family: "Inter", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      letter-spacing: .04em;
      padding: 11px 28px;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background .2s, color .2s;
    }
    .ca-nav-tabs .nav-link:hover { background: #fff5f5; color: #f76500; }
    .ca-nav-tabs .nav-link.active { background: #f76500; color: #fff; border-color: #f76500; }
    .ca-nav-tabs .nav-link .ca-tab-count {
      font-size: 0.7rem; font-weight: 700; padding: 2px 8px;
      border-radius: 20px; letter-spacing: .04em;
      background: #f0f0f0; color: #888;
    }
    .ca-nav-tabs .nav-link.active .ca-tab-count {
      background: rgba(255,255,255,0.28); color: #fff;
    }

    /* TABLE WRAPPER */
    .ca-table-wrap { background: #fff; border-top: 4px solid #f76500; box-shadow: 0 4px 20px rgba(0,0,0,.08); }

    /* HEADER */
    .ca-table-header {
      background: #1a1a2e; padding: 5px 24px;
      display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
    }
    .ca-table-title { font-family: "Inter", sans-serif; font-size: 0.95rem; font-weight: 700; color: #fff; }
    .ca-table-title span { color: #e8a0a2; }
    .ca-count-badge {
      background: #f76500; color: #fff;
      font-size: 0.72rem; font-weight: 700; letter-spacing: .08em; padding: 4px 14px;
    }

    /* SEARCH BAR */
    .ca-search-bar {
      padding: 14px 24px;
      background: #fafafa;
      border-bottom: 1px solid #ebebeb;
    }
    .ca-search-input {
      width: 100%;
      max-width: 340px;
      border: 1px solid #ddd;
      border-radius: 0;
      padding: 8px 14px 8px 36px;
      font-size: 0.84rem;
      color: #333;
      font-family: "Inter", sans-serif;
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 12px center;
      outline: none;
      transition: border-color .2s;
    }
    .ca-search-input:focus { border-color: #f76500; }

    /* ARCHIVE NOTICE */
    .ca-archive-notice {
      padding: 10px 18px;
      font-family: "Inter", sans-serif;
      font-size: 0.82rem;
      background: #b8434354;
      color: #9f1b21;
      border-left: 3px solid #9f1b21;
    }

    /* TABLE */
    .ca-report-table { width: 100%; border-collapse: collapse; border: 1px solid #d0d0d0; }
    .ca-report-table thead tr { background: #f76500; }
    .ca-report-table thead th {
      padding: 13px 18px; font-family: "Inter", sans-serif;
      font-size: 0.78rem; font-weight: 700; letter-spacing: .08em;
      text-transform: uppercase; color: #fff;
      border: 1px solid rgba(201,83,87,0.5); white-space: nowrap;
    }
    .ca-report-table thead th:nth-child(1) { width: 44%; }
    .ca-report-table thead th:nth-child(2) { width: 14%; }
    .ca-report-table thead th:nth-child(3) { width: 14%; }
    .ca-report-table thead th:nth-child(4) { width: 28%; }
    .ca-report-table tbody tr { transition: background .18s; }
    .ca-report-table tbody tr:hover { background: #fff8f8; }
    .ca-report-table tbody td {
      padding: 14px 18px; font-family: "Inter", sans-serif;
      font-size: 0.86rem; color: #444; vertical-align: top;
      line-height: 1.5; border: 1px solid #e0e0e0;
    }
    .ca-report-table tbody td.ca-date,
    .ca-report-table tbody td.ca-last-date { font-weight: 600; color: #777; white-space: nowrap; font-size: 0.82rem; }

    .ca-notif-text { color: #1a1a2e; font-weight: 500; margin-bottom: 5px; }
    .ca-corrigendum {
      display: inline-block; background: #b8434354; color: #9f1b21;
      font-size: 0.7rem; font-weight: 700; padding: 2px 8px;
      letter-spacing: .04em; text-transform: uppercase; margin-top: 4px;
      border-left: 3px solid #9f1b21;
    }
    .ca-links-cell { display: flex; flex-direction: column; gap: 5px; align-items: center;     justify-content: center;}
    .ca-adv-link {
      display: inline-flex; align-items: center; gap: 7px;
      color: #f76500; text-decoration: none; font-family: "Inter", sans-serif;
      font-size: 0.8rem; font-weight: 600; padding: 5px 12px;
      border: 1.5px solid #f76500; background: #fff;
      transition: background .18s, color .18s; width: fit-content;    width: 100%;
    text-align: center;
    justify-content: center;
    
    }
    .ca-adv-link:hover { background: #f76500; color: #fff; }
    .ca-new-badge {
      display: inline-block; background: #f76500; color: #fff;
      font-size: 0.62rem; font-weight: 700; padding: 2px 7px;
      letter-spacing: .08em; text-transform: uppercase; vertical-align: middle;
      margin-left: 6px; animation: ca-blink 1.6s ease infinite;
    }
    @keyframes ca-blink { 0%,100%{opacity:1} 50%{opacity:.4} }

    @media (max-width: 767px) {
      .ca-report-table thead th,
      .ca-report-table tbody td { padding: 10px 11px; font-size: 0.8rem; }
      .ca-nav-tabs .nav-link { padding: 10px 18px; font-size: 0.82rem; }
    }
    /*@media (max-width: 575px) {*/
    /*  .ca-report-table thead th:nth-child(2),*/
    /*  .ca-report-table tbody td:nth-child(2) { display: none; }*/
    /*}*/


/* ==========================================
   STATIC PAGE TABLES
========================================== */
.bod-page-bg { background: #f5f5f5; padding: 0 0 70px; }
.bod-content-area { padding: 40px 0; }

/* TABLE WRAPPER */
.bod-table-wrap {
    padding-top:23px;
  background: #fff;
  border-top: 4px solid #f76500;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  margin-bottom: 36px;
}

/* HEADER */
.bod-table-header {
  background: #1a1a2e;
  padding: 5px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.bod-table-title {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.bod-table-title span { color: #e8a0a2; }

/* TABLE */
.bod-report-table { width: 100%; border-collapse: collapse; border: 1px solid #d0d0d0; }
.bod-report-table thead tr { background: #f76500; }
.bod-report-table thead th {
  padding: 13px 18px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(201,83,87,0.5);
  white-space: nowrap;
}
.bod-report-table tbody tr { transition: background .18s; }
.bod-report-table tbody tr:hover { background: #fff8f8; }
.bod-report-table tbody td {
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #444;
  vertical-align: top;
  line-height: 1.6;
  border: 1px solid #e0e0e0;
}

.bod-name {
  color: #1a1a2e;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
}
.bod-desig {
  color: #000;
  font-size: 0.82rem;
  font-weight: 400;
}
.bod-design{
    color: #000;
  font-size: 0.82rem;
  font-weight: 600;
}
.bod-address {
  color: #555;
  font-size: 0.82rem;
  line-height: 1.6;
}
.bod-email {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f76500;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  margin-top: 5px;
}
.bod-email:hover { text-decoration: underline; color: #f76500; }
.bod-email i { font-size: 0.75rem; }

@media (max-width: 767px) {
  .bod-report-table thead th,
  .bod-report-table tbody td { padding: 10px 12px; font-size: 0.8rem; }
}

/*Gallery CSS*/

.gl-page-bg { background: #f5f5f5; padding: 0 0 70px; }
    .gl-content-area { padding: 40px 0; }

    .gl-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    @media (max-width: 1199px) { .gl-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 767px)  { .gl-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
    @media (max-width: 480px)  { .gl-grid { grid-template-columns: repeat(1, 1fr); } }

    .gl-card {
      background: #fff;
      box-shadow: 0 4px 18px rgba(0,0,0,.07);
      overflow: hidden;
      cursor: pointer;
     border: 1px solid #bd3f43;
      transition: border-color .2s, box-shadow .2s, transform .2s;
      display: flex;
      flex-direction: column;
    }
    .gl-card:hover {
      border-top-color: #f76500;
      box-shadow: 0 8px 30px rgba(185,63,67,.15);
      transform: translateY(-3px);
    }

    /* image wrapper — cover image only lives here */
    .gl-card-img-wrap {
      position: relative;
      overflow: hidden;
      aspect-ratio: 4/3;
    }
    .gl-card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .4s ease;
    }
    .gl-card:hover .gl-card-img-wrap img { transform: scale(1.06); }

    .gl-card-overlay {
      position: absolute;
      inset: 0;
      background: rgba(26,26,46,.45);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity .25s;
    }
    .gl-card:hover .gl-card-overlay { opacity: 1; }
    .gl-card-overlay i {
      font-size: 1.6rem;
      color: #fff;
      background: #f76500;
      width: 48px; height: 48px;
      display: flex; align-items: center; justify-content: center;
    }

    /* small badge showing photo count when an event has >1 image */
    .gl-count-badge {
      position: absolute;
      top: 8px; right: 8px;
      background: rgba(0,0,0,.6);
      color: #fff;
      font-family: "Inter", sans-serif;
      font-size: 0.7rem;
      font-weight: 600;
      padding: 3px 8px;
      display: flex;
      align-items: center;
      gap: 4px;
      z-index: 2;
    }

    .gl-card-caption {
      padding: 12px 14px 14px;
      border-top: 1px solid #f0f0f0;
      flex: 1;
    }
    .gl-card-caption .gl-img-title {
      font-family: "Inter", sans-serif;
      font-size: 0.82rem;
      font-weight: 600;
      color: #1a1a2e;
      margin: 0 0 4px;
      line-height: 1.35;
    }
   

    /* ── LIGHTBOX OVERLAY ── */
    .gl-lightbox {
      position: fixed;
      inset: 0;
      background: rgba(10,10,20,.92);
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 16px;
    }
    .gl-lightbox.gl-open { display: flex; }

    .gl-lb-close {
      position: absolute;
      top: 18px; right: 22px;
      background: none;
      border: none;
      color: #fff;
      font-size: 1.5rem;
      cursor: pointer;
      z-index: 10001;
      line-height: 1;
      opacity: .85;
      transition: opacity .2s, color .2s;
    }
    .gl-lb-close:hover { opacity: 1; color: #f76500; }

    .gl-lb-counter {
      position: absolute;
      top: 22px; left: 24px;
      font-family: "Inter", sans-serif;
      font-size: 0.78rem;
      font-weight: 600;
      color: rgba(255,255,255,.6);
      letter-spacing: .08em;
    }

    .gl-lb-inner {
      position: relative;
      max-width: 900px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .gl-lb-img-box {
      position: relative;
      width: 100%;
      max-height: 72vh;
      overflow: hidden;
      background: #0a0a14;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .gl-lb-img-box img {
      max-width: 100%;
      max-height: 72vh;
      object-fit: contain;
      display: block;
      transition: opacity .25s;
    }
    .gl-lb-img-box img.gl-fade { opacity: 0; }

    .gl-lb-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(185,63,67,.85);
      border: none;
      color: #fff;
      width: 44px; height: 44px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
      cursor: pointer;
      z-index: 10001;
      transition: background .2s;
    }
    .gl-lb-nav:hover { background: #f76500; }
    .gl-lb-nav.gl-prev { left: 0; }
    .gl-lb-nav.gl-next { right: 0; }
    /* hide arrows/thumbs automatically when event has only 1 image */
    .gl-lb-inner.gl-single .gl-lb-nav,
    .gl-lb-inner.gl-single .gl-lb-thumbs { display: none; }

    .gl-lb-caption {
      width: 100%;
      padding: 14px 16px 6px;
      text-align: center;
    }
    .gl-lb-caption .gl-lb-title {
      font-family: "Inter", sans-serif;
      font-size: 0.95rem;
      font-weight: 600;
      color: #fff;
      margin: 0 0 4px;
    }
    .gl-lb-caption .gl-lb-cat {
      font-family: "Inter", sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      color: #f76500;
      text-transform: uppercase;
      letter-spacing: .07em;
    }

    .gl-lb-thumbs {
      display: flex;
      gap: 8px;
      margin-top: 14px;
      overflow-x: auto;
      max-width: 100%;
      padding-bottom: 4px;
      scrollbar-width: thin;
      scrollbar-color: #f76500 #1a1a2e;
    }
    .gl-lb-thumbs::-webkit-scrollbar { height: 3px; }
    .gl-lb-thumbs::-webkit-scrollbar-track { background: #1a1a2e; }
    .gl-lb-thumbs::-webkit-scrollbar-thumb { background: #f76500; }

    .gl-lb-thumb {
      flex-shrink: 0;
      width: 62px; height: 44px;
      overflow: hidden;
      cursor: pointer;
      border: 2px solid transparent;
      opacity: .55;
      transition: opacity .2s, border-color .2s;
    }
    .gl-lb-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .gl-lb-thumb.gl-thumb-active { border-color: #f76500; opacity: 1; }

    @media (max-width: 991px) { .breadcrumb-hero h1 { font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .breadcrumb-hero { height: 240px; }
      .breadcrumb-hero h1 { font-size: 1.5rem; }
      .gl-lb-nav { width: 36px; height: 36px; font-size: 0.95rem; }}
      
      
    .ca-page-bg { background: #f5f5f5; padding: 0 0 60px; }
    .ca-content-area { padding: 30px 0; }

    /* ── CONTACT CARDS GRID ── */
    .ct-cards-area { padding: 0 0 30px; }
    .ct-card {
      background: #fff;
      border: 1px solid #b5b5b5;
      border-top: 3px solid #f76500;
      height: 100%;
      padding: 30px 26px 26px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }
    .ct-card::after {
      content: "";
      position: absolute;
      right: -30px; top: -30px;
      width: 100px; height: 100px;
      background: #f7650010;
      border-radius: 50%;
      transition: background .25s ease;
    }
    .ct-card:hover {
      box-shadow: 0 10px 26px rgba(0,0,0,.10);
      transform: translateY(-4px);
      border-top-color: #1a1a2e;
    }
    .ct-card:hover::after { background: #1a1a2e12; }
    .ct-icon-badge {
      width: 54px; height: 54px;
      background: #1a1a2e;
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem;
      margin-bottom: 18px;
      position: relative; z-index: 1;
      transition: background .25s ease;
    }
    .ct-card:hover .ct-icon-badge { background: #f76500; }
    .ct-card-label {
      font-family: "Inter", sans-serif;
      font-size: 0.7rem; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #f76500;
      margin-bottom: 8px; position: relative; z-index: 1;
    }
    .ct-card-title {
      font-family: "Inter", sans-serif;
      font-size: 1.05rem; font-weight: 700; color: #1a1a2e;
      margin-bottom: 14px; position: relative; z-index: 1;
    }
    .ct-card-detail {
      font-family: "Inter", sans-serif;
      font-size: 0.92rem; font-weight: 600; color: #333;
      margin-bottom: 4px; position: relative; z-index: 1;
      word-break: break-word;
    }
    .ct-card-sub {
      font-family: "Inter", sans-serif;
      font-size: 0.78rem; color: #888;
      margin-bottom: 16px; position: relative; z-index: 1;
      line-height: 1.5;
    }
    .ct-card-action {
      margin-top: auto;
      display: inline-flex; align-items: center; gap: 7px;
      color: #f76500; text-decoration: none;
      font-family: "Inter", sans-serif; font-size: 0.8rem; font-weight: 700;
      padding: 7px 16px; border: 1.5px solid #f76500; background: #fff;
      transition: background .18s, color .18s;
      position: relative; z-index: 1;
      width: fit-content;
    }
    .ct-card-action:hover { background: #f76500; color: #fff; }

    /* ── OFFICE LOCATION FULL-WIDTH BLOCK ── */
    .ct-location-block {
      border: 1px solid #b5b5b5;
      border-left: 4px solid #f76500;
      background: #fdfaf9;
      padding: 24px 26px;
      margin-bottom: 24px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    .ct-location-icon {
      width: 46px; height: 46px; min-width: 46px;
      background: #f76500;
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem;
    }
    .ct-location-text-title {
      font-family: "Inter", sans-serif;
      font-size: 0.72rem; font-weight: 700; letter-spacing: .1em;
      text-transform: uppercase; color: #f76500;
      margin-bottom: 6px;
    }
    .ct-location-text-main {
      font-family: "Inter", sans-serif;
      font-size: 0.96rem; font-weight: 600; color: #1a1a2e;
      line-height: 1.6;
    }

    /* ── OFFICE HOURS FOOTNOTE STRIP ── */
    .ct-hours-strip {
      display: flex; align-items: center; gap: 10px;
      padding: 14px 26px;
      /*background: #1a1a2e;*/
          color: #1a1a2e;
      font-family: "Inter", sans-serif;
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: .02em;
    }
    .ct-hours-strip i { color: #bd3f43; }
    .ct-hours-strip b { color: #bd3f43; font-weight: 700; }

    @media (max-width: 767px) {
      .ca-content-area { padding: 20px 0; }
      .ct-location-block { padding: 20px; }
      .ct-hours-strip { padding: 12px 20px; }
    }
    
    /* AIAHL SEARCH */
.search-results-section { min-height: 60vh; background: #fdfaf9; }
.search-input-group { border: 1.5px solid #e0c8c9; background: #fff; display: flex; border-radius: 50px; overflow: hidden; }
.search-input { flex: 1; border: none; outline: none; padding: 14px 24px; font-size: 15px; }
.search-btnn { background: #f76500; color: #fff; border: none; padding: 14px 28px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.search-btnn:hover { background: #1a1a2e; }

.result-count { font-size: 15px; color: #666; }
.result-count strong { color: #f76500; }

.section-label { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid #e0c8c9; }
.count-badge { background: #f76500; color: #fff; font-size: 12px; font-weight: 600; padding: 2px 10px; border-radius: 50px; }

.results-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.result-card { background: #fff; border-radius: 12px; border: 1px solid #e0c8c9; border-top: 3px solid #f76500; overflow: hidden; padding: 20px; box-shadow: 0 4px 16px rgba(0,0,0,0.04); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; display: flex; flex-direction: column; }
.result-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(185,63,67,0.12); border-top-color: #1a1a2e; }

.result-tag { display: inline-block; background: #1a1a2e10; color: #1a1a2e; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 50px; text-transform: uppercase; margin-bottom: 10px; width: fit-content; }
.result-title { font-size: 1.05rem; font-weight: 700; color: #1a1a2e; margin: 0 0 8px 0; line-height: 1.4; }
.result-desc { font-size: 13px; color: #666; margin: 0 0 15px 0; line-height: 1.6; flex: 1; }
.result-link { display: inline-flex; align-items: center; gap: 6px; color: #f76500; font-size: 13px; font-weight: 700; text-decoration: none; margin-top: auto; transition: gap 0.2s, color 0.2s; }
.result-link:hover { gap: 10px; color: #1a1a2e; }

.empty-state { text-align: center; padding: 60px 20px; }
.empty-state h3 { font-size: 1.5rem; font-weight: 700; color: #1a1a2e; margin-top: 20px; }
.empty-state p { color: #666; }
/*==========================
    NO RESULT SECTION
==========================*/

.sr-no-result{
    background:#fff;
    padding:60px 40px;
    margin-top:35px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.sr-tag{
    display:inline-block;
    margin-bottom:18px;
    font-size:14px;
    font-weight:700;
    color:#C62828;
    letter-spacing:2px;
    text-transform:uppercase;
}

.sr-no-result h2{
    font-size:58px;
    font-weight:700;
    color:#1B2A49;
    margin-bottom:20px;
}

.sr-no-result h2 span{
    color:#C62828;
}

.sr-no-result p{
    max-width:760px;
    margin:auto;
    color:#666666;
    font-size:20px;
    line-height:1.9;
}

.sr-btn-group{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.btn-home,
.btn-search{
    min-width:190px;
    height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-size:18px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.btn-home{
    background:#C62828;
    color:#fff;
}

.btn-home:hover{
    background:#A91E1E;
    color:#fff;
}

.btn-search{
    background:#1B2A49;
    color:#fff;
    border:none;
}

.btn-search:hover{
    background:#101425;
}

/* Responsive */

@media (max-width:768px){

    .sr-no-result{
        padding:40px 20px;
    }

    .sr-no-result-icon{
        width:120px;
        height:120px;
    }

    .sr-no-result-icon i{
        font-size:45px;
    }

    .sr-no-result h2{
        font-size:38px;
    }

    .sr-no-result p{
        font-size:16px;
    }

    .btn-home,
    .btn-search{
        width:100%;
        max-width:260px;
    }

}
    /* ══════════════════════════════════
       COMPLIANCE REPORTS CSS
    ══════════════════════════════════ */
    .cr-page-bg { background: #f5f5f5; padding: 0 0 70px; }
    .cr-content-area { padding: 40px 0; }

    /* ── LEFT YEAR TABS ── */
    .cr-year-panel {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      overflow: hidden;
      transition: 0.3s;
    }
    .cr-year-panel .cr-panel-head {
      background: #1a1a2e;
      padding: 5px 20px;
      font-family: "Roboto", sans-serif;
      font-size: 0.88rem;
      font-weight: 700;
      color: #fff;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .cr-year-btn {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 15px 20px;
      background: #fff;
      border: none;
      border-bottom: 1px solid #f0f0f0;
      font-size: 0.92rem;
      font-weight: 600;
      color: #333;
      cursor: pointer;
      text-align: left;
      font-family: "Roboto", sans-serif;
      transition: background .2s, color .2s, padding-left .2s;
    }
    .cr-year-btn:last-child { border-bottom: none; }
    .cr-year-btn i { font-size: 0.75rem; color: #bbb; transition: color .2s; }
    .cr-year-btn:hover { background: #fff5f5; color: #f76500; padding-left: 26px; }
    .cr-year-btn:hover i { color: #f76500; }
    .cr-year-btn.cr-active { background: #f76500; color: #fff; padding-left: 26px; }
    .cr-year-btn.cr-active i { color: #fff; }

    /* ── RIGHT TABLE AREA ── */
    #content-col { transition: 0.3s; }
    .cr-table-wrap {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      margin-bottom: 20px;
    }
    .cr-table-header {
      background: #1a1a2e;
      padding: 5px 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 10px;
    }
    .cr-table-title {
      font-family: "Roboto", sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      color: #fff;
    }
    .cr-count-badge {
      background: #f76500;
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: .08em;
      padding: 4px 12px;
    }
    
    /* ── GLOBAL SEARCH BAR ── */
    .cr-search-bar-global {
      background: #fff;
      border-top: 4px solid #f76500;
      box-shadow: 0 4px 20px rgba(0,0,0,.08);
      padding: 20px 24px;
      margin-bottom: 25px;
    }
    .cr-search-input {
      width: 100%;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 12px 14px 12px 40px;
      font-size: 0.95rem;
      color: #333;
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") no-repeat 14px center;
      outline: none;
      transition: border-color .2s;
    }
    .cr-search-input:focus { border-color: #f76500; }

    /* ── TABLE WITH BORDERS ── */
    .cr-tbl-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }

    .cr-report-table {
      width: 100%;
      border-collapse: collapse;
      min-width: 480px;
    }
    .cr-report-table thead tr { background: #f76500; }
    .cr-report-table thead th {
      padding: 13px 20px;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid #f76500;
      white-space: nowrap;
    }
    .cr-report-table thead th:first-child { width: 130px; }
    .cr-report-table tbody tr { transition: background .18s; }
    .cr-report-table tbody tr:hover { background: #fff8f8; }
    .cr-report-table tbody td {
      padding: 14px 20px;
      font-size: 0.875rem;
      color: #555;
      vertical-align: middle;
      border: 1px solid #e5e5e5;
    }
    .cr-report-table tbody td:first-child {
      font-weight: 600;
      color: #777;
      white-space: nowrap;
      font-size: 0.82rem;
    }
    .cr-file-link {
      color: #1a1a2e;
      text-decoration: none;
      font-weight: 500;
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }
    .cr-file-link:hover { color: #f76500; }
    .cr-pdf-icon {
      min-width: 28px; height: 28px;
      background: rgba(155,28,32,.1);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      transition: background .18s;
    }
    .cr-file-link:hover .cr-pdf-icon { background: #f76500; }
    .cr-pdf-icon i { font-size: 0.72rem; color: #f76500; transition: color .18s; }
    .cr-file-link:hover .cr-pdf-icon i { color: #fff; }

    /* Tab panel show/hide */
    .cr-tab-panel { display: none; }
    .cr-tab-panel.cr-active { display: block; }

    /* Responsive */
    @media (max-width: 767px) {
      .cr-report-table thead th,
      .cr-report-table tbody td { padding: 10px 12px; }
      .cr-year-btn { font-size: 0.85rem; padding: 12px 16px; }
    }
    /* ── PAGINATION SYSTEM STYLING ── */
.cr-pagination-footer {
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
}

.cr-pagination-footer .pagination {
    gap: 5px;
}

/* Style for structural list anchors */
.cr-pagination-footer .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e0c8c9;
    border-radius: 4px;
    font-size: 0.82rem;
    color: #f76500;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    box-shadow: none !important;
}

/* Hover behaviors */
.cr-pagination-footer .page-item:not(.active):not(.disabled) .page-link:hover {
    background-color: #fff5f5;
    color: #f76500;
    border-color: #f76500;
}

/* Active Highlight state matching branding */
.cr-pagination-footer .page-item.active .page-link {
    background-color: #f76500 !important;
    color: #ffffff !important;
    border-color: #f76500 !important;
    font-weight: 700;
}

/* Disabled/Arrow Limit States */
.cr-pagination-footer .page-item.disabled .page-link {
    color: #ccc;
    background-color: #f5f5f5;
    border-color: #e5e5e5;
    cursor: not-allowed;
}

/*Static Pages CSS*/
.cr-table-wrap{
    background:#fff;
    border-top:4px solid #f76500;
    box-shadow:0 4px 20px rgba(0,0,0,.08);
    margin-bottom:20px;
}

.cr-table-header{
    background:#1a1a2e;
    padding:5px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:10px;
}

.cr-table-title{
    font-family:Roboto,sans-serif;
    font-size:.95rem;
    font-weight:700;
    color:#fff;
}

.cr-count-badge{
    background:#f76500;
    color:#fff;
    font-size:.72rem;
    font-weight:700;
    letter-spacing:.08em;
    padding:4px 12px;
}

.cr-tbl-scroll{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.cr-report-table{
    width:100%;
    border-collapse:collapse;
    min-width:500px;
}

.cr-report-table thead tr{
    background:#f76500;
}

.cr-report-table thead th{
    padding:13px 20px;
    font-size:.8rem;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #f76500;
}

.cr-report-table tbody td{
    padding:14px 20px;
    font-size:.875rem;
    color:#555;
    border:1px solid #e5e5e5;
    vertical-align:middle;
}

.cr-report-table tbody tr{
    transition:.18s;
}

.cr-report-table tbody tr:hover{
    background:#fff8f8;
}

.cr-file-link{
    display:flex;
    align-items:center;
    gap:10px;
    color:#1a1a2e;
    text-decoration:none;
    font-weight:500;
}

.cr-file-link:hover{
    color:#f76500;
}

.cr-pdf-icon{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(155,28,32,.1);
    transition:.2s;
    flex-shrink:0;
}

.cr-file-link:hover .cr-pdf-icon{
    background:#f76500;
}

.cr-pdf-icon i{
    color:#f76500;
    font-size:.72rem;
}

.cr-file-link:hover .cr-pdf-icon i{
    color:#fff;
}

@media(max-width:767px){

    .cr-report-table{
        min-width:650px;
    }

    .cr-report-table th,
    .cr-report-table td{
        padding:12px;
    }
}

  /* ══════════════════════════════════
     SITE MAP PAGE – OWN CLASSES (sm-)
     Single-card layout: all menus inside ONE box
  ══════════════════════════════════ */

  .sm-page-bg { background: #f5f5f5; padding: 0 0 70px; }
  .sm-content-area { padding: 40px 0; }

  /* ONE big card wrapping everything */
  .sm-card {
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.07);
    border-top: 3px solid #f76500;
    padding: 30px 34px 34px;
  }

  /* internal masonry-style columns for the sections INSIDE the single card
     (CSS multi-column flow balances content automatically, no uneven gaps) */
  .sm-sections-grid {
    column-count: 2;
    column-gap: 32px;
  }
  @media (max-width: 991px) { .sm-sections-grid { column-count: 2; } }
  @media (max-width: 575px) { .sm-sections-grid { column-count: 1; } }

  .sm-section {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 28px;
    display: inline-block;
    width: 100%;
  }

  .sm-section-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
  }
  .sm-section-head i {
    width: 36px; height: 36px;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    background: #fff5f5;
    color: #f76500;
    font-size: 0.95rem;
  }
  .sm-section-head h3 {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
  }
  .sm-section-head h3 a { color: inherit; text-decoration: none; }
  .sm-section-head h3 a:hover { color: #f76500; }

  .sm-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .sm-list > li {
    margin-bottom: 9px;
  }
  .sm-list > li:last-child { margin-bottom: 0; }

  .sm-list a {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    line-height: 1.4;
    transition: color .15s, padding-left .15s;
  }
  .sm-list a::before {
    content: "\f105"; /* fa-chevron-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.62rem;
    color: #f76500;
    flex-shrink: 0;
  }
  .sm-list a:hover {
    color: #f76500;
    padding-left: 3px;
  }

  /* nested sub-list */
  .sm-sublist {
    list-style: none;
    margin: 6px 0 12px 20px;
    padding: 0;
    border-left: 2px solid #f0f0f0;
  }
  .sm-sublist li { margin-bottom: 9px; padding-left: 12px; }
  .sm-sublist li:last-child { margin-bottom: 0; }
  .sm-sublist a {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    line-height: 1.4;
    transition: color .15s, padding-left .15s;
  }
  .sm-sublist a::before {
    content: "\f105"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.62rem;
    color: #f76500;
    flex-shrink: 0;
  }
  .sm-sublist a:hover {
    color: #f76500;
    padding-left: 3px;
  }

  .sm-parent-label {
    display: flex;
    align-items: baseline;
    gap: 7px;
    font-family: "Inter", sans-serif;
    font-size: 0.87rem;
    font-weight: 500;
    color: #444;
    line-height: 1.4;
  }
  .sm-parent-label::before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.62rem;
    color: #f76500;
    flex-shrink: 0;
  }

  @media (max-width: 991px) { .breadcrumb-hero h1 { font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .breadcrumb-hero { height: 240px; }
    .breadcrumb-hero h1 { font-size: 1.5rem; }
  }
  
  
  
    /* ══ BREADCRUMB STRIP CSS — shared across all pages ══ */
  .page-breadcump {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    background-color: #fdfaf9;
    border-bottom: 1px solid #e0c8c9;
  }
  .page-breadcump h2 {
    margin: 0;
    color: #1a1a2e;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .3px;
  }
  .breadcrumb-trail {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .breadcrumb-trail .root-parent {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 600;
  }
  .breadcrumb-trail a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f76500;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
  }
  .breadcrumb-trail a:hover {
    text-decoration: underline;
    color: #1a1a2e;
  }
  .breadcrumb-trail .sep {
    color: #999999;
    font-size: 13px;
  }
  .breadcrumb-trail .current {
    color: #1a1a2e;
    font-size: 14px;
    font-weight: 700;
  }
  .breadcrumb-trail svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    margin-bottom: 2px;
  }
  @media (max-width: 768px){
    .page-breadcump {
      padding: 16px 24px;
      flex-direction: column;
      align-items: flex-start;
    }
    .page-breadcump h2 { font-size: 20px; }
  }
