/* ── SECTION ── */
.hlx-section {
  padding-block: var(--hlx-section-py, 60px);
  background: var(--clr-white);
}
.hlx-section-grey {
  padding-block: var(--hlx-section-py, 60px);
  background: var(--clr-bg);
}
.hlx-section--sm {
  --hlx-section-py: 36px;
}
.hlx-section--lg {
  --hlx-section-py: 80px;
}
.hlx-section--white {
  background: var(--clr-white);
}
.hlx-section--divided {
  border-top: 1px solid var(--clr-border);
}

@media (max-width: 767px) {
  .hlx-section {
    --hlx-section-py: 36px;
  }
}

/* ── EYEBROW ── */
.hlx-eyebrow {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr-primary);
  line-height: 1.4;
}

/* ── TITLE ── */
.hlx-title {
  color: var(--clr-title);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 20px;
}
.hlx-title--gold {
  color: var(--clr-primary);
}

/* ── PARAGRAPH ── */
.hlx-para {
  color: var(--clr-text);
  line-height: 1.85;
  margin: 0 0 14px;
}
.hlx-para:last-child {
  margin-bottom: 0;
}
.hlx-para--muted {
  color: var(--clr-text-muted);
}
.hlx-para--sm {
  font-size: 13px;
}
.hlx-para--lg {
  font-size: 16px;
}

/* ================================================================
   HLX CHECKLIST COMPONENT
================================================================ */
.hlx-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hlx-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0px;
  transition: background var(--tr, 0.22s ease);
}

.hlx-checklist__item:last-child {
  border-bottom: none;
}


.hlx-checklist__icon {
  flex-shrink: 0;
  margin-top: 8px; /* optical alignment with first line of text */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hlx-checklist__text {
  color: var(--clr-text, #1a1d23);
  line-height: 1.75;
}


.video-thumbnail-btn {
    position: relative;
    border: none;
    background: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
}

.video-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-popup[hidden] {
    display: none;
}

.video-popup-content {
    width: 90%;
    max-width: 900px;
    position: relative;
}

.video-popup video {
    width: 100%;
    border-radius: 10px;
}

.close-popup {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 36px;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.play-icon svg {
    width: 32px;
    height: 32px;
}

.connect-box{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D8D8D8;
    background-color: var(--clr-white);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px 0px 0px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 0px;
    padding: 025px 20px 10px 20px;
    position: relative;
    min-height: 505px;
}
.hlx-para a {
    color: var(--clr-primary);
}
.level {
    height: 26px;
    background-color: #e77727;
    position: absolute;
    top: 20px;
    right: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 6px 15px 0;
}
.customer-title{
    max-width: 70%;
    color:var(--clr-text);
    margin-bottom: 20px;
}

.customer-sub-title{
    color:var(--clr-text);
    margin: 10px 0 5px 0;
}
#idcw-list {
    list-style: disc;
    margin-left: 16px;
}
#unclaimed {
    background-color: var(--clr-bg);
    padding: 30px 10px 30px 10px;
    border-radius: 5px 5px 5px 5px;
}
.left-border{
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #CCCCCC;
}


/* KYC CORNER */

.hlx-kyc-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hlx-kyc-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-family: var(--font);
  font-size: calc(13px * var(--a11y-font-scale, 1));
  background: var(--clr-white);
  border: 1px solid var(--clr-border);
}

/* ── Banner Row ── */
.hlx-kyc-table__banner {
  background: var(--clr-orange);
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 700;
  font-size: calc(13px * var(--a11y-font-scale, 1));
  text-align: left;
}

/* ── Column Headers ── */
.hlx-kyc-table__col-headers {
  background: var(--clr-white);
  border-bottom: 1px solid var(--clr-border);
}
.hlx-kyc-table__col-head {
  padding: 12px 16px;
  font-weight: 700;
  font-size: calc(13px * var(--a11y-font-scale, 1));
  color: var(--clr-text);
  text-align: left;
  border-right: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
  width: 25%;
}
.hlx-kyc-table__col-head:last-child {
  border-right: none;
}

/* ── Body Rows ── */
.hlx-kyc-table__row {
  border-bottom: 1px solid var(--clr-border);
  vertical-align: top;
}
.hlx-kyc-table__row:last-child {
  border-bottom: none;
}
.hlx-kyc-table__row--alt {
  background: #f9f9f9;
}

