/* ==========================================================================
   PFS Staffing Intro Section — Frontend Styles
   Structural resets use !important; style properties (color, typography,
   spacing, borders, sizes) are left without !important so Elementor's
   Style-tab controls can override them.
   ========================================================================== */

.pfs-ts-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.pfs-ts-wrapper * {
	box-sizing: border-box;
}

.pfs-ts-heading {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 800;
	font-size: 42px;
	line-height: 1.2;
	color: #003DA5;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-align: left;
}

.pfs-ts-description {
	margin: 0 0 60px 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.6;
	color: #333333;
	text-align: left;
}

.pfs-ts-description p {
	margin: 0 !important;
	padding: 0 !important;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}

.pfs-ts-grid {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 50px;
	row-gap: 40px;
	align-items: start !important;
	justify-content: start;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.pfs-ts-item {
	display: block !important;
	text-align: center;
	min-width: 0;
}

.pfs-ts-item-link {
	display: block !important;
	text-align: inherit;
	text-decoration: none !important;
	color: inherit;
	width: 100%;
}

.pfs-ts-image-wrap {
	display: inline-block;
	width: 200px;
	height: 200px;
	max-width: 100%;
	border-radius: 50%;
	border: 3px solid #003DA5;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.pfs-ts-image {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}

.pfs-ts-item-caption {
	margin: 0;
	padding: 0;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #1A1A1A;
}

/* ==========================================================================
   Responsive — Tablet
   ========================================================================== */
@media (max-width: 1024px) {
	.pfs-ts-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.pfs-ts-heading {
		font-size: 34px;
		margin-bottom: 24px;
	}

	.pfs-ts-description {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.pfs-ts-image-wrap {
		width: 170px;
		height: 170px;
	}
}

/* ==========================================================================
   Responsive — Mobile
   ========================================================================== */
@media (max-width: 767px) {
	.pfs-ts-grid {
		grid-template-columns: 1fr;
	}

	.pfs-ts-heading {
		font-size: 28px;
		margin-bottom: 20px;
		text-align: center;
	}

	.pfs-ts-description {
		font-size: 16px;
		margin-bottom: 30px;
		text-align: center;
	}

	.pfs-ts-image-wrap {
		width: 150px;
		height: 150px;
		margin-bottom: 16px;
	}

	.pfs-ts-item-caption {
		font-size: 17px;
	}
}
