
/* Ps Slider styles */

.pinsection {
	position: relative;
	overflow: hidden;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pinsection .container {
	margin: 0 auto;
	padding: 40px 16px;
	width: 100%;
}

.pinsection_slider {
	display: flex;
	flex-wrap: nowrap;
	will-change: transform;
}

.panel {
	flex: 0 0 100vw;
	box-sizing: border-box;
	padding: 24px;
}

.description > div {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
	padding: 24px;
}

.ehs-section-title {
	margin: 0 0 16px 0;
	font-size: 32px;
	line-height: 1.2;
}

.ehs-section-desc {
	margin: 0 0 24px 0;
	font-size: 16px;
	line-height: 1.6;
}

.ehs-slide-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	margin-top: 12px;
}

.ehs-slide-title {
	margin: 0 0 8px 0;
	font-size: 20px;
	line-height: 1.3;
}

.ehs-slide-text {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.ehs-list {
	list-style: none;
	margin: 16px 0 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px 12px;
}

.ehs-list-item {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.ehs-list-icon { line-height: 1; margin-top: 2px; }

.ehs-list-image img {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 4px;
}

.ehs-list-content { flex: 1; }
