/* dark mode time issue */
/* body.custom-color {
    background: linear-gradient(141.55deg, rgba(240, 244, 243, 0) 3.46%, #f0f4f3 99.86%);
} */

body.custom-color .bg-primary {
  background: linear-gradient(141.55deg, var(--color-customColor) 3.46%, var(--color-customColor) 99.86%), var(--color-customColor) !important;
}

body.custom-color .dash-header .drp-language .drp-text,
body.custom-color .dash-header .dash-head-link>i:not(.nocolor) {
  color: var(--color-customColor);
}

body.custom-color .dash-header .drp-company .theme-avtar {
  background: #e9d5e7;
  color: var(--color-customColor);
}

body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item.active>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:active>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:focus>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:hover>.dash-link,
body.custom-color .dash-sidebar .dash-navbar>.dash-item.active>.dash-link,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:active>.dash-link,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:focus>.dash-link,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:hover>.dash-link {
  background: linear-gradient(141.55deg, var(--color-customColor) 3.46%, var(--color-customColor) 99.86%), var(--color-customColor);
  ;
  color: #fff;
  box-shadow: 0 5px 7px -1px rgba(146, 44, 136, 0.3);
}

body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item.active>.dash-link i,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:active>.dash-link i,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:focus>.dash-link i,
body.custom-color .dash-sidebar.light-sidebar .dash-navbar>.dash-item:hover>.dash-link i,
body.custom-color .dash-sidebar .dash-navbar>.dash-item.active>.dash-link i,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:active>.dash-link i,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:focus>.dash-link i,
body.custom-color .dash-sidebar .dash-navbar>.dash-item:hover>.dash-link i {
  color: var(--color-customColor);
  ;
}

body.custom-color .dash-sidebar.light-sidebar .dash-item .dash-submenu .dash-item::before,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item::before {
  border-right-color: var(--color-customColor);
}

body.custom-color .dash-sidebar.light-sidebar .dash-item .dash-submenu .dash-item.active>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-item .dash-submenu .dash-item:active>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-item .dash-submenu .dash-item:focus>.dash-link,
body.custom-color .dash-sidebar.light-sidebar .dash-item .dash-submenu .dash-item:hover>.dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item.active>.dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item:active>.dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item:focus>.dash-link,
body.custom-color .dash-sidebar .dash-item .dash-submenu .dash-item:hover>.dash-link {
  color: var(--color-customColor);
}

body.custom-color a:not([class]) {
  color: var(--color-customColor);
}

body.custom-color a:not([class]):hover {
  color: var(--color-customColor);
}

body.custom-color .text-primary {
  color: var(--color-customColor) !important;
}

body.custom-color .list-group-item.active {
  background: linear-gradient(141.55deg, var(--color-customColor) 3.46%, var(--color-customColor) 99.86%), var(--color-customColor) !important;
}

body.custom-color .progress-bar:not([class*="bg-"]),
body.custom-color .btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--color-customColor);
  --bs-btn-border-color: var(--color-customColor);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--color-customColor);
  --bs-btn-hover-border-color: var(--color-customColor);
  --bs-btn-focus-shadow-rgb: 162, 76, 154;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--color-customColor);
  --bs-btn-active-border-color: var(--color-customColor);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--color-customColor);
  ;
  --bs-btn-disabled-border-color: var(--color-customColor);
}

body.custom-color .btn-outline-primary {
  --bs-btn-color: var(--color-customColor);
  --bs-btn-border-color: var(--color-customColor);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--color-customColor);
  --bs-btn-hover-border-color: var(--color-customColor);
  --bs-btn-focus-shadow-rgb: 146, 44, 136;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--color-customColor);
  --bs-btn-active-border-color: var(--color-customColor);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color-customColor);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--color-customColor);
  --bs-gradient: none;
}

body.custom-color .btn-light-primary {
  background: #e9d5e7;
  color: var(--color-customColor);
  border-color: #e9d5e7;
}

body.custom-color .btn-light-primary:hover {
  background: var(--color-customColor);
  color: #fff;
  border-color: var(--color-customColor);
}

