.breadcrumb-section {
  background-image: url("https://images.unsplash.com/photo-1556742031-c6961e8560b0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1470&q=80"); /* replace with your preferred image URL */
  background-size: cover;
  background-position: center;
  height: 300px;
  margin-top: 73px; /* adjust as needed */
  position: relative;
}

.breadcrumb-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 50 / 80%);
}

.breadcrumb-section .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  background: transparent;
  margin-top: 10px;
}

.breadcrumb a {
  color: #ff4b4b; /* optional link color */
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.other-services-sidebar {
  border-radius: 12px;
  overflow: hidden;
  margin: 60px 0px;
  background: #fff;
  box-shadow: 0 4px 24px rgba(44, 62, 80, 0.08);
}
.other-services-sidebar .card-header {
  background: linear-gradient(90deg, #8b4d95 0%, #e1234b 100%);
  font-size: 1.2rem;
  letter-spacing: 1px;
  padding: 18px 24px;
  border-bottom: none;
}
.other-services-sidebar .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  padding: 14px 24px;
  transition: background 0.2s;
}
.other-services-sidebar .list-group-item:last-child {
  border-bottom: none;
}
.other-services-sidebar .list-group-item a {
  color: #393a7c;
  text-decoration: none;
  font-weight: 600;
  display: block;
  transition: color 0.2s;
}
.other-services-sidebar .list-group-item a:hover {
  color: #ed3724;
  /* text-decoration: underline; */
}
.feature-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.feature-list li {
  margin-bottom: 12px;
  font-size: 15px;

  display: flex;
  align-items: flex-start;
}

.feature-list li span {
  font-weight: bold;
  margin-right: 8px;
  font-size: 17px;
  line-height: 1.5;
}
