@import "common.css";

/* header start */

.MainHeader .navbar.DesktopNav > * {
  display: block;
}
.MainHeader {
  position: sticky;
  background: rgb(4 0 64);
  top: 0;
  z-index: 99999;
  width: 100%;
}

.navbar {
  top: 0;
  z-index: 99999;
  width: 100%;
  padding: 16px 0px;
  transition: padding 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}
.navbar.header-fixed {
  background: rgb(4 0 64);
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.DesktopNav .row {
  align-items: center;
}
.navbar.DesktopNav .HeadContainer {
  display: flex;
  gap: 8px;
  align-items: center;
  /* justify-content: center; */
}
.NBM-box {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: center;
  width: max-content;
  margin: auto;
  border: 1px solid rgba(var(--white-color), 0.28);
  border-radius: 58px;
  background: rgba(var(--black-color), 0.12);
  padding: 8px 24px;
}
.navbar-brand {
  /* height: 130px; */
  width: 100px;
  margin-right: 0px;
}
.navbar-brand img {
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}
.head-BrandMenu {
  display: flex;
  gap: 16px;
}
.navbar-toggler {
  padding: 6px;
  border: none;
  background: rgba(var(--main-color), 1);
  border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--white-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}
.navbar-toggler-icon.bar-1 {
  width: 0.6em;
}
.navbar-toggler-icon.bar-2 {
  width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item {
  position: relative;
  margin-right: 10px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
  color: rgba(var(--white-color), 1);
  transition: var(--transition-05s);
  position: relative;
  white-space: nowrap;
  font-weight: 600;
  padding: 4px;
  font-size: 14px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  .nav-item
  .nav-link[aria-current="page"] {
  color: rgb(0 97 255);
}
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link::before {
  /* content: ''; */
  display: inline-block;
  position: absolute;
  width: 0%;
  height: 1px;
  border-radius: 5px;
  background: rgba(var(--white-color), 1);
  transition: var(--transition-05s);
  right: 0px;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  .nav-item
  .nav-link.active::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:hover::before,
.navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link:focus::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  .nav-item
  .nav-link[aria-current="page"]::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: 0px;
  right: auto;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  margin: 0 !important;
  transition: var(--transition-05s);
  /* overflow: hidden; */
  box-shadow:
    -12px 8px 20px -8px rgba(14, 13, 14, 0.08),
    12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-bottom: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a,
.dropdown-menu .dropdown-submenu a {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(var(--black-color), 0.175);
  padding: 8px 10px;
  color: rgba(var(--black-color), 0.8);
  transition: var(--transition-05s);
  background: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu ul li a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu ul li a:active,
.navbar .navbar-nav .nav-item .dropdown-menu ul li a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu ul li a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
  color: rgba(var(--white-color), 1);
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu ul > li:last-child a {
  border-bottom: none;
}
.navbar-expand-xl .HeadContainer .navbar-collapse {
  justify-content: end;
}

.Head-CaLog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
/* .Head-CaLog .common-bgBtn, .Head-CaLog .common-bgBtn:visited, .Head-CaLog .common-bgBtn:focus {
    --boco-btn: rgba(var(--main-color), 1);
}
.Head-CaLog button.common-bgBtn:focus:not(:focus-visible), .Head-CaLog .common-bgBtn:focus-visible, .Head-CaLog .common-bgBtn:hover, .Head-CaLog .common-bgBtn:first-child:active, .Head-CaLog .common-bgBtn:active, .Head-CaLog :not(.btn-check)+.common-bgBtn:active, .Head-CaLog .common-bgBtn:first-child:hover {
    --bg-btn: rgb(var(--main-color), 1);
    --common-btn-color: rgba(var(--black-color), 1);
    --boco-btn: rgba(var(--main-color), 1);
}
.Head-CaLog .common-bgBtn::before {
    display: none;
} */

/* header end */

/* banner start */

.banner-section {
  --banner-hvh: 70dvh;
  --banner-hvh: 500px;
  --banner-hhp: 100%;
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9;
}
.banner-section.banner-innerPage {
  --banner-hvh: 60vh;
  --banner-hvh: 400px;
}
.banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-inner-section {
  background: rgba(var(--white-color), 1) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  /* overflow: hidden; */
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}
.banner-inner-section > * {
  z-index: 2;
  width: 100%;
}
.banner-section.banner-innerPage .banner-inner-section {
  align-items: center;
}
.banner-section.banner-innerPage .banner-inner-section .row {
  justify-content: center;
  text-align: center;
}
.banner-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: rgba(var(--black-color), 1);
  overflow: hidden;
}

.banner-bg > video {
  position: absolute;
  transform: scale(1.2);
}

.banner-bg > *,
.banner-bg > * > * {
  width: 100vw;
  height: 100vh;
}
.banner-bg::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(var(--black-color), 1) 0%,
    rgba(var(--black-color), 0) 100%
  );
  opacity: 0.7;
}
.banner-box {
  position: relative;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
  margin-top: 0px;
}
/* ── Wrapper ── */
.st-wrapper {
  width: 100%;
}

/* ── Tab Nav ── */
.st-nav {
  display: flex;
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
  gap: 6px;
}

.st-nav-link {
  display: inline-block;
  padding: 10px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.18s,
    color 0.18s;
  background: rgba(255, 255, 255, 0.18);
  color: var(--st-tab-idle-text);
  backdrop-filter: blur(4px);
}
.st-nav-link:hover,
.st-nav-link:focus,
.st-nav-link:focus-visible {
  border: none;
  outline: none;
}

.st-nav-link.st-active {
  border: none;
  background: rgba(var(--white-color), 1);
  color: rgba(var(--main-color), 1);
}

.st-nav-link:hover:not(.st-active) {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* ── Card ── */
.st-card {
  background: var(--st-bg-overlay);
  border-radius: 0 8px 8px 8px;
  box-shadow: var(--st-shadow);
  padding: 20px 20px;
}

/* ── Tab Pane ── */
.st-tab-content .st-pane {
  display: none;
}
.st-tab-content .st-pane.st-show {
  display: block;
}

/* ── Search Row ── */
.st-search-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* ── Input ── */
.st-input-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.st-input-icon {
  position: absolute;
  left: 14px;
  color: var(--st-icon-color);
  font-size: 1.1rem;
  pointer-events: none;
}

.st-input {
  width: 100%;
  padding: 9px 11px 9px 40px;
  border: 1px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  font-size: 0.95rem;
  color: #374151;
  outline: none;
  background: #fff;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
  min-height: 46px;
}

.st-input::placeholder {
  color: #9ca3af;
}

.st-input:focus {
  border-color: var(--st-tab-active-text);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}
/* ── Custom Select ── */
.st-select-wrap {
  flex: 1;
  position: relative;
  user-select: none;
}

.st-select-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 11px 9px 11px;
  border: 1px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
  font-size: 0.95rem;
  color: #374151;
  min-height: 46px;
}

.st-select-trigger:focus {
  outline: none;
  border-color: var(--st-tab-active-text);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.st-select-wrap.st-open .st-select-trigger {
  border-color: var(--st-tab-active-text);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  border-radius: var(--st-input-radius) var(--st-input-radius) 0 0;
}

.st-select-icon {
  color: var(--st-icon-color);
  font-size: 1.05rem;
  flex-shrink: 0;
}

.st-select-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-select-label.st-placeholder {
  color: #9ca3af;
}

.st-select-arrow {
  color: var(--st-icon-color);
  font-size: 0.85rem;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.st-select-wrap.st-open .st-select-arrow {
  transform: rotate(180deg);
}

/* Dropdown list */
.st-select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid var(--st-tab-active-text);
  border-top: none;
  border-radius: 0 0 var(--st-input-radius) var(--st-input-radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  z-index: 999;
  max-height: 130px;
  overflow-y: auto;
  display: none;
}

.st-select-wrap.st-open .st-select-dropdown {
  display: block;
  animation: stDropIn 0.15s ease;
}

@keyframes stDropIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.st-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 0.93rem;
  color: #374151;
  transition: background 0.12s;
}

.st-select-option:hover {
  background: #eff6ff;
  color: var(--st-tab-active-text);
}

.st-select-option.st-selected {
  background: #eff6ff;
  color: var(--st-tab-active-text);
  font-weight: 600;
}

.st-select-option.st-selected::after {
  content: "\F633";
  font-family: "bootstrap-icons";
  margin-left: auto;
  font-size: 0.9rem;
}

.st-option-icon {
  font-size: 1rem;
  color: var(--st-icon-color);
  flex-shrink: 0;
}

.st-select-option:hover .st-option-icon,
.st-select-option.st-selected .st-option-icon {
  color: var(--st-tab-active-text);
}

/* scrollbar */
.st-select-dropdown::-webkit-scrollbar {
  width: 4px;
}
.st-select-dropdown::-webkit-scrollbar-track {
  background: #f3f4f6;
}
.st-select-dropdown::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 4px;
}
/* ── Search Button ── */
.st-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 11px 24px;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  border: none;
  border-radius: var(--st-btn-radius);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.18s,
    box-shadow 0.18s;
}

.st-btn:hover {
  background: var(--st-btn-hover);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.25);
}

.st-btn:active {
  transform: scale(0.98);
}

/* ── Responsive ── */
@media (max-width: 480px) {
  .st-nav-link {
    padding: 9px 18px;
    font-size: 0.88rem;
  }

  .st-card {
    padding: 16px 14px;
  }

  .st-search-row {
    flex-direction: column;
    gap: 10px;
  }

  .st-input-wrap,
  .st-select-wrap {
    width: 100%;
  }
  .st-btn {
    width: 100%;
    justify-content: center;
  }
}

/* banner end */

/* service start */
.service-TitleBox {
  margin-bottom: 1.6rem;
} /* --- Grid --- */
.jd-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* --- Card --- */
.jd-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(var(--third-color), 0.25);
  border-radius: 16px;
  padding: 32px 20px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  min-height: 210px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
}

