
.solution-card1 {
  background-size: cover;
  background-position: center;
  height: 290px;
  position: relative;
  color: white;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.solution-card1.tall1 {
  height: 600px;
}

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%,rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.01) 90%, transparent);
  padding: 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}


.overlay1 h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
}

.overlay1 p {
  font-size: 0.875rem !important;
  margin-bottom: 10px;
  line-height: 1.4;
}

.overlay1 a {
  color: #ec5d24;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}

.overlay1 a i {
  margin-left: 5px;
}

.overlay1 a:hover {
  text-decoration: underline;
}

.solutions1-button {
  text-align: center;
  margin-top: 40px;
  
}
.margin-left-40{
  margin-left: -40px;
}

.btn-orange1 {
  background-color: #ec5d24;
  color: white;
  padding: 12px 28px;
  font-size: 1rem;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #c44711;
}
.industry-power-h1{
    font-size: 48px !important;
    margin-bottom: 20px;
}
/* === RESPONSIVE FIX (override Bootstrap stacking on mobile) === */
@media screen and (max-width: 767px) {
  .solution-card1,
  .solution-card1.tall1 {
    height: 260px;
  }

  .overlay1 h3 {
    font-size: 1.1rem;
  }

  .overlay1 p {
    font-size: 0.85rem;
  }
.section-header1 h2 {
  font-size: 2.5rem;
 
  
}
.margin-left-40{
  margin-left: 0px;
}

.solutions-section1 {
 
  padding: 0 30px;

}
.Engineering-Reliability-top{
 
padding-top: 32px !important;
padding-right: 16px !important;
padding-bottom: 32px !important;
padding-left: 16px  !important;


}
.Engineering-Reliability-button{
 
padding-right: 16px !important;
padding-left: 16px !important;


}
.Engineering-Reliability-button h4{
font-size: 18px !important;
} 
.Engineering-Reliability-button-img{
height: 18px !important;
} 
.industry-power-h1-span{
font-size: 24px !important;
}
.industry-power-h3-span{
font-size: 18px !important;
}
.industries-section-divs{
  padding-bottom: 0px !important;
}
}

.Engineering-Reliability-button-img{
height: 24px !important;
} 

.industry-power-h3-span{
font-size: 24px !important;
}

.Engineering-Reliability-top{
 
opacity: 1;
padding-top: 120px;
padding-right: 120px;
padding-bottom: 120px;
padding-left: 48px;
gap: 20px;

}
.Engineering-Reliability-button{

padding-top: 32px;
padding-right: 120px;
padding-bottom: 32px;
padding-left: 48px;

}
.mb-64{
margin-bottom: 64px ;
}
.text-14{
    font-size: 14px !important;
}

@media (max-width: 576px) {

  .industries-section-divs .solution-card1 {
    height: 280px;            /* fixed clean card height */
    max-height: none !important;
    margin-bottom: 16px;
  }

  .industries-section-divs .overlay1 {
    padding: 12px;
  }

  .industries-section-divs .overlay1 h3 {
    font-size: 18px !important;
    line-height: 1.2;
  }

  .industries-section-divs .overlay1 p {
    font-size: 13px;
    line-height: 1.4;
  }

  .industries-section-divs .overlay1 a {
    font-size: 12px;
  }

}