/* ── Cells ── */
.hlx-kyc-table__cell {
  padding: 12px 16px;
  color: var(--clr-text);
  line-height: 1.75;
  border-right: 1px solid var(--clr-border);
  vertical-align: top;
  font-size: calc(13px * var(--a11y-font-scale, 1));
}
.hlx-kyc-table__cell:last-child {
  border-right: none;
}
.hlx-kyc-table__cell--status {
  font-weight: 600;
  color: var(--clr-text);
}

/* Remove badges — plain text only */
.hlx-kyc-badge {
  font-weight: 600;
  color: var(--clr-text);
  font-size: calc(13px * var(--a11y-font-scale, 1));
}

/* ── Links ── */
.hlx-kyc-table__link {
  color: var(--clr-orange);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--tr);
  word-break: break-all;
}
.hlx-kyc-table__link:hover {
  color: var(--clr-primary);
}
.hlx-kyc-table__link:focus-visible {
  outline: 2px solid var(--clr-orange);
  outline-offset: 3px;
  border-radius: 2px;
}

/* Block link (download) */
.hlx-kyc-table__link--block {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  word-break: normal;
}

/* ── Inline List ── */
.hlx-kyc-table__list {
  list-style: disc;
  padding-left: 20px;
  margin: 6px 0 10px;
}
.hlx-kyc-table__list li {
  margin-bottom: 4px;
}

/* ── Label ── */
.hlx-kyc-table__label {
  display: block;
  margin-bottom: 4px;
  color: var(--clr-text);
  font-weight: 700;
}

/* ── Note ── */
.hlx-kyc-table__note {
  display: block;
  color: var(--clr-text);
  font-size: calc(12px * var(--a11y-font-scale, 1));
  font-style: normal;
  line-height: 1.7;
  margin-top: 8px;
}

.bg-wrap{
  background-color: var(clr-head-orange);
  margin: 0px 0px 30px 0px;
  padding: 10px 15px 10px 15px;
  color:var(--clr-white);
}

#num-list {
    list-style: auto;
    margin-left: 16px;
}
#num-list a{
  color: var(--clr-head-orange);
}

/* ================================================================
   HLX DOCUMENT LIST
================================================================ */
.hlx-doc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: doc-counter;
  margin-bottom: 20px;
}

.hlx-doc-list__item {
  counter-increment: doc-counter;
  margin-bottom: 24px;
}
.hlx-doc-list__item:last-child {
  margin-bottom: 0;
}

/* Numbered heading */
.hlx-doc-list__heading {
  display: block;
  color: var(--clr-text);
  font-weight: 700;
  margin-bottom: 8px;
}
.hlx-doc-list__heading::before {
  content: counter(doc-counter) ". ";
  color: var(--clr-text);
  font-weight: 700;
}

/* Bullet sub-list */
.hlx-doc-list__bullets {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
}

.hlx-doc-list__bullet {
  color: var(--clr-text);
  line-height: 1.75;
  margin-bottom: 4px;
  padding-left: 4px;
}
.hlx-doc-list__bullet:last-child {
  margin-bottom: 0;
}

/* Link */
.hlx-doc-list__link {
  color: var(--clr-orange);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color var(--tr);
}
.hlx-doc-list__link:hover {
  color: var(--clr-primary);
}
.hlx-doc-list__link:focus-visible {
  outline: 2px solid var(--clr-orange);
  outline-offset: 3px;
  border-radius: 2px;
}
.ls-none .hlx-doc-list__heading:before{
  content: "";
}

/* ================================================================
   HLX ACCORDION
================================================================ */
.hlx-accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--clr-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

/* ── Item ── */
.hlx-accordion__item {
  border-bottom: 1px solid var(--clr-border);
}
.hlx-accordion__item:last-child {
  border-bottom: none;
}

/* ── Heading ── */
.hlx-accordion__heading {
  margin: 0;
  padding: 0;
}

/* ── Trigger Button ── */
.hlx-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: var(--clr-head-orange);
  border: none;
  cursor: pointer;
  font-family: var(--font);
  color: var(--clr-white);
  text-align: left;
  transition: background var(--tr), color var(--tr);
  border-radius: 0;
}
.hlx-accordion__trigger:hover {
  background: var(--clr-primary-dark);
  color: var(--clr-white);
}
.hlx-accordion__trigger[aria-expanded="true"] {
  background: var(--clr-primary-dark);
  color: var(--clr-white);
  border-bottom: 1px solid var(--clr-border);
}
.hlx-accordion__trigger:focus-visible {
  outline: 2px solid var(--clr-orange);
  outline-offset: -2px;
}