.jd-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--third-color), 0.08) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.jd-card:hover {
  /* transform: translateY(-6px); */
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(var(--third-color), 0.6);
  /* box-shadow:
    0 16px 40px rgba(var(--second-color), 0.45),
    0 0 0 1px rgba(var(--third-color), 0.2); */
}

.jd-card:hover::before {
  opacity: 1;
}

/* --- Icon Wrap --- */
.jd-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.35s ease;
}

.jd-card:hover .jd-icon-wrap {
  transform: scale(1.1) rotate(-4deg);
}

.jd-card-1 .jd-icon-wrap {
  background: linear-gradient(135deg, var(--jd-icon-blue), #3b70ff);
}
.jd-card-2 .jd-icon-wrap {
  background: linear-gradient(135deg, var(--jd-icon-green), #1aa87c);
}
.jd-card-3 .jd-icon-wrap {
  background: linear-gradient(135deg, var(--jd-icon-purple), #b460f5);
}
.jd-card-4 .jd-icon-wrap {
  background: linear-gradient(135deg, var(--jd-icon-orange), #f07c2a);
}

/* --- Badge --- */
.jd-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(var(--third-color), 0.15);
  border: 1px solid rgba(var(--third-color), 0.3);
  color: rgba(var(--third-color), 1);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.jd-badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(var(--third-color), 0.9);
  display: inline-block;
}

/* --- Text --- */
.jd-card-title {
  color: rgba(var(--five-color), 1);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
}

.jd-card-desc {
  color: rgba(var(--fourth-color), 0.62);
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 18px;
}

/* --- CTA Arrow --- */
.jd-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(var(--third-color), 1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: gap 0.25s ease;
}

.jd-card:hover .jd-cta {
  gap: 10px;
}

.jd-cta-arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(var(--third-color), 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  .jd-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .jd-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .jd-card {
    min-height: 170px;
    padding: 24px 18px 20px;
  }
}
/* service end */

/* brands-section start */
.jd-brands-section {
  background: linear-gradient(160deg, #021b4e 0%, #0d3a8a 50%, #042663 100%);
  /* padding: 72px 0 60px; */
  position: relative;
  overflow: hidden;
}

.jd-brands-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(var(--third-color), 0.07);
  pointer-events: none;
}

.jd-brands-section::after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 0.12);
  pointer-events: none;
}

/* --- Header --- */
.jd-brands-header {
  text-align: center;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.jd-brands-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(var(--third-color), 0.12);
  border: 1px solid rgba(var(--third-color), 0.28);
  color: rgba(var(--third-color), 1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 16px;
}

.jd-brands-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(var(--third-color), 1);
  display: inline-block;
  animation: jd-pulse 2s ease-in-out infinite;
}

@keyframes jd-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

.jd-brands-title {
  font-size: 32px;
  font-weight: 800;
  color: rgba(var(--white-color), 1);
  margin: 0 0 10px;
  letter-spacing: -0.5px;
}

.jd-brands-sub {
  color: rgba(var(--white-color), 0.55);
  font-size: 15px;
  margin: 0;
}

.jd-brands-divider {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, rgba(var(--third-color), 1), transparent);
  border-radius: 2px;
  margin: 16px auto 0;
}

/* --- Brand Card --- */
.jd-brand-card {
  background: rgba(var(--white-color), 0.05);
  border: 1px solid rgba(var(--third-color), 0.18);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  min-height: 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease;
  backdrop-filter: blur(6px);
  margin-bottom: 0px;
}

.jd-brand-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(var(--third-color), 0.07) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.jd-brand-card:hover {
  transform: translateY(-5px);
  background: rgba(var(--white-color), 0.1);
  border-color: rgba(var(--third-color), 0.5);
}

.jd-brand-card:hover::after {
  opacity: 1;
}

