body {
  background: #000;
}
p {
  color: #ffffff !important;
}
.main-content.page p {
  font-size: 16px !important;
}
.btn-custom,
.main-content.page .bannerform form.horizontal-form button {
  background: linear-gradient(90deg, #000, #646464, #000);
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
  border: 1px solid #fff;
}
.star_li li {
  list-style: none;
  padding-bottom: 15px;
}
.black_bk {
  background: #000;
}
.grey_bk {
  background: #111111;
}
.gradient-text {
  font-size: 48px;
  font-weight: bold;
  background: linear-gradient(90deg, #9a9a9a, #ffffff, #9c9c9c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0px;
}
li.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.banner_content {
  padding-top: 5% !important;
}
.main-content.page h1 {
  text-shadow: none;
}
@media (max-width: 980px) {
  #bg-imgid {
    display: none;
  }
}
@media (max-width: 1024px) {
  .custom-column {
    width: 100%;
    margin-bottom: 30px; /* Optional for spacing */
  }
  img.image-e50 {
    max-height: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  img.img-benefit {
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100%;
  }
}
.navbar > .container-fluid {
  padding: 0 0 !important;
}
.breadcrumb-item.active {
  color: #007bff;
}
ol.breadcrumb li {
  color: #007bff !important;
  font-weight: 400;
}
ol.breadcrumb li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
ol.breadcrumb li a:hover {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
.bread_link {
  margin: auto !important;
  display: table;
  margin: 30px 0px 0px;
  color: #fff !important;
  text-align: center !important;
}
.bg-theme {
  background-color: #30123d;
}
.container-fluid {
  padding: 0 12%;
}
p {
  color: #fff !important;
  line-height: 1.7em;
  margin-bottom: 0px;
}
.subhead-pro {
  color: #495057;
  font-size: 30px; /*text-transform: uppercase;*/
}
h2.subhead-pro a {
  color: #747d88;
}
.btn-pro {
  margin-top: 20px;
  background-color: #6c34bb;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-pro:hover {
  color: #000000 !important;
  border: none;
  padding: 10px 20px;
  background-color: #ffffff;
}

.btn-pro-bk {
  margin-top: 20px;
  background-color: #6c34bb;
  border: 1px solid #6c34bb;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-pro-bk:hover {
  color: #000000 !important;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #ffffff;
}

.bg-product {
  background-image: url('/wp-content/themes/eliteelevators/css/../img/stair-lift/elite-chair-lift-thank-you-scaled.webp');
  overflow: hidden;
  padding-top: 10%;

  padding-bottom: 10%;
  background-size: cover;
  position: relative; /* Ensure content appears above the overlay */
  z-index: 2;
}

.bg-product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.text-justify {
  text-align: justify;
}
img.image-e50 {
  max-height: 645px;
  height: 645px;
  max-width: 100%;
}
img.image-x300 {
  max-height: 523px;
  height: 523px;
}
img.img-benefit {
  height: 450px;
  max-height: 450px;
}

a:hover img.img-e50-product {
  border: 5px solid #30123d40;
}