/* ── Title ── */
.hlx-accordion__title {
  flex: 1;
  line-height: 1.5;
}

/* ── Icon ── */
.hlx-accordion__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--clr-border);
  color: var(--clr-white);
  transition: border-color var(--tr), background var(--tr);
}
.hlx-accordion__trigger:hover .hlx-accordion__icon,
.hlx-accordion__trigger[aria-expanded="true"] .hlx-accordion__icon {
  border-color: var(--clr-orange);
  background: var(--clr-orange);
  color: #fff;
}

/* show/hide plus and minus icons */
.hlx-accordion__icon--minus { display: none; }
.hlx-accordion__trigger[aria-expanded="true"] .hlx-accordion__icon--plus  { display: none; }
.hlx-accordion__trigger[aria-expanded="true"] .hlx-accordion__icon--minus { display: block; }

/* ── Panel ── */
.hlx-accordion__panel {
  background: var(--clr-white);
}
.hlx-accordion__panel[hidden] {
  display: none;
}

/* ── Body ── */
.hlx-accordion__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* ── Entry (Q&A block) ── */
.hlx-accordion__entry {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hlx-accordion__entry-title {
  display: block;
  font-weight: 700;
  color: var(--clr-text);
  line-height: 1.5;
}
.hlx-accordion__entry .hlx-para {
  margin: 0;
}



/* Videos */
/* ================================================================
   VIDEOS SECTION
================================================================ */
.hlx-videos-section {
  background: var(--clr-bg);
  padding: 48px 0;
}

/* Video Card */
.hlx-vc {
  background: var(--clr-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform var(--tr), box-shadow var(--tr);
  height: 100%;
  padding: 15px 15px 0;
}
.hlx-vc:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

/* Thumb button — full width, no default button styles */
.hlx-vc__btn {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  position: relative;
}
.hlx-vc__btn:focus-visible {
  outline: 3px solid var(--clr-primary);
  outline-offset: 2px;
}

/* Thumbnail */
.hlx-vc__thumb {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.hlx-vc__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.hlx-vc:hover .hlx-vc__img {
  transform: scale(1.05);
}

/* Play button circle */
.hlx-vc__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--tr), transform var(--tr);
  pointer-events: none;
  z-index: 2;
}
.hlx-vc:hover .hlx-vc__play {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Card body */
.hlx-vc__body {
  padding: 14px 0;
}
.hlx-vc__title {
  color: var(--clr-primary);
  margin: 0;
  line-height: 1.45;
  text-align: left;
}

/* ================================================================
   VIDEO POPUP
================================================================ */
.hlx-vpop {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 99999 !important;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.88);
}
.hlx-vpop.is-open,
.hlx-vpop[style*="flex"] {
  display: flex !important;
}
.hlx-vpop__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.88);
  cursor: pointer;
}

.hlx-vpop__box {
  position: relative;
  width: 90%;
  max-width: 900px;
  z-index: 1;
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,0.6);
  animation: hlxPopIn 0.22s ease;
}
@keyframes hlxPopIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}
body.pause-animations .hlx-vpop__box { animation: none; }