.jd-brand-logo-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.jd-brand-img {
  max-height: 60px;
  width: auto;
  object-fit: cover;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.jd-brand-card:hover .jd-brand-img {
  opacity: 1;
  transform: scale(1.05);
}

.jd-brand-name {
  color: rgba(var(--white-color), 0.9);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 4px;
  position: relative;
  z-index: 1;
}

.jd-brand-tag {
  color: rgba(var(--third-color), 0.75);
  font-size: 11px;
  font-weight: 500;
  margin: 0;
  position: relative;
  z-index: 1;
}

/* --- Footer --- */
.jd-brands-footer {
  text-align: center;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.jd-brands-footer-text {
  color: rgba(var(--white-color), 1);
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.jd-brands-footer-line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: rgba(var(--third-color), 0.2);
}

/* --- Responsive --- */
@media (max-width: 575px) {
  .jd-brands-title {
    font-size: 24px;
  }
  .jd-brand-card {
    padding: 28px 20px;
    min-height: 130px;
  }
}
/* brands-section end */

/* whychoose-section start */

.wc2-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1.25rem;
  margin: 0 auto;
}

.wc2-card {
  border-radius: 22px;
  padding: 2rem 1.5rem 1.75rem;
  transition: transform 0.3s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.wc2-card:hover {
  transform: translateY(-7px);
}

.wc2-card.card-orange {
  background: #fff4ec;
  border: 1.5px solid #ffd4b0;
}

.wc2-card.card-sky {
  background: #eef7ff;
  border: 1.5px solid #b8deff;
}

.wc2-card.card-mint {
  background: #edfbf4;
  border: 1.5px solid #a8edd0;
}

.wc2-card.card-violet {
  background: #f3effe;
  border: 1.5px solid #d4befc;
}

.wc2-deco {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0.18;
}

.card-orange .wc2-deco {
  background: #ff7a1a;
}

.card-sky .wc2-deco {
  background: #1d549b;
}

.card-mint .wc2-deco {
  background: #0fa966;
}

.card-violet .wc2-deco {
  background: #7c3aed;
}

.wc2-icon-wrap {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  font-size: 20px;
}

.card-orange .wc2-icon-wrap {
  background: #ff7a1a;
  color: #fff;
}

.card-sky .wc2-icon-wrap {
  background: #1d549b;
  color: #fff;
}

.card-mint .wc2-icon-wrap {
  background: #0fa966;
  color: #fff;
}

.card-violet .wc2-icon-wrap {
  background: #7c3aed;
  color: #fff;
}

.wc2-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 99px;
  margin-bottom: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.card-orange .wc2-tag {
  background: #ffe4cc;
  color: #c2510a;
}

.card-sky .wc2-tag {
  background: #c9e4ff;
  color: #0c3f82;
}

.card-mint .wc2-tag {
  background: #c0f0d8;
  color: #0a6b40;
}

.card-violet .wc2-tag {
  background: #e4d5fd;
  color: #5b21b6;
}

.wc2-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.card-orange .wc2-title {
  color: #7a3200;
}

.card-sky .wc2-title {
  color: #042663;
}

.card-mint .wc2-title {
  color: #064e2f;
}

.card-violet .wc2-title {
  color: #3b1380;
}

.wc2-desc {
  font-size: 13.5px;
  line-height: 1.65;
  margin: 0;
}

.card-orange .wc2-desc {
  color: #a0552a;
}

.card-sky .wc2-desc {
  color: #3a5f90;
}

.card-mint .wc2-desc {
  color: #2a7a55;
}

.card-violet .wc2-desc {
  color: #6b44b0;
}

.wc2-divider {
  height: 2px;
  border-radius: 99px;
  margin: 1.1rem 0;
}

.card-orange .wc2-divider {
  background: linear-gradient(90deg, #ff7a1a, #ffd4b0);
}

.card-sky .wc2-divider {
  background: linear-gradient(90deg, #1d549b, #b8deff);
}

.card-mint .wc2-divider {
  background: linear-gradient(90deg, #0fa966, #a8edd0);
}

.card-violet .wc2-divider {
  background: linear-gradient(90deg, #7c3aed, #d4befc);
}

@media (max-width: 480px) {
  .wc2-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .wc2-section {
    padding: 1.5rem 0.75rem;
  }

  .wc2-card {
    padding: 1.5rem 1.25rem;
  }
}

/* whychoose-section end */

/* footer start */

.footer-section {
  background: rgb(4 0 64);
}
.foot-logo {
  margin-bottom: 20px;
  width: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.foot-logo img {
  object-fit: cover;
}
.footer-box .common-para p {
  color: rgba(var(--placeholder-color), 1);
  line-height: 1.42;
  margin-bottom: 10px;
  font-size: 13px;
}

.inner-footer {
  margin: 0px var(--elrp);
  padding: 50px 0px 60px;
}
.foot-title {
  color: rgba(var(--white-color), 1);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.foot-list li {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.foot-list li:not(:last-child) {
  margin-bottom: 10px;
}
.foot-list.contact-list li > * > span {
  color: #b9b9b9;
  font-size: 15px;
}
.foot-list li a,
.foot-list li a:visited,
.foot-list li a:focus,
.foot-list li > * {
  transition: var(--transition-05s);
  color: rgba(var(--white-color), 1);
  color: #b9b9b9;
  font-size: 12px;
  font-weight: 600;
}
.foot-list li > * span {
  color: rgba(var(--white-color), 1);
}
.foot-list li a:hover,
.foot-list li a[aria-current="page"],
.foot-list li a.active,
.foot-list li.active a {
  color: rgba(var(--fourth-color), 1);
}
.footer-box .common-para {
  color: rgba(var(--white-color), 1);
  margin-bottom: 15px;
}
.copy-box {
  border-top: 1px solid #c6ceff80;
  padding: 20px 0px;
}
.copyInner-box {
  margin: 0px var(--elrp);
}
.copy-text {
  color: rgba(var(--white-color), 1);
  font-size: 12px;
  font-weight: 600;
}
.leagal-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}
.leagal-list li {
  margin-bottom: 0 !important;
}
.social-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.social-list li a {
  --size-box: 38px;
  width: var(--size-box);
  height: var(--size-box);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(var(--white-color), 0.12);
  color: rgba(var(--white-color), 0.95);
  font-size: 15px;
  transition: var(--transition-05s);
}
.social-list li a:hover,
.social-list li a:focus {
  background: rgba(var(--white-color), 1);
  color: rgba(var(--main-color), 1);
}

/* footer end */

/* about page css start */
.list-para {
  padding-left: 2rem;
}

.list-para li {
  list-style-type: "▣";
  padding-left: 1ch;
  margin-bottom: 10px;
  color: rgba(var(--black-color), 0.7);
  font-size: 16px;
  font-weight: 600;
}

.list-para li::marker {
  color: rgb(0, 4, 255);
}

.product-link {
  padding: 15px;
  border-radius: 24px;
  border: 1px solid #e4e6e8;
  height: 100%;
  /* margin-bottom: 24px; */
  background-color: rgba(var(--white-color), 1);
  display: block;
}
.product-link:hover .product-info h3 {
  color: rgba(var(--main-color), 1);
}
.product-card img {
  position: relative;
  overflow: hidden;
  height: 130px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  position: relative;
}
.product-card:hover .product-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.product-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.product-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.product-info {
  width: 87%;
}
.product-info h3 {
  font-size: 15px;
  line-height: normal;
  font-weight: 700;
  color: rgba(var(--black-color), 1);
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
}
.product-info p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.product-content .arrow {
  transition: color 0.3s ease;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ff6e0e36;
  color: #000;
  font-size: 14px;
  border: 1px solid #df5200;
}

.product-card:hover .arrow {
  color: #000;
}
.product-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

/* about page css start */

/* conatct page css start */

.contact-wrap {
  font-family: "Inter", sans-serif;
  margin: 0 auto;
  background: transparent;
}
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(99, 172, 255, 0.14);
  color: rgba(var(--fourth-color), 1);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  border-radius: 100px;
  padding: 5px 14px 5px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-tag svg {
  width: 13px;
  height: 13px;
}
.section-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: rgba(var(--second-color), 1);
  margin-bottom: 6px;
  line-height: 1.2;
}
.section-sub {
  font-size: 14px;
  color: rgba(var(--five-color), 1);
  margin-bottom: 1.8rem;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 2rem;
}
.info-card {
  background: rgba(var(--white-color), 1);
  border: 1px solid rgba(var(--main-color), 0.13);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  box-shadow: var(--st-shadow);
  transition:
    box-shadow 0.22s,
    border-color 0.22s,
    transform 0.22s;
  cursor: default;
}
.info-card:hover {
  box-shadow: 0 8px 32px rgba(20, 71, 230, 0.13);
  border-color: rgba(var(--fourth-color), 0.35);
  transform: translateY(-2px);
}
.info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 11px;
  background: rgba(var(--third-color), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-icon svg {
  width: 20px;
  height: 20px;
}
.info-label {
  font-size: 11px;
  font-weight: 500;
  color: rgba(var(--main-color), 1);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.info-value {
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--second-color), 1);
  word-break: break-all;
}
.form-card {
  background: rgba(var(--white-color), 1);
  border: 1px solid rgba(var(--main-color), 0.12);
  border-radius: 18px;
  padding: 1.8rem 1.6rem 1.6rem;
  box-shadow: var(--st-shadow);
}
.form-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(var(--second-color), 1);
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-title svg {
  width: 20px;
  height: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group label {
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(var(--second-color), 0.85);
  letter-spacing: 0.02em;
}
.form-group label span.req {
  color: rgba(var(--fourth-color), 1);
  margin-left: 2px;
}
.form-group input,
.form-group textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background: rgba(var(--main-color), 0.04);
  border: 1.5px solid rgba(var(--main-color), 0.14);
  border-radius: var(--st-input-radius);
  padding: 10px 13px;
  color: rgba(var(--second-color), 1);
  outline: none;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    background 0.18s;
  width: 100%;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: rgba(var(--fourth-color), 0.7);
  background: rgba(var(--white-color), 1);
  box-shadow: 0 0 0 3px rgba(var(--fourth-color), 0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(var(--five-color), 0.6);
}
.phone-wrap {
  display: flex;
  gap: 8px;
}
.phone-prefix {
  display: flex;
  align-items: center;
  background: rgba(var(--main-color), 0.07);
  border: 1.5px solid rgba(var(--main-color), 0.14);
  border-radius: var(--st-input-radius);
  padding: 10px 13px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(var(--second-color), 1);
  white-space: nowrap;
  min-width: 58px;
}
.phone-wrap input {
  flex: 1;
}
textarea {
  resize: none;
  min-height: 90px;
}
.submit-btn {
  margin-top: 18px;
}
.submit-btn:hover {
  transform: translateY(-1px);
}
.submit-btn:active {
  transform: scale(0.98);
}
.divider {
  border: none;
  border-top: 1px solid rgba(var(--main-color), 0.09);
  margin: 1.6rem 0;
}
/* conatct page css end */

/* blog-css start */

/* ── Tab pills ── */
.crb-tab-wrap {
  background: #fff;
  border-radius: 50px;
  padding: 5px;
  display: inline-flex;
  gap: 4px;
  box-shadow: var(--st-shadow);
  border: 1px solid var(--st-tab-border);
}

.crb-tab-btn {
  font-size: 0.92rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 9px 24px;
  cursor: pointer;
  background: transparent;
  color: rgba(var(--black-color), 1);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 7px;
}

.crb-tab-btn i {
  font-size: 1rem;
}

.crb-tab-btn.crb-tab-active {
  background: var(--st-tab-active-bg);
  color: var(--st-tab-active-text);
  box-shadow: 0 4px 16px rgba(var(--fourth-color), 0.28);
}

/* ── Tab pane ── */
.crb-tab-pane {
  display: none;
}

.crb-tab-pane.crb-pane-active {
  display: block;
}

/* ── Post card ── */
.crb-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(var(--main-color), 0.1);
  box-shadow: var(--st-shadow);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  height: 100%;
}

.crb-card:hover {
  box-shadow: 0 12px 36px rgba(var(--fourth-color), 0.15);
  border-color: rgba(var(--fourth-color), 0.3);
}

.crb-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 210px;
}

.crb-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.crb-card:hover .crb-card-img-wrap img {
  transform: scale(1.05);
}

/* category badge on image */
.crb-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 5px 13px;
  border-radius: 100px;
  z-index: 2;
}
.marginspace {
  margin-bottom: 2.7rem;
}

.crb-badge-blue {
  border: 1px solid rgba(var(--fourth-color), 1);
  color: rgba(var(--fourth-color), 1);
  background-color: #c9e4ff;
}

.crb-badge-teal {
  color: #0d9488;
  border: 1px solid #0d9488;
  background-color: #c0f0d8;
}

.crb-badge-green {
  border: 1px solid #16a34a;
  color: #16a34a;
  background-color: #c0ffdc;
}

.crb-badge-orange {
  border: 1px solid #ea580c;
  color: #ea580c;
  background-color: #ffd4b0;
}

.crb-badge-red {
  border: 1px solid #dc2626;
  color: #dc2626;
  background-color: rgb(255, 215, 215);
}

/* news ribbon badge */
.crb-news-ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 100px;
  background: #dc2626;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  z-index: 2;
}

/* card body */
.crb-card-body {
  padding: 1.35rem 1.4rem 1.1rem;
}

.crb-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
  line-height: 1.35;
  margin-bottom: 0.6rem;
}

.crb-card-desc {
  font-size: 0.88rem;
  color: rgba(var(--five-color), 1);
  line-height: 1.65;
  margin-bottom: 1rem;
}

/* meta row */
.crb-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 1rem;
}

.crb-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.8rem;
  color: rgba(var(--five-color), 1);
}

.crb-meta-item i {
  font-size: 0.85rem;
  color: rgba(var(--main-color), 0.6);
}

/* read more */
.crb-divider {
  border-top: 1px solid rgba(var(--main-color), 0.09);
  margin: 0 0 0.9rem;
}

.crb-read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(var(--fourth-color), 1);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.crb-read-more:hover {
  color: rgba(var(--main-color), 1);
}

.crb-read-more .crb-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.crb-read-more:hover .crb-arrow {
  background: rgba(var(--fourth-color), 0.18);
  transform: translateX(3px);
}

/* ── Load More button ── */
.crb-load-btn {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 13px 38px;
  border-radius: var(--st-btn-radius);
  border: none;
  background: rgba(var(--fourth-color), 1);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 4px 18px rgba(var(--fourth-color), 0.22);
  transition:
    background 0.22s ease,
    transform 0.18s ease,
    box-shadow 0.22s ease;
}

.crb-load-btn:hover {
  background: rgba(var(--main-color), 1);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(var(--main-color), 0.28);
}

.crb-load-btn:active {
  transform: scale(0.97);
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .crb-tab-btn {
    font-size: 0.82rem;
    padding: 8px 16px;
  }
  .marginspace {
    margin-bottom: 1.8rem;
  }
  .crb-card-img-wrap {
    height: 180px;
  }
}

@media (max-width: 479.98px) {
  .crb-tab-wrap {
    gap: 2px;
  }

  .crb-tab-btn {
    padding: 8px 12px;
    font-size: 0.78rem;
  }

  .crb-tab-btn i {
    display: none;
  }
}

/* ── Breadcrumb ── */
.crb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--crb-muted);
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.crb-breadcrumb a {
  color: rgba(var(--fourth-color), 1);
  text-decoration: none;
  font-weight: 500;
}

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

.crb-breadcrumb-sep {
  color: rgba(var(--five-color), 0.5);
  font-size: 0.75rem;
}

/* ── Article hero card ── */
.crb-article-card {
  background: #fff;
  border-radius: var(--crb-radius-lg);
  border: 1px solid rgba(var(--main-color), 0.1);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
}

/* ── Hero image ── */
.crb-hero-wrap {
  position: relative;
  height: 380px;
  overflow: hidden;
}

.crb-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}

.crb-article-card:hover .crb-hero-img {
  transform: scale(1.03);
}

.crb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(4, 38, 99, 0.55) 0%,
    transparent 55%
  );
  z-index: 1;
}

