.service-card {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	border-color: #fca311;
}

.service-icon {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #14213d, #fca311);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: white;
	font-size: 2rem;
}

.u1qgIzlqHu {
	font-size: 2.5rem;
	font-weight: bold;
	color: #fca311;
	margin: 20px 0;
}

.pricing-card {
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
	margin-bottom: 30px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.pricing-card:hover {
	transform: translateY(-15px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.pricing-card.featured {
	border: 3px solid #fca311;
	transform: scale(1.05);
}

.pricing-card.featured::before {
	content: "Popüler";
	position: absolute;
	top: 20px;
	right: -30px;
	background: #fca311;
	color: white;
	padding: 5px 40px;
	transform: rotate(45deg);
	font-size: 0.8rem;
	font-weight: bold;
}

.pwMVU93P1j {
	list-style: none;
	padding: 0;
	margin: 30px 0;
}

.pwMVU93P1j li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 30px;
}

.pwMVU93P1j li:before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #fca311;
	font-weight: bold;
}

.C3NJ0EGnqQ {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	position: relative;
}

.C3NJ0EGnqQ::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
	font-size: 4rem;
	color: #fca311;
	font-family: serif;
}

.testimonial-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(135deg, #14213d, #fca311);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.rating {
	color: #fca311;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.btn-order {
	background: linear-gradient(135deg, #14213d, #fca311);
	color: white;
	border: none;
	padding: 12px 30px;
	border-radius: 25px;
	font-weight: bold;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-order:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3);
	color: white;
	text-decoration: none;
}

.section-header {
	text-align: center;
	margin-bottom: 60px;
}

.section-header h2 {
	font-size: 3rem;
	margin-bottom: 20px;
	color: #14213d;
}

.section-header p {
	font-size: 1.2rem;
	color: #666;
	max-width: 600px;
	margin: 0 auto;
}