.serhant-card-4038 {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	border-radius: 0;
	transition: all 0.4s ease;
	font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

.serhant-card-4038::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
}

.sc-bg-4038 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 0;
}

.serhant-card-4038:hover .sc-bg-4038 {
	transform: scale(1.05);
}

.sc-link-overlay-4038 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.sc-top-4038 {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-start;
}

.sc-badge-4038 {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sc-content-4038 {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 5px;
	transform: translateY(20px);
	transition: transform 0.4s ease;
}

.serhant-card-4038:hover .sc-content-4038 {
	transform: translateY(0);
}

.sc-price-4038 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.sc-title-4038 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.sc-subtitle-4038 {
	font-size: 14px;
	opacity: 0.9;
}

.sc-details-4038 {
	font-size: 13px;
	margin-top: 10px;
	opacity: 0;
	max-height: 0;
	transition: all 0.4s ease;
}

.serhant-card-4038:hover .sc-details-4038 {
	opacity: 1;
	max-height: 50px;
}