.crb-hero-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.crb-badge-new {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 6px 14px;
  border-radius: var(--crb-radius-pill);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.crb-badge-new-teal {
  background: #d0fffb;
  color: #009107;
  border: 1px solid #009107;
}

.crb-badge-new-read {
  background: rgb(255, 255, 255);
  color: #ff5100;
  border: 1px solid rgb(255, 94, 0);
  backdrop-filter: blur(6px);
}

.crb-hero-bottom {
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
}

.crb-share-btn {
  margin-left: auto;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: var(--crb-radius-pill);
  padding: 7px 16px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: background 0.2s;
  backdrop-filter: blur(6px);
}

.crb-share-btn:hover {
  background: rgba(255, 255, 255, 0.28);
}

/* ── Article body ── */
.crb-article-body {
  padding: 2rem 2.2rem 2.2rem;
}

.crb-article-title {
  font-size: clamp(1.7rem, 3.5vw, 2rem);
  font-weight: 900;
  color: rgba(var(--fourth-color), 1);
  line-height: 1.18;
  margin-bottom: 1.2rem;
}

/* ── Meta bar ── */
.crb-meta-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 1rem 0;
  border-top: 1px solid rgba(var(--main-color), 0.09);
  border-bottom: 1px solid rgba(var(--main-color), 0.09);
  margin-bottom: 1.8rem;
}

.crb-meta-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.crb-author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(var(--fourth-color), 1);
  flex-shrink: 0;
}

.crb-author-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(var(--fourth-color), 1);
  line-height: 1.2;
}

.crb-author-role {
  font-size: 0.75rem;
  color: var(--crb-muted);
}

.crb-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: var(--crb-muted);
}

.crb-meta-item i {
  font-size: 0.9rem;
  color: rgba(var(--main-color), 0.55);
}

.crb-meta-divider {
  width: 1px;
  height: 20px;
  background: rgba(var(--main-color), 0.12);
}

/* ── Article intro ── */
.crb-intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(var(--five-color), 1);
  margin-bottom: 2rem;
  padding: 1.2rem 1.4rem;
  border-left: 3px solid rgba(var(--fourth-color), 1);
  background: rgba(var(--fourth-color), 0.04);
  border-radius: 0 10px 10px 0;
}

/* ── Section heading ── */
.crb-section-heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(var(--fourth-color), 1);
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.crb-section-heading-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 1);
  flex-shrink: 0;
}

/* ── Factor cards ── */
.crb-factors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-bottom: 2rem;
}

.crb-factor-card {
  background: #fff;
  border: 1px solid rgba(var(--main-color), 0.11);
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  box-shadow: 0 2px 12px rgba(var(--main-color), 0.07);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.crb-factor-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--crb-hover-shadow);
  border-color: rgba(var(--fourth-color), 0.3);
}

.crb-factor-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 0.85rem;
}

.crb-factor-icon-blue {
  background: rgba(var(--fourth-color), 0.1);
  color: rgba(var(--fourth-color), 1);
}

.crb-factor-icon-teal {
  background: rgba(13, 148, 136, 0.1);
  color: #0d9488;
}

.crb-factor-icon-navy {
  background: rgba(var(--second-color), 0.1);
  color: rgba(var(--second-color), 1);
}

.crb-factor-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(var(--fourth-color), 1);
  margin-bottom: 5px;
}

.crb-factor-desc {
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--crb-muted);
}

/* ── Type comparison ── */
.crb-type-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-bottom: 2rem;
}

.crb-type-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(var(--main-color), 0.11);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.crb-type-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--crb-hover-shadow);
}

.crb-type-card-header {
  padding: 1rem 1.2rem 0.8rem;
}

.crb-type-card-header-blue {
  background: rgba(var(--fourth-color), 1);
}

.crb-type-card-header-navy {
  background: rgba(var(--second-color), 1);
}

.crb-type-card-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.crb-type-card-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}

.crb-type-card-body {
  background: #fff;
  padding: 1rem 1.2rem;
}

.crb-type-feature {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--crb-muted);
  margin-bottom: 7px;
  line-height: 1.5;
}

.crb-type-feature-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 0.5);
  margin-top: 5px;
  flex-shrink: 0;
}

.crb-type-recommended {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #0d9488;
  background: rgba(13, 148, 136, 0.1);
  border-radius: var(--crb-radius-pill);
  padding: 4px 11px;
  margin-top: 8px;
}

/* ── Key takeaway box ── */
.crb-takeaway {
  background: rgba(var(--fourth-color), 0.05);
  border: 1px solid rgba(var(--fourth-color), 0.18);
  border-radius: 14px;
  padding: 1.4rem 1.6rem;
  margin-bottom: 2rem;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.crb-takeaway-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(var(--fourth-color), 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: rgba(var(--fourth-color), 1);
  flex-shrink: 0;
}

.crb-takeaway-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--fourth-color), 1);
  margin-bottom: 5px;
}

.crb-takeaway-text {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(var(--second-color), 0.85);
}

/* ── Tag row ── */
.crb-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(var(--main-color), 0.09);
  margin-bottom: 2rem;
}

.crb-tag {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(var(--main-color), 1);
  background: rgba(var(--main-color), 0.07);
  border: 1px solid rgba(var(--main-color), 0.12);
  border-radius: var(--crb-radius-pill);
  padding: 5px 14px;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.crb-tag:hover {
  background: rgba(var(--fourth-color), 0.12);
  border-color: rgba(var(--fourth-color), 0.25);
  color: rgba(var(--fourth-color), 1);
}

/* ── CTA bar ── */
.crb-cta-bar {
  background: rgba(var(--second-color), 1);
  border-radius: 14px;
  padding: 1.5rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.crb-cta-text {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.crb-cta-sub {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 3px;
}

.crb-cta-btn {
  background: rgba(var(--fourth-color), 1);
  color: #fff;
  border: none;
  border-radius: var(--crb-radius-pill);
  padding: 11px 26px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(var(--fourth-color), 0.35);
  transition:
    background 0.2s ease,
    transform 0.18s ease;
  white-space: nowrap;
}

.crb-cta-btn:hover {
  background: rgba(var(--main-color), 1);
  transform: translateY(-2px);
}

/* ── Sidebar ── */
.crb-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.crb-sidebar-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(var(--main-color), 0.1);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
}

.crb-sidebar-header {
  padding: 1rem 1.3rem 0.7rem;
  border-bottom: 1px solid rgba(var(--main-color), 0.08);
}

.crb-sidebar-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(var(--fourth-color), 1);
  display: flex;
  align-items: center;
  gap: 8px;
}

.crb-sidebar-title i {
  font-size: 0.9rem;
  color: rgba(var(--fourth-color), 1);
}

.crb-sidebar-body {
  padding: 1rem 1.3rem;
}

/* toc */
.crb-toc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crb-toc-item a {
  font-size: 0.83rem;
  color: var(--crb-muted);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(var(--main-color), 0.06);
  transition: color 0.18s;
}

.crb-toc-item a:hover {
  color: rgba(var(--fourth-color), 1);
}

.crb-toc-num {
  font-size: 0.7rem;
  font-weight: 700;
  width: 20px;
  height: 20px;
  background: rgba(var(--fourth-color), 0.1);
  color: rgba(var(--fourth-color), 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* related */
.crb-related-item {
  display: flex;
  gap: 12px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(var(--main-color), 0.07);
}

.crb-related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.crb-related-thumb {
  width: 58px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.crb-related-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(var(--fourth-color), 1);
  line-height: 1.35;
  margin-bottom: 4px;
}

.crb-related-date {
  font-size: 0.73rem;
  color: var(--crb-muted);
}

/* share sidebar */
.crb-share-row {
  display: flex;
  gap: 10px;
}

.crb-share-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid rgba(var(--main-color), 0.13);
  transition:
    background 0.18s,
    border-color 0.18s,
    transform 0.18s;
  color: rgba(var(--fourth-color), 1);
  background: #fff;
}

.crb-share-icon:hover {
  background: rgba(var(--fourth-color), 0.09);
  border-color: rgba(var(--fourth-color), 0.3);
  color: rgba(var(--fourth-color), 1);
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .crb-hero-wrap {
    height: 240px;
  }
  .crb-article-body {
    padding: 1.4rem 1.2rem;
  }
  .crb-cta-bar {
    text-align: center;
    justify-content: center;
  }
  .crb-article-title {
    font-size: clamp(1.2rem, 3.5vw, 1.2rem);
  }
}

/* blog css end */

/* legal page css start */
/* ── Hero header card ── */
.pp-hero {
  background: rgb(4 0 83);
  border-radius: var(--crb-radius-lg);
  padding: 2.8rem 2.6rem 2.4rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.pp-hero-bg-circle-1 {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(var(--third-color), 0.07);
  top: -80px;
  right: -60px;
}

.pp-hero-bg-circle-2 {
  position: absolute;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(var(--fourth-color), 0.1);
  bottom: -50px;
  left: 60px;
}

.pp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--third-color), 1);
  background: rgba(var(--third-color), 0.12);
  border-radius: var(--crb-pill);
  padding: 5px 15px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.pp-hero-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 1;
}

.pp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.pp-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.pp-hero-meta-item i {
  font-size: 0.9rem;
  color: rgba(var(--third-color), 0.8);
}

/* ── Layout ── */
.pp-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
}

/* ── Sticky sidebar ── */
.pp-sidebar {
  position: sticky;
  top: 100px;
}

.pp-toc-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(var(--main-color), 0.1);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
}

.pp-toc-header {
  padding: 1rem 1.3rem 0.8rem;
  border-bottom: 1px solid rgba(var(--main-color), 0.08);
  display: flex;
  align-items: center;
  gap: 9px;
}

.pp-toc-header-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(var(--fourth-color), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: rgba(var(--fourth-color), 1);
}

.pp-toc-header-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(var(--fourth-color), 1);
}

.pp-toc-list {
  list-style: none;
  padding: 0.7rem 0;
}

.pp-toc-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 1.3rem;
  font-size: 0.8rem;
  color: var(--crb-muted);
  text-decoration: none;
  transition:
    background 0.18s,
    color 0.18s;
  border-left: 2px solid transparent;
}