body.custom-color .btn-light-primary.focus,
body.custom-color .btn-light-primary:focus {
  background: var(--color-customColor);
  color: #fff;
  border-color: var(--color-customColor);
}

body.custom-color .btn-light-primary:not(:disabled):not(.disabled).active,
body.custom-color .btn-light-primary:not(:disabled):not(.disabled):active,
.show>body.custom-color .btn-light-primary.dropdown-toggle {
  background: var(--color-customColor);
  color: #fff;
  border-color: var(--color-customColor);
}

body.custom-color .btn-check:active+.btn-light-primary,
body.custom-color .btn-check:checked+.btn-light-primary {
  background: var(--color-customColor);
  color: #fff;
  border-color: var(--color-customColor);
}

body.custom-color .alert-primary {
  --bs-alert-color: var(--color-customColor);
  --bs-alert-bg: #e9d5e7;
  --bs-alert-border-color: #dec0db;
}

body.custom-color .alert-primary .alert-link {
  color: #461542;
}

body.custom-color .bg-light-primary {
  background: #e9d5e7;
  color: var(--color-customColor);
  border-color: #e9d5e7;
}

body.custom-color .page-item.active .page-link {
  background: var(--color-customColor);
  border-color: var(--color-customColor);
}

body.custom-color .nav-link {
  color: var(--color-customColor);
}

body.custom-color .nav-link:hover,
body.custom-color .nav-link:focus {
  color: var(--color-customColor);
}

body.custom-color .nav-tabs .nav-link {
  background: none;
}

body.custom-color .nav-pills .nav-link {
  background: none;
}

body.custom-color .nav-pills .nav-link:focus,
body.custom-color .nav-pills .nav-link.active,
body.custom-color .nav-pills .show>.nav-link {
  color: #ffffff;
  background: linear-gradient(141.55deg, var(--color-customColor) 3.46%, var(--color-customColor) 99.86%), var(--color-customColor);
}

body.custom-color .form-check-input:focus,
body.custom-color .form-select:focus,
body.custom-color .form-control:focus,
body.custom-color .custom-select:focus,
body.custom-color .dataTable-selector:focus,
body.custom-color .dataTable-input:focus {
  border-color: var(--color-customColor);
  box-shadow: 0 0 0 0.2rem var(--color-customColor);
}

body.custom-color .form-check-input:checked {
  background-color: var(--color-customColor);
  border-color: var(--color-customColor);
}

body.custom-color .form-range::-webkit-slider-thumb {
  background: var(--color-customColor);
}

body.custom-color .form-range::-webkit-slider-thumb:active {
  background: var(--color-customColor);
}

body.custom-color .form-range::-moz-range-thumb {
  background: var(--color-customColor);
}

body.custom-color .form-range::-moz-range-thumb:active {
  background: var(--color-customColor);
}

body.custom-color .form-check-input:checked {
  background-color: var(--color-customColor);
  border-color: var(--color-customColor);
}

body.custom-color .form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--color-customColor);
  border-color: var(--color-customColor);
}

body.custom-color .form-check .form-check-input.input-primary:checked {
  background-color: var(--color-customColor);
  border-color: var(--color-customColor);
}

body.custom-color pre[class*="language-"]>code {
  border-left-color: var(--color-customColor);
  background-image: linear-gradient(transparent 50%, rgba(146, 44, 136, 0.04) 50%);
}

body.custom-color .card .card-header h5:after,
body.custom-color .card .card-header .h5:after,
body.custom-color .card .card-header .h5:after {
  background: var(--color-customColor);
}



.topbar_status {
  background-color: #0F172A;
  color: #E2E8F0;
}

.topbar_status:hover {
  color: #F59E0B;
}

.home_status {
  background-color: #fcf8fa;
}

.badge {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  font-weight: 500;
}

.badge-success {
  background: #166534;
  color: #DCFCE7;
}

.badge-warning {
  background: #FEF3C7;
  color: #92400E;
}

.badge-danger {
  background: #FEE2E2;
  color: #991B1B;
}

.badge-info {
  background: #DBEAFE;
  color: #1E40AF;
}

.badge-neutral {
  background: #E2E8F0;
  color: #334155;
}



.discover-grid {
  margin-top: 20px;
}