.hlx-vpop__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1a1a1a;
  padding: 12px 16px;
  gap: 12px;
}
.hlx-vpop__title {
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.hlx-vpop__close {
  background: transparent;
  border: none;
  color: #aaaaaa;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: color var(--tr), background var(--tr);
}
.hlx-vpop__close:hover { color: #ffffff; background: var(--clr-primary); }
.hlx-vpop__close:focus-visible {
  outline: 2px solid var(--clr-primary);
  outline-offset: 2px;
}

/* 16:9 media area */
.hlx-vpop__media {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #000000;
}

/* Responsive */
@media (max-width: 767px) {
  .hlx-vc__thumb { height: 180px; }
  .hlx-vpop__box { width: 95%; }
}

/* Dark mode */
body.dark-mode .hlx-vc { background: var(--clr-surface); }
body.dark-mode .hlx-vc__title { color: var(--clr-primary); }


/* ── Dark Mode ── */
body.dark-mode .hlx-accordion {
  border-color: var(--clr-border);
}
body.dark-mode .hlx-accordion__item {
  border-color: var(--clr-border);
}
body.dark-mode .hlx-accordion__trigger {
  background: var(--clr-surface);
  color: var(--clr-text);
}
body.dark-mode .hlx-accordion__trigger:hover,
body.dark-mode .hlx-accordion__trigger[aria-expanded="true"] {
  background: rgba(227, 123, 36, 0.08);
}
body.dark-mode .hlx-accordion__panel {
  background: var(--clr-surface);
}
body.dark-mode .hlx-accordion__entry-title {
  color: var(--clr-text);
}

/* ── High Contrast ── */
body.high-contrast .hlx-accordion {
  border: 2px solid #fff;
}
body.high-contrast .hlx-accordion__trigger {
  background: #000;
  color: #fff;
  border-color: #fff;
}
body.high-contrast .hlx-accordion__trigger:hover,
body.high-contrast .hlx-accordion__trigger[aria-expanded="true"] {
  background: #111;
  color: #ffcc00;
}
body.high-contrast .hlx-accordion__panel {
  background: #000;
}
body.high-contrast .hlx-accordion__entry-title {
  color: #fff;
}
body.high-contrast .hlx-accordion__icon {
  border-color: #fff;
  color: #fff;
}

/* ── Reduced Motion ── */
body.pause-animations .hlx-accordion__trigger,
body.pause-animations .hlx-accordion__icon {
  transition: none;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .hlx-accordion__trigger {
    padding: 14px 16px;
  }
  .hlx-accordion__body {
    padding: 16px;
  }
}




/* ── Dark Mode ── */
body.dark-mode .hlx-doc-list__heading,
body.dark-mode .hlx-doc-list__bullet {
  color: var(--clr-text);
}

/* ── High Contrast ── */
body.high-contrast .hlx-doc-list__heading,
body.high-contrast .hlx-doc-list__bullet {
  color: #fff;
}
body.high-contrast .hlx-doc-list__link {
  color: #ffcc00;
}

/* ── Dark Mode ── */
body.dark-mode .hlx-kyc-table {
  background: var(--clr-surface);
  border-color: var(--clr-border);
}
body.dark-mode .hlx-kyc-table__col-headers {
  background: var(--clr-surface);
}
body.dark-mode .hlx-kyc-table__col-head {
  color: var(--clr-text);
  border-color: var(--clr-border);
}
body.dark-mode .hlx-kyc-table__row--alt {
  background: rgba(255, 255, 255, 0.03);
}
body.dark-mode .hlx-kyc-table__cell {
  color: var(--clr-text);
  border-color: var(--clr-border);
}
body.dark-mode .hlx-kyc-badge {
  color: var(--clr-text);
}

/* ── High Contrast ── */
body.high-contrast .hlx-kyc-table {
  border: 2px solid #fff;
}
body.high-contrast .hlx-kyc-table__banner {
  background: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
body.high-contrast .hlx-kyc-table__col-head,
body.high-contrast .hlx-kyc-table__cell {
  color: #fff;
  background: #000;
  border-color: #fff;
}
body.high-contrast .hlx-kyc-table__row--alt .hlx-kyc-table__cell {
  background: #111;
}
body.high-contrast .hlx-kyc-table__link {
  color: #ffcc00;
}

/* UPI HANDLE */
.hlx-ig__sub_title {
    color: var(--clr-sub-title);
}
.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#idcw-list-orange {
    list-style: disc;
    margin-left: 0px;
    padding-left: 18px;
}
#idcw-list-orange ::marker{
    color: var(--clr-orange);
    font-size: 16px;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .hlx-kyc-table-wrap {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .hlx-kyc-table__cell,
  .hlx-kyc-table__col-head {
    padding: 10px 12px;
  }
}


/* Dark mode */
body.dark-mode .hlx-checklist {
  background: var(--clr-surface);
}

body.dark-mode .hlx-checklist__item:hover {
  background: rgba(255, 255, 255, 0.05);
}
body.dark-mode .hlx-checklist__text {
  color: var(--clr-text);
}

/* High contrast mode */
body.high-contrast .hlx-checklist {
  background: #000;
}
body.high-contrast .hlx-checklist__item {
  border-color: #fff;
}
body.high-contrast .hlx-checklist__text {
  color: #fff;
}


/* Responsive */
@media (max-width: 880px) {
    .distance-top{
        margin-top: 5px;
    }
}

@media (max-width: 767px) {
  .hlx-checklist__item {
    padding: 14px 16px;
    gap: 12px;
  }
  .connect-box{
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
  }
  .left-border{
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #CCCCCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  
}