.pp-toc-link:hover,
.pp-toc-link.pp-toc-active {
  background: rgba(var(--fourth-color), 0.06);
  color: rgba(var(--fourth-color), 1);
  border-left-color: rgba(var(--fourth-color), 1);
}

.pp-toc-num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(var(--main-color), 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  color: rgba(var(--main-color), 1);
  flex-shrink: 0;
  transition:
    background 0.18s,
    color 0.18s;
}

.pp-toc-link:hover .pp-toc-num,
.pp-toc-link.pp-toc-active .pp-toc-num {
  background: rgba(var(--fourth-color), 0.15);
  color: rgba(var(--fourth-color), 1);
}

/* ── Main content ── */
.pp-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ── Policy section card ── */
.pp-section-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(var(--main-color), 0.1);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
}

.pp-section-card:hover {
  border-color: rgba(var(--fourth-color), 0.22);
  box-shadow: 0 8px 32px rgba(var(--fourth-color), 0.1);
}

.pp-section-header {
  padding: 1.4rem 1.8rem 1.1rem;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px solid rgba(var(--main-color), 0.07);
}

.pp-section-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.pp-icon-blue {
  background: rgba(var(--fourth-color), 0.1);
  color: rgba(var(--fourth-color), 1);
}
.pp-icon-teal {
  background: rgba(13, 148, 136, 0.1);
  color: #0d9488;
}
.pp-icon-navy {
  background: rgba(var(--second-color), 0.1);
  color: rgba(var(--second-color), 1);
}
.pp-icon-green {
  background: rgba(22, 163, 74, 0.1);
  color: #16a34a;
}
.pp-icon-amber {
  background: rgba(217, 119, 6, 0.1);
  color: #d97706;
}
.pp-icon-coral {
  background: rgba(220, 38, 38, 0.1);
  color: #dc2626;
}

.pp-section-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(var(--main-color), 0.45);
  margin-bottom: 3px;
}

.pp-section-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(var(--fourth-color), 1);
  line-height: 1.25;
}

.pp-section-body {
  padding: 1.2rem 1.8rem 1.4rem;
}

.pp-section-text {
  font-size: 0.9rem;
  line-height: 1.78;
  color: rgba(var(--five-color), 1);
}

/* highlight for contact info */
.pp-contact-highlight {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(var(--fourth-color), 1);
  background: rgba(var(--fourth-color), 0.07);
  border-radius: var(--crb-pill);
  padding: 4px 13px;
  margin: 2px 3px;
  border: 1px solid rgba(var(--fourth-color), 0.15);
}

/* ── Last updated bar ── */
.pp-updated-bar {
  background: rgba(var(--fourth-color), 0.05);
  border: 1px solid rgba(var(--fourth-color), 0.14);
  border-radius: 12px;
  padding: 1rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pp-updated-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(var(--fourth-color), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: rgba(var(--fourth-color), 1);
  flex-shrink: 0;
}

.pp-updated-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--fourth-color), 1);
  margin-bottom: 2px;
}

.pp-updated-text {
  font-size: 0.82rem;
  color: rgba(var(--second-color), 0.75);
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
  .pp-layout {
    grid-template-columns: 1fr;
  }

  .pp-sidebar {
    position: static;
    order: -1;
  }

  .pp-toc-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.6rem 0.8rem;
    gap: 6px;
  }

  .pp-toc-link {
    border-left: none;
    border-radius: 100px;
    padding: 5px 14px;
    border: 1px solid rgba(var(--main-color), 0.12);
    font-size: 0.78rem;
  }

  .pp-toc-link:hover,
  .pp-toc-link.pp-toc-active {
    border-color: rgba(var(--fourth-color), 0.3);
    border-left-color: rgba(var(--fourth-color), 0.3);
  }
}

@media (max-width: 575.98px) {
  .pp-hero {
    padding: 1.8rem 1.4rem;
  }
  .pp-section-header {
    padding: 1.1rem 1.2rem 0.9rem;
  }
  .pp-section-body {
    padding: 0.9rem 1.2rem 1.1rem;
  }
}

/* legal page css end */

/* prduct list css start */

/* ── Card shell ── */

.prd-card {
  width: auto;
  border-radius: 16px;
  overflow: hidden;
  background: #000537;
  border: 1px solid rgba(56, 224, 123, 0.2);
}
.prd-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.prd-info {
  padding: 14px;
}
.prd-info h4 {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.prd-info p {
  margin: 0 0 12px;
  font-size: 12px;
  color: #a8f0cc;
}

.prd-card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  border: 1.5px solid rgba(var(--third-color), 0.3);
}

/* ── Background image ── */
.prd-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: bottom;
  z-index: 0;
}

/* ── Dark overlay ── */
.prd-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgb(4 12 50 / 0%) 0%,
    rgb(4 25 90 / 0%) 60%,
    rgb(4 38 99 / 0%) 100%
  );
  z-index: 1;
}

/* ── Glow top accent ── */
.prd-glow-line {
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--third-color), 0.85),
    transparent
  );
  z-index: 2;
}

/* ── Middle content area ── */
.prd-body {
  position: relative;
  z-index: 3;
  padding: 2.8rem 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 0;
  justify-content: end;
  min-height: 200px;
}

/* Price pill */

/* Buy button */
.prd-buy-btn{
    position: absolute;
    top: 30%;
    right: 4%;

    width: max-content;
    background: #04740f;
    color: #fff;
    border: none;
    border-radius: 13px;
    padding: 14px 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    font-family: var(--font-body);
    font-size: 1.05rem;
    font-weight: 700;

    cursor: pointer;

    box-shadow: 0 4px 22px rgba(var(--fourth-color),0.5);

    opacity: 0;
    visibility: hidden;

    transform: translateY(20px);

    transition: all .35s ease;

    z-index: 2;
}

/* show on card hover */
.prd-card:hover .prd-buy-btn{
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

.prd-buy-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: skewX(-18deg);
  transition: left 0.42s ease;
}

.prd-buy-btn:hover::after {
  left: 160%;
}

.prd-buy-btn:hover {
  background: #04740f;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(var(--fourth-color), 0.55);
}

.prd-buy-btn:active {
  transform: scale(0.97);
}

.prd-btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

/* ── Bottom strip ── */
/* ── Card Lift ── */
.bcs-main-wrap {
  margin-top: -3rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
}

/* ── Order Summary Card ── */
.bcs-summary-card {
  background: rgba(var(--white-color), 1);
  border-radius: var(--crb-radius-lg);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
  border: 1px solid rgba(var(--main-color), 0.08);
}
.bcs-summary-card__head {
  background: rgba(var(--fourth-color), 1);
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bcs-summary-card__head-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bcs-white);
  margin: 0;
  letter-spacing: 0.3px;
}
.bcs-summary-card__icon-wrap {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: rgba(var(--white-color), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--bcs-white);
  flex-shrink: 0;
}

/* Product block */
.bcs-prod-block {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(var(--main-color), 0.08);
}
.bcs-prod-thumb {
  width: auto;
  height: 150px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid rgba(var(--main-color), 0.1);
  background: var(--bcs-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  overflow: hidden;
}
.bcs-prod-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bcs-prod-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(var(--fourth-color), 0.1);
  color: var(--bcs-accent);
  border-radius: var(--crb-radius-pill);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.bcs-prod-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
  margin: 0.4rem 0 0.5rem;
  line-height: 1.3;
}
.bcs-prod-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(
    90deg,
    rgba(var(--fourth-color), 1) 0%,
    rgba(var(--main-color), 1) 100%
  );
  color: var(--bcs-white);
  border-radius: var(--crb-radius-pill);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  letter-spacing: 0.5px;
}
.bcs-prod-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(var(--main-color), 0.07);
  color: rgba(var(--main-color), 1);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  margin-top: 0.5rem;
}
.bcs-prod-tag + .bcs-prod-tag {
  margin-left: 6px;
}

/* Meta grid */
.bcs-meta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.bcs-meta-cell {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(var(--main-color), 0.07);
  border-right: 1px solid rgba(var(--main-color), 0.07);
}
.bcs-meta-cell:nth-child(even) {
  border-right: none;
}
.bcs-meta-cell:last-child,
.bcs-meta-cell:nth-last-child(2):nth-child(odd) {
  border-bottom: none;
}
.bcs-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--bcs-muted);
  margin-bottom: 5px;
}
.bcs-meta-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
}

/* Description block */
.bcs-desc-block {
  padding: 1.25rem 1.5rem;
  background: rgba(var(--third-color), 0.06);
  border-bottom: 1px solid rgba(var(--main-color), 0.07);
}
.bcs-desc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--bcs-muted);
  margin-bottom: 6px;
}
.bcs-desc-text {
  font-size: 0.875rem;
  color: rgba(var(--five-color), 1);
  line-height: 1.6;
  margin: 0;
}
.bcs-desc-check {
  color: var(--jd-icon-green);
  font-size: 13px;
}

/* Total block */
.bcs-total-block {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.bcs-total-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--bcs-muted);
  margin-bottom: 4px;
}
.bcs-total-price {
  font-size: 2rem;
  font-weight: 800;
  color: rgba(var(--second-color), 1);
  line-height: 1;
}
.bcs-total-tax {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #00a225;
  background-color: #cfffd1;
  color: #126200;
  border-radius: var(--crb-radius-pill);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
}

/* ── Form Card ── */
.bcs-form-card {
  background: var(--bcs-card-bg);
  border-radius: var(--crb-radius-lg);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
  border: 1px solid rgba(var(--main-color), 0.08);
  height: 100%;
}
.bcs-form-card__head {
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid rgba(var(--main-color), 0.07);
}
.bcs-form-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
  margin: 0 0 4px;
}
.bcs-form-card__sub {
  font-size: 0.82rem;
  color: var(--bcs-muted);
  margin: 0;
}
.bcs-form-body {
  padding: 1.75rem;
}

