.industries-hero-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../Cimgs/plants/drygrinding1.jpg");
}

.industries-hero-page {
  position: relative;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/plants/drygrinding1.jpg");
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/plants/drygrinding1.jpg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/plants/drygrinding1.jpg");
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/plants/drygrinding1.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/plants/drygrinding1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  color: #fff;
  text-align: center;
  height: 65vh;

  /* fallback for mobile compatibility */
  background-attachment: scroll;
}

/* Optional: Apply fixed attachment only on desktops that support it */
@media (min-width: 768px) {
  .industries-hero-page {
    background-attachment: fixed;
  }
}

.service-sidebar .download-widget ul a:hover {
  background: rgb(0, 101, 164);
}

.service-sidebar .download-widget ul.cust-panel-body {
  border: 4px solid #f1f5f7;
  padding: 0px;
  margin-bottom: 30px;
}

.service-sidebar .download-widget ul.cust-panel-body a,
.cust-panel-body ul a {
  background-color: #fff !important;
  color: black;
}

.table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: rgb(0, 121, 194);
  border-radius: 0;
  color: white;
  font-weight: bold;
}

.downloads-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  /* margin-top: 2rem; */
}

.downloads-container {
  margin-top: 4rem 0 !important;
}
