/* Grid Layout */
.lp-services-grid-4837b938 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}

/* Card Styling */
.lp-service-card-4837b938 {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.lp-service-card-4837b938:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.05);
	transform: translateY(-2px);
}

/* Image */
.lp-service-img-4837b938 {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lp-service-img-placeholder-4837b938 {
	background-color: #f0f0f0;
	position: relative;
}

.lp-service-img-placeholder-4837b938::after {
	content: "\e811"; /* eicon-image */
	font-family: eicon;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #ccc;
}

/* Content */
.lp-service-content-4837b938 {
	padding: 20px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.lp-service-title-4837b938 {
	margin: 0 0 10px 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #333;
}

.lp-service-desc-4837b938 {
	margin: 0 0 15px 0;
	color: #666;
	font-size: 0.9rem;
	line-height: 1.5;
	flex-grow: 1;
}

/* Meta info (Duration & Price) */
.lp-service-meta-wrap-4837b938 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}

.lp-service-meta-4837b938 {
	font-size: 0.9rem;
	font-weight: 500;
	color: #444;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.lp-service-price-4837b938 {
	font-weight: 700;
	color: #111;
	font-size: 1.1rem;
}

/* Button */
.lp-service-btn-wrap-4837b938 {
	margin-top: auto;
}

.lp-service-btn-4837b938 {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 600;
	transition: background-color 0.2s;
}

.lp-service-btn-4837b938:hover {
	background-color: #005177;
}

/* Responsive Overrides handled by Elementor selectors */