/* ── Field ── */
.bcs-field {
  margin-bottom: 1.25rem;
}
.bcs-field:last-of-type {
  margin-bottom: 0;
}
.bcs-field__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: rgba(var(--second-color), 1);
  margin-bottom: 6px;
  display: block;
}
.bcs-field__label .bcs-req {
  color: rgba(var(--fourth-color), 1);
  margin-left: 2px;
}
.bcs-field__wrap {
  position: relative;
}
.bcs-field__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: rgba(var(--main-color), 0.45);
  font-size: 15px;
  pointer-events: none;
  z-index: 2;
}
.bcs-field__input {
  width: 100%;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  padding: 10px 14px 10px 40px;
  font-family: var(--bcs-font-body);
  font-size: 0.9rem;
  color: rgba(var(--black-color), 0.8);
  background: #fafbff;
  transition: var(--transition-05s);
  outline: none;
}
.bcs-field__input:focus {
  border-color: rgba(var(--fourth-color), 1);
  background: var(--bcs-white);
  box-shadow: 0 0 0 3px rgba(var(--fourth-color), 0.1);
}
.bcs-field__input::placeholder {
  color: #b0b8c9;
  font-size: 0.87rem;
}

.bcs-field__input--phone {
  padding-left: 70px;
}
.bcs-phone-prefix {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(var(--main-color), 1);
  z-index: 2;
  pointer-events: none;
}

.bcs-field__textarea {
  width: 100%;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  padding: 10px 14px 10px 40px;
  font-family: var(--bcs-font-body);
  font-size: 0.9rem;
  color: rgba(var(--black-color), 0.8);
  background: #fafbff;
  transition: var(--transition-05s);
  outline: none;
  resize: vertical;
  min-height: 90px;
}
.bcs-field__textarea:focus {
  border-color: rgba(var(--fourth-color), 1);
  background: var(--bcs-white);
  box-shadow: 0 0 0 3px rgba(var(--fourth-color), 0.1);
}
.bcs-field__textarea::placeholder {
  color: #b0b8c9;
  font-size: 0.87rem;
}

.bcs-field__icon--top {
  top: 14px;
  transform: none;
}

/* ── Buy Button ── */
.bcs-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: max-content;
  padding: 14px 24px;
  background: linear-gradient(
    90deg,
    rgba(var(--fourth-color), 1) 0%,
    rgba(var(--main-color), 1) 100%
  );
  color: var(--bcs-white);
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: var(--st-btn-radius);
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: var(--transition-05s);
  margin-top: 1.5rem;
  position: relative;
  overflow: hidden;
}
.bcs-buy-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(var(--main-color), 1) 0%,
    rgba(var(--fourth-color), 1) 100%
  );
  opacity: 0;
  transition: var(--transition-05s);
}
.bcs-buy-btn:hover::before {
  opacity: 1;
}
.bcs-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--fourth-color), 0.35);
}
.bcs-buy-btn:active {
  transform: translateY(0);
}
.bcs-buy-btn span {
  position: relative;
  z-index: 1;
}
.bcs-buy-btn i {
  position: relative;
  z-index: 1;
  font-size: 1.1rem;
}

/* ── Trust Strip ── */
.bcs-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.85rem 1.75rem;
  background: rgba(var(--jd-icon-green), 0.05);
  border-top: 1px solid rgba(var(--jd-icon-green), 0.12);
  font-size: 12px;
  color: var(--jd-icon-green);
  font-weight: 600;
}

/* ── Trust Badges Row ── */
.bcs-badges-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.bcs-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(var(--five-color), 1);
  font-weight: 500;
}
.bcs-badge-item i {
  color: rgba(var(--main-color), 0.7);
  font-size: 14px;
}

/* Steps pill */
.bcs-steps-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 2rem;
}
.bcs-step-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--five-color), 1);
}
.bcs-step-item.active {
  color: rgba(var(--fourth-color), 1);
}
.bcs-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(var(--five-color), 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}
.bcs-step-item.active .bcs-step-num {
  background: rgba(var(--fourth-color), 1);
  color: var(--bcs-white);
}
.bcs-step-sep {
  width: 36px;
  height: 2px;
  background: rgba(var(--five-color), 0.2);
  margin: 0 8px;
}
.bcs-step-sep.done {
  background: rgba(var(--fourth-color), 0.5);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .bcs-hero {
    padding: 2rem 0 4.5rem;
  }
  .bcs-meta-grid {
    grid-template-columns: 1fr 1fr;
  }
  .bcs-form-body {
    padding: 1.25rem;
  }
  .bcs-summary-card__head,
  .bcs-total-block {
    padding: 1rem 1.25rem;
  }
  .bcs-prod-block {
    padding: 1.25rem;
  }
  .bcs-total-price {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .bcs-meta-grid {
    grid-template-columns: 1fr;
  }
  .bcs-meta-cell {
    border-right: none;
  }
  .bcs-meta-cell:nth-child(odd),
  .bcs-meta-cell:nth-child(even) {
    border-right: none;
  }
  .bcs-meta-cell:last-child {
    border-bottom: none;
  }
  .bcs-steps-bar {
    gap: 0;
  }
  .bcs-step-sep {
    width: 20px;
  }
}

/* product list css end */
/* 
Add a Business css start */

/* ── PAGE HERO BANNER ── */
.bl-hero {
  background: linear-gradient(
    135deg,
    rgba(var(--second-color), 1) 0%,
    rgba(var(--main-color), 1) 55%,
    rgba(var(--fourth-color), 1) 100%
  );
  padding: 44px 0 70px;
  position: relative;
  overflow: hidden;
}
.bl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.bl-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  padding: 6px 18px;
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.4px;
  margin-bottom: 18px;
}
.bl-hero-badge i {
  color: #facc15;
  font-size: 15px;
}
.bl-hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.bl-hero p {
  font-family: var(--body-font);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  line-height: 1.6;
}
.bl-hero-pts {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 10px 20px;
  margin-top: 20px;
}
.bl-hero-pts .pts-num {
  font-family: var(--heading-font);
  font-size: 22px;
  font-weight: 800;
  color: #facc15;
}
.bl-hero-pts .pts-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.bl-hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bl-hero-icon-wrap {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}

/* ── FORM CARD LIFT ── */
.bl-card-lift {
  margin-top: 0px;
  position: relative;
  z-index: 10;
}

/* ── FORM CARD ── */
.bl-form-card {
  background: var(--bcs-card-bg);
  border-radius: 24px;
  box-shadow: 0 8px 48px rgba(var(--main-color), 0.13);
  border: 1px solid rgba(var(--main-color), 0.07);
  overflow: hidden;
}

/* ── SECTION HEADER ── */
.bl-section-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 28px 32px 0;
  margin-bottom: 6px;
}
.bl-section-hd .sec-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.sec-icon.blue {
  background: rgba(var(--fourth-color), 0.1);
  color: var(--jd-icon-blue);
}
.sec-icon.green {
  background: rgba(15, 122, 90, 0.1);
  color: var(--jd-icon-green);
}
.sec-icon.purple {
  background: rgba(139, 60, 192, 0.1);
  color: var(--jd-icon-purple);
}
.sec-icon.orange {
  background: rgba(199, 86, 14, 0.1);
  color: var(--jd-icon-orange);
}
.bl-section-hd .sec-title {
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
}
.bl-section-hd .sec-sub {
  font-size: 12.5px;
  color: var(--bcs-muted);
  margin-top: 1px;
}

.bl-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(var(--fourth-color), 0.12),
    transparent
  );
  margin: 10px 32px 0;
}

.bl-form-body {
  padding: 20px 32px 32px;
}

/* ── FLOATING LABEL INPUTS ── */
.bl-field {
  position: relative;
  margin-bottom: 0;
}
.bl-field label {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--st-icon-color);
  pointer-events: none;
  transition: var(--transition-05s);
  background: transparent;
  padding: 0 4px;
  z-index: 2;
}
.bl-field.no-icon label {
  left: 16px;
}
.bl-field label .req {
  color: #ef4444;
  margin-left: 2px;
}
.bl-field .bl-input {
  width: 100%;
  height: 52px;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  background: #f8fafd;
  padding: 16px 16px 4px 44px;
  font-family: var(--body-font);
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(var(--black-color), 0.85);
  outline: none;
  transition: var(--transition-05s);
  -webkit-appearance: none;
}
.bl-field.no-icon .bl-input {
  padding-left: 16px;
}
.bl-field .bl-input:focus {
  border-color: var(--bcs-accent);
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(var(--fourth-color), 0.1);
}
.bl-field .bl-input:focus + label,
.bl-field .bl-input:not(:placeholder-shown) + label {
  top: -8px;
  left: 44px;
  transform: none;
  font-size: 11px;
  font-weight: 600;
  color: var(--bcs-accent);
  background: #fff;
}
.bl-field.no-icon .bl-input:focus + label,
.bl-field.no-icon .bl-input:not(:placeholder-shown) + label {
  left: 16px;
}
.bl-field .bl-input::placeholder {
  color: transparent;
}
.bl-field .field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: var(--st-icon-color);
  transition: var(--transition-05s);
  z-index: 2;
  pointer-events: none;
}
.bl-field .bl-input:focus ~ .field-icon {
  color: var(--bcs-accent);
}

/* Textarea variant */
.bl-field .bl-textarea {
  width: 100%;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  background: #f8fafd;
  padding: 28px 16px 10px 44px;
  font-family: var(--body-font);
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(var(--black-color), 0.85);
  outline: none;
  resize: vertical;
  min-height: 100px;
  transition: var(--transition-05s);
}
.bl-field .bl-textarea:focus {
  border-color: var(--bcs-accent);
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(var(--fourth-color), 0.1);
}
.bl-field .bl-textarea:focus + label,
.bl-field .bl-textarea:not(:placeholder-shown) + label {
  top: -8px;
  left: 44px;
  transform: none;
  font-size: 11px;
  font-weight: 600;
  color: var(--bcs-accent);
  background: #fff;
}
.bl-field .bl-textarea::placeholder {
  color: transparent;
}
.bl-field label.ta-label {
  top: 22px;
  transform: none;
}

