.panel-industries { background: #fff; }
.panel-industries-heading { text-align:center; margin-bottom: 45px; font-family: "neue-haas-grotesk-display", sans-serif; }
.industries-row { justify-content: center; }
.industry-col { padding: 0 32px 0 0; margin-bottom: 32px; height:100%; }
.industry-card { position: relative; width: 100%; height: 435px; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease; }
/*.industry-card:hover { transform: translateY(-5px); }*/
.industry-image-wrapper { position: relative; width: 100%; height: 100%; }
.industry-image { width: 100%; height: 100%; object-fit: cover;  display: block; }
/*
.industry-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55.924%, rgba(0, 0, 0, 0.62) 100%); border-radius: 8px; pointer-events: none; }
*/
.industry-label-wrapper { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); width: 90%; text-align: center; z-index: 10; }
.industry-label { font-size: 24px; font-weight: 600; line-height: 30px; letter-spacing: 0.48px; color: #ffffff; margin: 0; text-align: center; font-family: "neue-haas-grotesk-display", sans-serif; }

/* Responsive adjustments */
@media (max-width: 991px) {
	.panel-industries-heading {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 35px;
	}
	
	.industry-card {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.panel-industries-heading {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 30px;
	}
	
	.industry-card {
		height: 300px;
	}
	
	.industry-label {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.industry-col {
		padding: 0 8px;
		margin-bottom: 20px;
	}
	
}

