/* ================================
   Why Choose Us – Main Wrapper
================================ */
.dr1051whyus {
	padding: 80px 16px;
	background: linear-gradient(180deg, #f8fafc, #ffffff);
}

/* ================================
   Layout
================================ */
.dr1051whyus .wu-container {
	max-width: 1200px;
	margin: auto;
}

.dr1051whyus .wu-header {
	text-align: center;
	margin-bottom: 50px;
}

.dr1051whyus .wu-header h2 {
	font-size: 34px;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 8px;
}

.dr1051whyus .wu-header p {
	font-size: 16px;
	color: #64748b;
}

/* ================================
   Grid
================================ */
.dr1051whyus .wu-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 28px;
	margin-bottom: 60px;
}

/* ================================
   Card
================================ */
.dr1051whyus .wu-card {
	background: #ffffff;
	border-radius: 22px;
	padding: 34px 26px;
	text-align: center;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dr1051whyus .wu-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.14);
}

/* Icon */
.dr1051whyus .wu-icon {
	font-size: 36px;
	margin-bottom: 14px;
}

/* Title */
.dr1051whyus .wu-card h3 {
	font-size: 18px;
	font-weight: 600;
	color: #0f172a;
	margin-bottom: 10px;
}

/* Text */
.dr1051whyus .wu-card p {
	font-size: 14.5px;
	color: #475569;
	line-height: 1.6;
}

/* ================================
   CTA
================================ */
.dr1051whyus .wu-cta {
	background: linear-gradient(135deg, #0f172a, #020617);
	color: #ffffff;
	border-radius: 28px;
	padding: 44px 26px;
	text-align: center;
}

.dr1051whyus .wu-cta h3 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}

.dr1051whyus .wu-cta p {
	font-size: 15px;
	color: #cbd5f5;
	margin-bottom: 26px;
}

/* ================================
   Actions
================================ */
.dr1051whyus .wu-actions {
	display: flex;
	justify-content: center;
	gap: 14px;
	flex-wrap: wrap;
}

.dr1051whyus .btn {
	min-width: 160px;
	padding: 12px 18px;
	border-radius: 14px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.dr1051whyus .btn.whatsapp {
	background: #25d366;
}

.dr1051whyus .btn.call {
	background: #0ea5e9;
}

.dr1051whyus .btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

/* ================================
   Mobile
================================ */
@media ( max-width : 480px) {
	.dr1051whyus {
		padding: 60px 14px;
	}
	.dr1051whyus .wu-header h2 {
		font-size: 26px;
	}
	.dr1051whyus .wu-cta h3 {
		font-size: 20px;
	}
	.dr1051whyus .btn {
		font-size: 13px;
		padding: 10px 14px;
	}
}