.discover-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}

.discover-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
}

/* subtle glow */
.discover-card::before {
  content: "";
  position: absolute;
  inset: -60px -60px auto auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, .08), transparent 60%);
  pointer-events: none;
}

/* icon */
.discover-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.discover-icon img {
  max-width: 36px;
}

/* title */
.discover-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

/* text */
.discover-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .75);
  margin: 0;
}




/* ===== Features V3 (Bento + Showcase) ===== */
.features-v3 {
  color: #fff;
  background: #212529;
  /* bootstrap bg-dark */
}

.features-v3-intro {
  position: sticky;
  top: 90px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
}

.features-v3-kicker {
  display: inline-block;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
  margin-bottom: 10px;
}

.features-v3-heading {
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 10px;
  color: white;
}

.features-v3-desc {
  color: rgba(255, 255, 255, .70);
  line-height: 1.7;
}

.features-v3-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .85);
  font-weight: 700;
  font-size: 13px;
}

.mini-pill svg {
  width: 16px;
  height: 16px;
}

/* Cards */
.features-v3-card {
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  position: relative;
  overflow: hidden;
}

.features-v3-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, .18);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .40);
}

.features-v3-card::before {
  content: "";
  position: absolute;
  inset: -70px -70px auto auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, .09), transparent 60%);
  pointer-events: none;
}

.features-v3-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.features-v3-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-v3-icon img {
  max-width: 34px;
  max-height: 34px;
}

.features-v3-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .85);
  font-weight: 800;
  font-size: 12px;
}

.features-v3-badge svg {
  width: 16px;
  height: 16px;
}

.features-v3-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0 0 8px;
  color: whitesmoke;
}

.features-v3-text {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

/* Featured card different */
.features-v3-card.is-featured {
  background: linear-gradient(145deg, rgba(13, 110, 253, .35), rgba(255, 255, 255, .03));
  border-color: rgba(13, 110, 253, .35);
}

.features-v3-card.is-featured::before {
  background: radial-gradient(circle, rgba(13, 110, 253, .35), transparent 60%);
}

/* Showcase block */
.features-v3-showcase {
  border-radius: 22px;
  padding: 26px;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
}

.features-v3-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.features-v3-points .point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-weight: 700;
}

.features-v3-points svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.features-v3-preview {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .25);
  padding: 10px;
}

.features-v3-preview img {
  border-radius: 14px;
  width: 100%;
  height: auto;
  display: block;
}

/* Mobile */
@media (max-width: 991.98px) {
  .features-v3-intro {
    position: static;
  }
}




.screenshots-track {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
}

.slide {
  min-width: 420px;
  scroll-snap-align: center;
}

.slide img {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
}

.slide h6 {
  color: #fff;
  font-weight: 700;
}



/* ===== Other Features V2 (Timeline Layout) ===== */
.otherfeatures-v2 {
  background: #fff;
}

.otherfeatures-timeline {
  position: relative;
  padding: 10px 0;
}

/* vertical center line */
.otherfeatures-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(0, 0, 0, .08);
  transform: translateX(-1px);
}

/* item row */
.otherfeatures-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px 0;
}

/* middle step area */
.otherfeatures-mid {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.otherfeatures-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #0d6efd;
  box-shadow: 0 0 0 6px rgba(13, 110, 253, .12);
}

.otherfeatures-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #212529;
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
  font-size: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

/* content */
.otherfeatures-content {
  max-width: 520px;
}

.otherfeatures-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .14em;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .55);
  margin-bottom: 8px;
}

.otherfeatures-title {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.otherfeatures-desc {
  color: rgba(0, 0, 0, .65);
  line-height: 1.75;
  margin: 0 0 18px;
}

/* media */
.otherfeatures-media {
  display: flex;
  justify-content: flex-end;
}

.otherfeatures-frame {
  width: 100%;
  max-width: 620px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .01));
  border: 1px solid rgba(0, 0, 0, .10);
  padding: 10px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .12);
  position: relative;
  overflow: hidden;
}

.otherfeatures-frame::before {
  content: "";
  position: absolute;
  inset: -70px -90px auto auto;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(13, 110, 253, .18), transparent 60%);
  pointer-events: none;
}

