@media (min-width: 320px) and (max-width: 480px) {
  .container-fluid {
    padding: 10% !important;
  }
}
@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%;
  }
}
section.banner-sec {
  padding: 4rem 0rem;
  background-image: url(/wp-content/uploads/2025/04/product-bgimg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section.banner-sec h1 {
  color: #fff !important;
}
ol.breadcrumb li a {
  color: #ffffff !important;
  font-weight: 400;
  text-decoration: none;
}
#bg-imgid {
  background-color: #1c1c1f;
}
.btn-pro {
  background-color: #30123d;
  border: none;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0px !important;
}
.btn-pro:hover {
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #fff;
  margin: 0px !important;
}
.btn-bannerbt {
  background-color: #c6a664;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
}
.btn-bannerbt:hover {
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #fff;
  margin: 10px;
}
.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:hover {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000 !important;
  text-decoration: none;
  content: " » " !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff !important;
}
.bread_link {
  margin: auto !important;
  display: table;
  margin: 30px 0px 0px;
  color: #fff !important;
  text-align: center !important;
}
.bg-theme {
  background-color: #000000;
}
.container-fluid {
  padding: 0 12%;
}
p {
  color: #ffffff;
  line-height: 1.7em;
  margin-bottom: 0px;
}
.subhead-pro {
  color: #495057;
  font-size: 36px;
  text-transform: uppercase;
}
h2.subhead-pro a {
  color: #495057;
}
.btn-pro {
  margin-top: 20px;
  background-color: #c6a664;
  border: 1px solid #fff;
  color: #fff;s
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-pro:hover {
  color: #000000 !important;
  border: 1px solid #000;
  padding: 10px 20px;
  background-color: #ffffff;
  margin: 10px;
}

.btn-pro-bk {
  margin-top: 20px;
  background-color: #30123d;
  border: 1px solid #30123d;
  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(../img/products/proudct-bg.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;
}
