@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/2026new/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/2026new/montserrat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/2026new/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  
  /* clean Montserrat rendering, no faux weights */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-synthesis-weight: none;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
 
}

strong, b {
  font-weight: 600;
  font-synthesis-weight: none;
}

a {
  color: inherit;
  text-decoration: none;
}


button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/* ---------- accessibility ---------- */

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lb-skip {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 1100;
  padding: 12px 20px;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: #7c3aed;
  transition: top 0.2s ease;
}
.lb-skip:focus { top: 0; }

:focus-visible {
  outline: 2px solid #a855f7;
  outline-offset: 2px;
  border-radius: 4px;
}

/* scroll lock while the mobile drawer is open */
body.lb-lock {
  overflow: hidden;
}

/*Customise CSS*/

.inner-banner-space {
  padding: 150px 0 100px 0;
}

.inner-banner-img {
  position: relative;
  overflow: hidden;
  background-color: #0b1420;
}

.inner-banner-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner-img > .container {
  position: relative;
  z-index: 1;
}

.border-ri-000{
  border-right: 1px solid #000;
}
.svg-width{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.step-track {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 720px;
  margin: 0 auto 40px;
}

.step-track__node {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #7A2BF5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.step-track__node svg { width: 20px; height: 20px; }

.step-track__line {
  flex: 1 1 auto;
  height: 4px;
  background: #7A2BF5;
  border-radius: 2px;
}
/* =========================================================
   tabs
   ========================================================= */

.hc-tabs-wrap { display: flex; flex-wrap: wrap; align-items: stretch; gap: 0 10px; }

.hc-item { display: contents; }

/* ---------- tab ---------- */

.hc-tab {
   flex: 0 1 260px;
  align-self: stretch;
  padding: 20px;
  border-radius: 15px 15px 0 0;
  background: #f6f6f6;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top: 10px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
}


.hc-tab.active {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
  background: #ffffff;
  border-top: 10px solid #691aa1;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
  border-radius: 15px 15px 0 0;
}
.hc-tab h3 { margin: 0; font-size: 16px; font-weight: 700; font-synthesis-weight: none; line-height: 150%; text-align: left; color: #000000;}
.hc-tab.active h3 { color: #691aa1; }
.hc-tab p { margin: 6px 0 0; font-size: 16px; font-weight: 400; line-height: 150%; text-align: left; color: #000000;}
.hc-tab:focus,
.hc-tab:focus-visible,
.hc-panel-inner:focus,
.hc-panel-inner:focus-visible { outline: none; }

.hc-chevron { display: none; }

/* ---------- panel ---------- */

.hc-panel { flex: 1 1 100%; order: 99; display: none; }
.hc-panel.active { display: block; }
.hc-panel-inner { padding: 50px;   min-height: 420px; border: 1px solid #e5e5e5; border-radius: 0 15px 15px 15px; background: #ffffff; box-shadow: 5px 9px 10.2px 0 rgba(0, 0, 0, 0.06); }
@media (prefers-reduced-motion: reduce) {
  .hc-panel, .hc-chevron, .hc-tab { transition: none; }
}
.rating-stars { display: flex; gap: 6px; margin-bottom: 22px;}
.rating-stars svg { width: 22px; height: auto;}
.faq-item { border-bottom: 1px solid #e5e5e5; }
.faq-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 20px 4px; border: 0; background: none; text-align: left; cursor: pointer; color: #000000;
}
.faq-head::after { content: ""; width: 14px; height: 14px; flex-shrink: 0;
  background:
    linear-gradient(currentColor, currentColor) center/14px 1.5px no-repeat,
    linear-gradient(currentColor, currentColor) center/1.5px 14px no-repeat;
  transition: transform 0.35s ease;
}
.faq-item.is-open .faq-head::after {
  background: linear-gradient(currentColor, currentColor) center/14px 1.5px no-repeat;
  transform: rotate(180deg);
}
.faq-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);}
.faq-item.is-open .faq-body { grid-template-rows: 1fr; }
.faq-body > div { overflow: hidden; min-height: 0; }
.faq-body p { margin: 0; padding: 0 40px 20px 0; }
.footet-img-sec img{ max-width: 550px;}
.bg-svg { border-radius: 10px; background: #FFF; padding: 10px;}
video.w-100 {
  display: block;
  height: auto;
  border-radius: 15px;
}
.coming-soon {
    color: #dc3545;
    font-weight: 600;
    font-size: 11px;
}