/* Phone prefix row */
.bl-phone-wrap {
  display: flex;
  gap: 0;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  background: #f8fafd;
  overflow: hidden;
  transition: var(--transition-05s);
}
.bl-phone-wrap:focus-within {
  border-color: var(--bcs-accent);
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(var(--fourth-color), 0.1);
}
.bl-phone-prefix {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-right: 1.5px solid var(--st-input-border);
  font-family: var(--heading-font);
  font-size: 13.5px;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
  background: rgba(var(--main-color), 0.06);
  white-space: nowrap;
  flex-shrink: 0;
}
.bl-phone-prefix .fi {
  font-size: 15px;
}
.bl-phone-input {
  flex: 1;
  height: 52px;
  border: none;
  background: transparent;
  padding: 4px 14px;
  font-family: var(--body-font);
  font-size: 14.5px;
  font-weight: 500;
  color: rgba(var(--black-color), 0.85);
  outline: none;
}
.bl-phone-input::placeholder {
  color: var(--st-icon-color);
  font-size: 13.5px;
}
.bl-phone-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--bcs-muted);
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: var(--heading-font);
}
.bl-phone-label .req {
  color: #ef4444;
}

/* ── CUSTOM SELECT ── */
.bl-custom-select-wrap {
  position: relative;
}
.bl-custom-select-btn {
  width: 100%;
  height: 52px;
  border: 1.5px solid var(--st-input-border);
  border-radius: var(--st-input-radius);
  background: #f8fafd;
  padding: 0 44px 0 44px;
  font-family: var(--body-font);
  font-size: 14.5px;
  font-weight: 500;
  color: var(--st-icon-color);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--transition-05s);
  user-select: none;
  position: relative;
}
.bl-custom-select-btn.has-value {
  color: rgba(var(--black-color), 0.85);
}
.bl-custom-select-btn:hover,
.bl-custom-select-btn.open {
  border-color: var(--bcs-accent);
  background: #fff;
  box-shadow: 0 0 0 3.5px rgba(var(--fourth-color), 0.1);
}
.bl-custom-select-btn .sel-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: var(--st-icon-color);
  transition: var(--transition-05s);
}
.bl-custom-select-btn.open .sel-icon,
.bl-custom-select-btn.has-value .sel-icon {
  color: var(--bcs-accent);
}
.bl-custom-select-btn .sel-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  font-size: 14px;
  color: var(--st-icon-color);
  transition: var(--transition-05s);
}
.bl-custom-select-btn.open .sel-chevron {
  transform: translateY(-50%) rotate(180deg);
  color: var(--bcs-accent);
}
.bl-custom-select-btn .sel-label-float {
  position: absolute;
  left: 44px;
  top: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--bcs-accent);
  font-family: var(--heading-font);
  display: none;
}
.bl-custom-select-btn.has-value .sel-label-float {
  display: block;
}
.bl-custom-select-btn .sel-placeholder {
  transition: var(--transition-05s);
}
.bl-custom-select-btn.has-value .sel-placeholder {
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 500;
}

.bl-custom-select-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1.5px solid rgba(var(--fourth-color), 0.25);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(var(--main-color), 0.16);
  z-index: 999;
  max-height: 240px;
  overflow-y: auto;
  display: none;
  animation: dropIn 0.2s ease;
}
.bl-custom-select-dropdown.open {
  display: block;
}
@keyframes dropIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bl-custom-select-dropdown .sel-search {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(var(--main-color), 0.08);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.bl-custom-select-dropdown .sel-search input {
  width: 100%;
  height: 34px;
  border: 1.5px solid var(--st-input-border);
  border-radius: 8px;
  padding: 0 12px 0 34px;
  font-size: 13px;
  font-family: var(--body-font);
  outline: none;
  background: #f8fafd;
}
.bl-custom-select-dropdown .sel-search input:focus {
  border-color: var(--bcs-accent);
}
.bl-custom-select-dropdown .sel-search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--st-icon-color);
}
.bl-custom-select-dropdown .sel-search {
  position: relative;
}
.sel-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  font-size: 14px;
  font-family: var(--body-font);
  color: rgba(var(--black-color), 0.8);
  cursor: pointer;
  transition: background 0.15s;
}
.sel-option:hover {
  background: var(--bcs-light);
  color: var(--bcs-accent);
}
.sel-option.selected {
  background: rgba(var(--fourth-color), 0.08);
  color: var(--bcs-accent);
  font-weight: 600;
}
.sel-option i {
  font-size: 15px;
}
.sel-option .sel-tick {
  margin-left: auto;
  font-size: 13px;
  color: var(--bcs-accent);
  display: none;
}
.sel-option.selected .sel-tick {
  display: block;
}
.sel-no-results {
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: var(--bcs-muted);
}

/* Select label row */
.bl-select-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--bcs-muted);
  margin-bottom: 5px;
  padding-left: 2px;
  font-family: var(--heading-font);
}
.bl-select-label .req {
  color: #ef4444;
}

/* ── IMAGE UPLOAD ── */
.bl-upload-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 576px) {
  .bl-upload-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .bl-form-body .row {
    gap: 0px;
  }
}
.bl-upload-cell {
  position: relative;
}
.bl-upload-box {
  width: 100%;
  aspect-ratio: 1;
  border: 2px dashed #d1d9e6;
  border-radius: 14px;
  background: #f5f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: var(--transition-05s);
  position: relative;
  overflow: hidden;
}
.bl-upload-box:hover {
  border-color: var(--bcs-accent);
  background: rgba(var(--fourth-color), 0.05);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(var(--fourth-color), 0.12);
}
.bl-upload-box .up-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(var(--main-color), 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--bcs-accent);
  transition: var(--transition-05s);
}
.bl-upload-box:hover .up-icon {
  background: var(--bcs-accent);
  color: #fff;
}
.bl-upload-box .up-txt {
  font-size: 12px;
  color: var(--bcs-muted);
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
.bl-upload-box .up-num {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(var(--second-color), 0.9);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--heading-font);
}
.bl-upload-box input[type="file"] {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}
/* Preview */
.bl-upload-box.has-preview .up-icon,
.bl-upload-box.has-preview .up-txt {
  display: none;
}
.bl-upload-preview {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  display: none;
}
.bl-upload-box.has-preview .bl-upload-preview {
  display: block;
}
.bl-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl-upload-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.9);
  color: #fff;
  font-size: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  border: none;
  transition: var(--transition-05s);
}
.bl-upload-box.has-preview .bl-upload-remove {
  display: flex;
}
.bl-upload-remove:hover {
  background: #dc2626;
  transform: scale(1.1);
}
.bl-upload-note {
  font-size: 12px;
  color: var(--bcs-muted);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.bl-upload-note i {
  color: var(--bcs-accent);
}

/* ── SUBMIT BUTTON ── */
.bl-submit-btn {
  width: 100%;
  height: 54px;
  background: linear-gradient(
    135deg,
    rgba(var(--main-color), 1) 0%,
    rgba(var(--fourth-color), 1) 100%
  );
  border: none;
  border-radius: 14px;
  font-family: var(--heading-font);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: var(--transition-05s);
  box-shadow: 0 4px 20px rgba(var(--fourth-color), 0.35);
  position: relative;
  overflow: hidden;
}
.bl-submit-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--second-color), 1),
    rgba(var(--main-color), 1)
  );
  opacity: 0;
  transition: var(--transition-05s);
}
.bl-submit-btn:hover::before {
  opacity: 1;
}
.bl-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(var(--fourth-color), 0.45);
}
.bl-submit-btn span,
.bl-submit-btn i {
  position: relative;
  z-index: 1;
}
.bl-submit-btn i {
  font-size: 18px;
}

/* ── REWARD STRIP ── */
.bl-reward-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f0f4fb, #e8f0fd);
  border: 1.5px solid rgba(var(--fourth-color), 0.15);
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 28px;
}
.bl-reward-strip .rw-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(
    135deg,
    rgba(var(--main-color), 1),
    rgba(var(--fourth-color), 1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #facc15;
  flex-shrink: 0;
}
.bl-reward-strip .rw-text {
  font-size: 13.5px;
  color: rgba(var(--second-color), 1);
  line-height: 1.5;
}
.bl-reward-strip .rw-text strong {
  font-family: var(--heading-font);
  font-weight: 700;
}

/* ── SCROLLBAR ── */
.bl-custom-select-dropdown::-webkit-scrollbar {
  width: 5px;
}
.bl-custom-select-dropdown::-webkit-scrollbar-track {
  background: #f0f4fb;
}
.bl-custom-select-dropdown::-webkit-scrollbar-thumb {
  background: rgba(var(--main-color), 0.25);
  border-radius: 10px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .bl-hero {
    padding: 32px 0 62px;
  }
  .bl-form-body {
    padding: 16px 20px 24px;
  }
  .bl-section-hd {
    padding: 22px 20px 0;
  }
  .bl-divider {
    margin: 8px 20px 0;
  }
}
@media (max-width: 576px) {
  .bl-hero h1 {
    font-size: 1.5rem;
  }
  .bl-hero-pts {
    display: none;
  }
}

/* 
Add a Business css end */

/* dashboard css strat */

.dash-header {
  margin-bottom: 28px;
}
.dash-header h1 {
  font-size: 26px;
  font-weight: 800;
  color: rgba(var(--second-color), 1);
  letter-spacing: -0.5px;
}
.dash-header p {
  font-size: 13.5px;
  color: var(--bcs-muted);
  margin-top: 4px;
}
.dash-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
}
@media (max-width: 720px) {
  .dash-grid {
    grid-template-columns: 1fr;
  }
}
.left-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.right-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card {
  background: var(--bcs-card-bg);
  border-radius: var(--crb-radius-lg);
  box-shadow: var(--crb-card-shadow);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}
