.services-hero {
	background-image: url('../assets/images/services/services-header.png');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px; /* Adjust height based on design */
  position: relative;
  padding: 60px 0; /* Optional padding */
}

.services-hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay for text visibility */
  z-index: 1;
}

.services-hero .container {
  position: relative;
  z-index: 2;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent!important; 
	color: var(--secondary) !important;
}
.nav-tabs .nav-link{
	font-size:1.2rem !important;
}
.rm-hero{
  background-image: url('../assets/images/services/Services Main Banner/Rotational Molding Main Banner.jpg') !important; /* replace with your actual image path */ 
 }
.cpt-hero{
  background-image: url('../assets/images/services/Services Main Banner/Custom Powders & tolling Main Banner.jpg') !important; /* replace with your actual image path */ 
 }