.products-hero {
	background-image: url('../assets/images/products/products-header.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
	position: relative;
	padding: 60px 0;
}

.icorene-hero {
	background-image: url('../assets/images/products/Product Banner/Icorene Main Banner.jpg') !important;
}

.microthene-hero {
	background-image: url('../assets/images/products/Product Banner/Microthene Main Banner.jpg') !important;
}

.polyaxis-hero {
	background-image: url('../assets/images/products/Product Banner/Polyaxis Main Banner.jpg') !important;
}

.schulink-hero {
	background-image: url('../assets/images/products/Product Banner/Schulink Main Banner.jpg') !important;
}

.ofs-hero{
  background-image: url('../assets/images/products/Product Banner/Oilfield Products Main Banner.jpg') !important; /* replace with your actual image path */ 
 }
 
.products-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.products-hero .container {
	position: relative;
	z-index: 2;
}

.product-card {
	position: relative;
	height: 300px;
	background-size: cover;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.product-card .overlay {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
}

.product-card .card-content {
	position: relative;
	z-index: 2;
	padding: 20px;
	color: #fff;
	width: 100%;
}

.product-card i {
	font-size: 24px;
	margin-bottom: 10px;
	display: inline-block;
}

.product-card h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.product-card p {
	font-size: 14px;
	margin: 0;
}

.themecolor {
	color: #3fae47;
}

.accordion-button:not(.collapsed)::after {
	background-image: url(../assets/images/products/uparrow.svg) !important;
}

.accordion-button::after {
	background-image: url(../assets/images/products/downarrow.svg) !important;
}

.fa-download {
	font-size: 1.5rem !important
}

/* WebKit browsers (Chrome, Edge, Safari) */
#accordionExample::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

#accordionExample::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.5);
	/* Light transparent thumb */
	border-radius: 10px;
}

#accordionExample::-webkit-scrollbar-track {
	background: transparent;
}

/* Firefox */
#accordionExample {
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}

.producttabs {
	width: 100% !important;
}

.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;
}

.nav-tabs .nav-link {
	color: #fff;
	background-color: transparent;
	border: none;
	font-weight: bold;
}

.nav-tabs .nav-link.active {
	background-color: #ffffff10;
	border-bottom: 3px solid #fff;
	color: #fff;
}