.card:hover {
  box-shadow: var(--crb-hover-shadow);
}
.profile-card {
  padding: 24px;
}
.profile-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.avatar-wrap {
  position: relative;
}
.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(var(--third-color), 1),
    rgba(var(--main-color), 1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  flex-shrink: 0;
}
.avatar-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #22c55e;
  border: 2.5px solid #fff;
}
.profile-name {
  font-size: 16px;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
}
.profile-email {
  font-size: 12.5px;
  color: var(--bcs-muted);
  margin-top: 2px;
}
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 0;
  border-radius: var(--crb-radius-pill);
  background: linear-gradient(
    135deg,
    rgba(var(--fourth-color), 1),
    rgba(var(--main-color), 1)
  );
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.2px;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(var(--fourth-color), 0.4);
}
.btn-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px 0;
  border-radius: var(--crb-radius-pill);
  background: transparent;
  color: var(--bcs-muted);
  font-size: 13px;
  font-weight: 500;
  border: 1.5px solid #e2e8f0;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.btn-outline:hover {
  border-color: rgba(var(--fourth-color), 0.4);
  color: rgba(var(--fourth-color), 1);
  background: rgba(var(--fourth-color), 0.05);
}
.reward-card {
  padding: 0;
  background: linear-gradient(
    135deg,
    rgba(var(--fourth-color), 1) 0%,
    rgba(var(--main-color), 1) 50%,
    rgba(var(--second-color), 1) 100%
  );
  position: relative;
  overflow: hidden;
}
.reward-card::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}
.reward-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}
.reward-inner {
  position: relative;
  padding: 22px;
}
.reward-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.reward-label i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.reward-points-num {
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -2px;
  line-height: 1;
}
.reward-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 6px;
  margin-bottom: 16px;
}
.reward-bar-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}
.reward-bar-fill {
  height: 100%;
  width: 0%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-locked {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  border-radius: var(--crb-radius-pill);
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
  backdrop-filter: blur(4px);
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 480px) {
  .stats-row {
    grid-template-columns: 1fr;
  }
}
.stat-card {
  padding: 18px 16px;
  text-align: center;
  background: var(--bcs-card-bg);
  border-radius: var(--crb-radius-lg);
  box-shadow: var(--crb-card-shadow);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.stat-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--crb-hover-shadow);
}
.stat-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  font-size: 16px;
}
.stat-icon-blue {
  background: rgba(20, 71, 230, 0.1);
  color: var(--jd-icon-blue);
}
.stat-icon-green {
  background: rgba(15, 122, 90, 0.1);
  color: var(--jd-icon-green);
}
.stat-icon-orange {
  background: rgba(199, 86, 14, 0.1);
  color: var(--jd-icon-orange);
}
.stat-num {
  font-size: 28px;
  font-weight: 800;
  color: rgba(var(--second-color), 1);
  letter-spacing: -1px;
}
.stat-lbl {
  font-size: 11.5px;
  color: var(--bcs-muted);
  font-weight: 500;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.section-card {
  background: var(--bcs-card-bg);
  border-radius: var(--crb-radius-lg);
  box-shadow: var(--crb-card-shadow);
  overflow: hidden;
}
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 22px 16px;
  border-bottom: 1px solid #f1f5f9;
}
.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: rgba(var(--second-color), 1);
}
.section-title i {
  font-size: 14px;
  color: var(--jd-icon-blue);
}
.badge-new {
  padding: 3px 10px;
  border-radius: var(--crb-radius-pill);
  background: rgba(20, 71, 230, 0.1);
  color: var(--jd-icon-blue);
  font-size: 11px;
  font-weight: 600;
}
.empty-state {
  padding: 40px 20px;
  text-align: center;
  color: var(--bcs-muted);
}
.empty-icon {
  font-size: 36px;
  margin-bottom: 12px;
  opacity: 0.3;
  color: rgba(var(--main-color), 1);
}
.empty-text {
  font-size: 13.5px;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}
.withdrawal-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 22px;
  border-bottom: 1px solid #f8fafc;
  transition: background 0.2s;
}
.withdrawal-row:hover {
  background: #f8faff;
}
.wd-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(15, 122, 90, 0.1);
  color: var(--jd-icon-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.wd-info {
  flex: 1;
}
.wd-label {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(var(--second-color), 1);
}
.wd-date {
  font-size: 11.5px;
  color: var(--bcs-muted);
  margin-top: 2px;
}
.wd-amt {
  font-size: 14px;
  font-weight: 700;
  color: var(--jd-icon-green);
}
.sub-empty {
  padding: 36px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.sub-empty-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: var(--bcs-light);
  color: var(--jd-icon-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.sub-empty-text p {
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(var(--second-color), 1);
}
.sub-empty-text span {
  font-size: 12px;
  color: var(--bcs-muted);
}
.btn-add {
  padding: 8px 16px;
  border-radius: var(--crb-radius-pill);
  background: var(--bcs-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-add:hover {
  background: rgba(var(--second-color), 1);
  transform: scale(1.03);
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.card,
.section-card,
.stat-card {
  animation: fadeUp 0.5s ease both;
}
.stat-card:nth-child(2) {
  animation-delay: 0.07s;
}
.stat-card:nth-child(3) {
  animation-delay: 0.14s;
}
.reward-card {
  animation-delay: 0.1s;
}

/* dashboard css end */
/* media start */

@media (min-width: 992px) {
  /* .Head-CaLog {
        display: none;
    } */
  .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-item.dropdown:hover > .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show,
  .dropdown-menu ul li:hover > .dropdown-menu.dropdown-submenu {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    width: max-content;
    max-width: max-content;
  }
  .nav-item.dropdown .DDMenu.dropdown-menu {
    left: 100px;
  }
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
}

@media (max-width: 1500px) {
  .banner-bg > video {
    position: absolute;
    transform: scale(1.5);
  }
}

@media (max-width: 1400px) {
  .banner-section {
    --banner-hvh: 80vh;
  }

  .banner-section.banner-innerPage {
    --banner-hvh: 600px;
  }
}

@media (max-width: 1199px) {
  .MainHeader nav.navbar.DesktopNav .row {
    justify-content: space-between;
  }
  .MainHeader nav.navbar.DesktopNav .row > .col-lg-12 {
    order: 1;
  }
  .NBM-box {
    border: none;
    border-radius: 0px;
    background: rgba(var(--black-color), 0);
    padding: 0px 6px;
  }
  .navbar.DesktopNav .HeadContainer {
    justify-content: flex-end;
  }
  .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
    gap: 10px;
  }
  .NBM-box {
    display: flex;
    gap: 50px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    /* padding: 20px 30px; */
  }
  .NBM-box > * {
    background: rgba(var(--second-color), 0.9);
    border: 1px solid rgba(var(--white-color), 0.28);
    border-radius: 12px;
    padding: 14px 12px;
    max-height: 250px;
    overflow: scroll;
    backdrop-filter: blur(10px);
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    margin-bottom: 8px;
    width: max-content;
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0px;
  }
  .NBM-box li.nav-item.dropdown {
    position: static;
    /* width: max-content; */
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item {
    margin-right: 0px;
  }
  /* .NBM-box ul:last-child {
        margin-top: 10px;
    } */
  .navbar.DesktopNav .HeadContainer .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  .form-box h6 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .SBOGFST-TitleBox .common-title,
  .SBOGFST-TitleBox.common-box > h2,
  .common-section .SBOGFST-TitleBox.common-box > h2 {
    font-size: 25px;
    line-height: 1.3;
  }
  .banner-section {
    --banner-hvh: 435px;
  }
  .banner-section.banner-innerPage {
    --banner-hvh: 500px;
  }
  .banner-innerPage .banner-inner-section .banner-title,
  .banner-innerPage .banner-inner-section .banner-box h1 {
    font-size: 40px;
  }
  .list-para {
    padding-left: 1rem;
  }
  .list-para li {
    font-size: 14px;
  }
  .form-card {
    border-radius: 18px;
    padding: 1.3rem 1.2rem 1.2rem;
  }
  .prd-body {
    min-height: 265px;
  }
}

@media (max-width: 768px) {
  .banner-section {
    --banner-hvh: 320px;
  }
  .banner-inner-section {
    padding-bottom: 40px;
  }
  .banner-bg > *,
  .banner-bg > * > * {
    width: 100vw;
    height: 100%;
  }
  .barnd-box {
    min-height: 140px;
  }
  .barnd-box img {
    width: 100px;
    height: 100px;
  }
  .common-view-title {
    font-size: 16px;
  }
  .small-para {
    font-size: 13px;
  }
  .viewmore-box i {
    font-size: 24px;
  }
  .viewmore-box {
    min-height: 140px;
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .leagal-list {
    justify-content: center;
  }
  .copy-text {
    text-align: center;
  }
  .info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .banner-section {
    --banner-hvh: 300px;
  }
  .info-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .banner-bg > video {
    position: absolute;
    transform: scale(1.7);
  }
  .navbar-brand {
    width: 80px;
    margin-right: 0px;
  }
  .Head-CaLog {
    gap: 8px;
  }
  .Head-CaLog .common-bgBtn,
  .Head-CaLog .common-bgBtn:visited,
  .Head-CaLog .common-bgBtn:focus {
    padding: 10px 12px;
    font-size: 11px;
  }
  .Head-CaLog .common-bgBtn::after {
    margin-left: 6px;
  }
  .copy-text {
    text-align: center;
  }
  .inner-footer {
    padding: 50px 0px 40px;
  }
  .foot-logo {
    margin-bottom: 15px;
    width: 80px;
  }
  .foot-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.d-active {
  display: none;
}
@media (max-width: 400px) {
  .d-hide {
    display: none;
  }
  .d-active {
    margin-top: 15px;
    display: block;
    background: rgba(var(--fourth-color), 1) !important;
  }
}
/* media end */

.jd-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
}

.jd-nav-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.jd-nav-btn:hover {
  background: #007bff;
  color: #fff;
}

.jd-nav-btn i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .jd-carousel .owl-nav {
    display: none !important;
  }
}


.status-active{
    color:#22c55e;
}

.status-inactive{
    color:#6b7280;
}

.status-pending{
    color:#f59e0b;
}

.status-rejected{
    color:#ef4444;
}

.sel-option{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    cursor:pointer;
}