.otherfeatures-frame img {
  border-radius: 14px;
  display: block;
  width: 100%;
  height: auto;
}

/* alternate left/right */
.otherfeatures-item.is-left .otherfeatures-content {
  grid-column: 1;
}

.otherfeatures-item.is-left .otherfeatures-media {
  grid-column: 3;
}

.otherfeatures-item.is-right .otherfeatures-content {
  grid-column: 3;
}

.otherfeatures-item.is-right .otherfeatures-media {
  grid-column: 1;
  justify-content: flex-start;
}

/* mobile */
@media (max-width: 991.98px) {
  .otherfeatures-timeline::before {
    left: 18px;
  }

  .otherfeatures-item {
    grid-template-columns: 40px 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .otherfeatures-mid {
    grid-column: 1;
  }

  .otherfeatures-content {
    grid-column: 2;
  }

  .otherfeatures-media {
    grid-column: 2;
    justify-content: flex-start;
  }

  .otherfeatures-step {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
}



/* ===== Pricing V2 ===== */
.pricing-v2 {
  position: relative;
  border-radius: 22px;
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
  transition: all .25s ease;
  color: black;
  height: 100%;
}

.pricing-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .15);
}

/* popular highlight */
.pricing-v2.is-popular {
  background: linear-gradient(180deg, #0d6efd, #0b5ed7);
  color: #fff;
  border: none;
  transform: scale(1.05);
  box-shadow: 0 30px 80px rgba(13, 110, 253, .45);
}

.pricing-v2.is-popular:hover {
  transform: scale(1.07) translateY(-6px);
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffc107;
  color: #000;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .05em;
}

/* inner */
.pricing-name {
  font-weight: 900;
  margin-bottom: 8px;
}

.pricing-price {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 12px;
}

.pricing-price span {
  font-size: 14px;
  opacity: .7;
  font-weight: 600;
}

.pricing-desc {
  opacity: .75;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* features */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.pricing-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.pricing-features svg {
  width: 18px;
  height: 18px;
  color: #0d6efd;
}

.pricing-v2.is-popular .pricing-features svg {
  color: #fff;
}

/* button */
.pricing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  background: #0d6efd;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s ease;
}

.pricing-btn:hover {
  background: #0b5ed7;
  color: #fff;
}

.pricing-v2.is-popular .pricing-btn {
  background: #fff;
  color: #0d6efd;
}

.pricing-v2.is-popular .pricing-btn:hover {
  background: #f1f3f5;
}

/* responsive */
@media (max-width:992px) {
  .pricing-v2.is-popular {
    transform: none;
  }
}




/* ===== FAQ V2 ===== */
.faq-v2 {
  background: #f8f9fa;
}

.faq-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .55);
  margin-bottom: 8px;
}

.faq-heading {
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.2;
}

.faq-sub {
  color: rgba(0, 0, 0, .65);
  line-height: 1.7;
  margin: 0;
}

/* right side helper box */
.faq-side {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .06);
}

.faq-side-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.faq-side-row svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.faq-side-title {
  font-weight: 900;
}

.faq-side-text {
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
}

/* accordion styling */
.faq-acc .accordion-item {
  border: 0;
  background: transparent;
  margin-bottom: 12px;
}

.faq-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .08);
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .05);
}

.faq-btn {
  background: #fff !important;
  padding: 16px 18px;
  font-weight: 800;
  border: 0;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-q {
  flex: 1;
  font-size: 15px;
  color: #111;
}

/* right icon area */
.faq-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(13, 110, 253, .10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-icon svg {
  width: 18px;
  height: 18px;
}

/* rotate chevron when open */
.accordion-button:not(.collapsed) .faq-icon svg {
  transform: rotate(180deg);
  transition: transform .2s ease;
}

.accordion-button::after {
  display: none !important;
}

/* body */
.faq-body {
  padding: 0 18px 16px;
  color: rgba(0, 0, 0, .68);
  line-height: 1.75;
}




/* ===== Testimonial V2 ===== */
.testimonial-v2 {
  background: #f8f9fa;
}

/* left */
.testi-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .55);
  margin-bottom: 8px;
}

