#header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; /* ya jo bhi tera header bg ho */
}

.top-header {
  padding: 5px 0;
  background: #0f326a;
  border-bottom: 1px solid #ddd;
}
.top-header span {
  color: var(--regular-text-color);
  color: #fff;
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: 0.0275rem;
  line-height: 1.25rem;
  text-align: left;
}
.top-header span i {
  font-size: .85rem !important;
  color: #fff;
  text-align: center !important;
  display: inline-block !important;
  padding-right: 5px !important;
}

.tabs {
  background: #f5f6fa !important;
}

.footer-middle {
  background: #222e3f !important;
  border: 1px solid #475564 !important;
  border-radius: 12px;
}
.footer-middle p {
  color: #b0b8c1 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  background: #333e4e;
  padding: 8px 16px;
  border-radius: 8px;
}
.footer-middle p i {
  color: #5c99ee !important;
  padding-right: 3px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.pricing-img img {
  height: 250px !important;
  width: 100% !important;
}
.contact {
  /* background: color-mix(
    in srgb,
    var(--accent-color),
    transparent 95%
  ) !important; */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  /* background-attachment: fixed !important; */
  padding: 60px 0 !important;
}
.contact .container {
  background: #fff !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 15px !important;
}
/* Indicator container */
.carousel-indicators {
  bottom: 15px;
  gap: 8px;
}

/* Default (inactive) indicator */
.carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #5c99ee;
  opacity: 0.4;
  border: 0;
  margin: 0;
  transition: all 0.3s ease;
}

/* Active indicator */
.carousel-indicators .active {
  width: 30px;
  height: 7px;
  border-radius: 10px;
  opacity: 1;
}