.testi-heading {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 10px;
}

.testi-sub {
  color: rgba(0, 0, 0, .65);
  margin-bottom: 12px;
}

.testi-long {
  color: rgba(0, 0, 0, .55);
  font-size: 14px;
}

/* flow layout */
.testi-flow {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* bubble */
.testi-bubble {
  display: flex;
  max-width: 520px;
}

.testi-bubble.is-left {
  justify-content: flex-start;
}

.testi-bubble.is-right {
  justify-content: flex-end;
  margin-left: auto;
}

/* content bubble */
.testi-content {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 20px 22px;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* bubble arrow */
.testi-bubble.is-left .testi-content::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 24px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.testi-bubble.is-right .testi-content::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 24px;
  border: 10px solid transparent;
  border-left-color: #fff;
}

/* stars */
.testi-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 6px;
}

.testi-stars svg {
  width: 16px;
  height: 16px;
  color: #ffc107;
}

/* title */
.testi-title {
  font-weight: 800;
  margin: 0 0 6px;
}

/* text */
.testi-text {
  color: rgba(0, 0, 0, .68);
  line-height: 1.7;
  margin: 0 0 14px;
}

/* user */
.testi-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testi-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-name {
  font-weight: 800;
}

.testi-role {
  font-size: 13px;
  color: rgba(0, 0, 0, .6);
}




/* ===== Footer V2 ===== */
.footer-v2 {
  background: #0f172a;
  /* dark navy */
  color: rgba(255, 255, 255, .85);
  padding-top: 60px;
}

.footer-top {
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.footer-brand img {
  height: 46px;
  width: auto;
  display: block;
}

.footer-about {
  margin-top: 12px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  max-width: 420px;
}

.footer-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  color: #fff;
  text-decoration: none;
  transition: all .2s ease;
}

.footer-social a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .10);
}

.footer-cta {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 18px;
  padding: 18px;
}

.footer-cta-text {
  color: rgba(255, 255, 255, .72);
  margin-bottom: 14px;
  line-height: 1.65;
}

.footer-form {
  display: flex;
  gap: 10px;
}

.footer-form input {
  flex: 1;
  height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(0, 0, 0, .25);
  color: #fff;
  padding: 0 14px;
  outline: none;
}

.footer-form input::placeholder {
  color: rgba(255, 255, 255, .55);
}

.footer-form button {
  height: 46px;
  border-radius: 12px;
  padding: 0 14px;
  border: none;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0d6efd;
  color: #fff;
  transition: all .2s ease;
}

.footer-form button:hover {
  background: #0b5ed7;
}

.footer-mini {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
}

.footer-mini svg {
  width: 16px;
  height: 16px;
}

/* bottom */
.footer-bottom {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-copy {
  color: rgba(255, 255, 255, .70);
  font-weight: 600;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom-links a {
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  font-weight: 700;
}

.footer-bottom-links a:hover {
  color: #fff;
}

.footer-bottom-links .dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
}




/* ===== LIGHT HERO ===== */
.hero-light {
  position: relative;
  padding: 90px 0 40px;
  background: #ffffff;
  overflow: hidden;
}

/* soft gradient glow */
.hero-light::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(13, 110, 253, .15), transparent 60%);
}

.hero-light::after {
  content: "";
  /* position:absolute; */
  bottom: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(99, 102, 241, .15), transparent 60%);
}

/* left */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f1f5ff;
  border: 1px solid #e3e8ff;
  font-weight: 800;
  color: #0d6efd;
  margin-bottom: 16px;
}

.hero-pill .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .2);
}

.hero-light-title {
  font-weight: 900;
  font-size: 46px;
  line-height: 1.05;
  margin-bottom: 14px;
  color: #0f172a;
}

.hero-light-sub {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 22px;
  font-size: 16px;
}

.hero-light-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.hero-light-points {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: #64748b;
  font-weight: 700;
}

.hero-light-points span {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.hero-light-points svg {
  width: 16px;
  height: 16px;
}

/* showcase */
.hero-light-showcase {
  position: relative;
}

.hero-light-frame {
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .12);
  overflow: hidden;
}

.hero-light-top {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.hero-light-top .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.d1 {
  background: #ff5f57
}

.d2 {
  background: #febc2e
}

.d3 {
  background: #28c840
}

.hero-light-url {
  margin-left: 10px;
  font-size: 12px;
  color: #64748b;
  font-weight: 700;
}

.hero-light-body img {
  width: 100%;
  display: block;
}

/* floating chips */
.chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 8px 12px;
  border-radius: 14px;
  font-weight: 800;
  color: #0f172a;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .12);
}

.chip svg {
  width: 16px;
  height: 16px;
  color: #0d6efd;
}

.chip-1 {
  top: 20px;
  left: -10px;
}

.chip-2 {
  bottom: 20px;
  right: -10px;
}

/* trusted */
.hero-light-trusted {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.trusted-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #64748b;
  font-weight: 700;
  margin-bottom: 12px;
}

.trusted-label b {
  color: #0f172a;
}

.logo-marquee-light {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
}

.logo-track-light {
  display: flex;
  gap: 40px;
  padding: 14px 20px;
  width: max-content;
  animation: marqueeLight 22s linear infinite;
}

.logo-track-light img {
  height: 28px;
  opacity: .7;
  filter: grayscale(100%);
}

.logo-track-light img:hover {
  opacity: 1;
  filter: none;
}

@keyframes marqueeLight {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

/* responsive */
@media (max-width:992px) {
  .hero-light-title {
    font-size: 36px;
  }
}

@media (max-width:576px) {
  .hero-light-title {
    font-size: 30px;
  }
}




.otherfeatures-row {
  margin-bottom: 70px;
}

.otherfeatures-frame img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.otherfeatures-content {
  padding: 10px 25px;
}

.otherfeatures-step {
  font-size: 28px;
  font-weight: 700;
  color: #e6e6e6;
  line-height: 1;
  margin-bottom: 12px;
}

.otherfeatures-kicker {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.otherfeatures-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.otherfeatures-desc {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}





.hero-gradient {
  background:
    radial-gradient(1200px 600px at 15% 20%, rgba(59, 130, 246, 0.35), transparent 60%),
    radial-gradient(900px 500px at 85% 30%, rgba(99, 102, 241, 0.30), transparent 60%),
    radial-gradient(700px 400px at 70% 75%, rgba(16, 185, 129, 0.20), transparent 60%),
    linear-gradient(135deg, #020617, #0f172a);
}



/* ===== PREMIUM GLASS HEADER ===== */
.hero-gradient .navbar {
  background: rgba(2, 6, 23, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all .25s ease;
}

/* ===== NAV LINKS ===== */
.hero-gradient .navbar .nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  padding: 8px 14px;
  transition: color .25s ease;
}

/* hover color */
.hero-gradient .navbar .nav-link:hover {
  color: #93c5fd !important;
}

/* active */
.hero-gradient .navbar .nav-link.active {
  color: #ffffff !important;
}

/* ===== MODERN UNDERLINE HOVER ===== */
.hero-gradient .navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #60a5fa, #818cf8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.hero-gradient .navbar .nav-link:hover::after,
.hero-gradient .navbar .nav-link.active::after {
  transform: scaleX(1);
}

/* ===== BUTTONS ===== */
.hero-gradient .btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  backdrop-filter: blur(8px);
  transition: all .25s ease;
}

.hero-gradient .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.60);
  color: #fff;
  transform: translateY(-1px);
}

/* CTA (trial) highlight */
.hero-gradient .btn-outline-light:last-child {
  border: 1px solid rgba(99, 102, 241, 0.6);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(59, 130, 246, 0.25));
}

.hero-gradient .btn-outline-light:last-child:hover {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.45), rgba(59, 130, 246, 0.45));
}

/* ===== LOGO VISIBILITY ===== */
.hero-gradient .navbar-brand img {
    filter: brightness(0) invert(1);
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .hero-gradient .navbar-collapse {
    background: rgba(2, 6, 23, 0.92);
    backdrop-filter: blur(16px);
    border-radius: 12px;
    padding: 12px;
    margin-top: 10px;
  }
}