/* VMCH — Why Choose Verify My Code Elementor Widget */

.vmch-wc-section,
.vmch-wc-section * {
	box-sizing: border-box;
}

.vmch-wc-section {
	width: 100%;
	max-width: 100%;
	padding: 60px 0;
	background: transparent;
	font-family: inherit;
}

.vmch-wc-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.vmch-wc-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
}

.vmch-wc-left,
.vmch-wc-right {
	min-width: 0;
}

.vmch-wc-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 24px;
	padding: 6px 14px;
	border-radius: 4px;
	background-color: rgba(13, 148, 136, 0.08);
	color: #0d9488;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

.vmch-wc-badge-icon,
.vmch-wc-button-icon,
.vmch-wc-custom-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.vmch-wc-badge-icon svg,
.vmch-wc-badge-icon img {
	display: block;
	width: 12px;
	height: 12px;
	object-fit: contain;
}

.vmch-wc-badge-icon i {
	font-size: 12px;
	line-height: 1;
}

.vmch-wc-title {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 800;
	line-height: 1.1;
}

.vmch-wc-title-one {
	color: #0f1c3f;
}

.vmch-wc-title-two {
	margin-bottom: 20px;
	color: #1e5ee1;
}

.vmch-wc-separator {
	width: 25px;
	height: 3px;
	margin: 0 0 24px;
	border-radius: 2px;
	background-color: #1e5ee1;
}

.vmch-wc-description,
.vmch-wc-description p {
	color: #404a60;
	font-size: 1.1rem;
	line-height: 1.7;
}

.vmch-wc-description {
	margin: 0 0 40px;
}

.vmch-wc-description > :first-child {
	margin-top: 0;
}

.vmch-wc-description > :last-child {
	margin-bottom: 0;
}

.vmch-wc-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 48px;
}

.vmch-wc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 28px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.vmch-wc-btn:hover {
	transform: translateY(-1px);
}

.vmch-wc-btn-primary {
	border-color: #1e5ee1;
	background-color: #1e5ee1;
	color: #ffffff;
}

.vmch-wc-btn-secondary {
	border-color: #eef0f5;
	background-color: #ffffff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	color: #1e5ee1;
}

.vmch-wc-button-icon svg,
.vmch-wc-button-icon img {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.vmch-wc-button-icon i {
	font-size: 18px;
	line-height: 1;
}

.vmch-wc-features {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.vmch-wc-feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
}

.vmch-wc-feature-icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #f0f4fa;
	color: #1e5ee1;
	line-height: 1;
	overflow: hidden;
}

.vmch-wc-feature-icon svg,
.vmch-wc-feature-icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.vmch-wc-feature-icon i {
	font-size: 20px;
	line-height: 1;
}

.vmch-wc-feature-copy {
	min-width: 0;
}

.vmch-wc-feature-title {
	margin: 0 0 4px;
	color: #0f1c3f;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.35;
}

.vmch-wc-feature-text {
	margin: 0;
	color: #6c757d;
	font-size: 0.8rem;
	line-height: 1.4;
}

.vmch-wc-image {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.vmch-wc-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 24px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.vmch-wc-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vmch-wc-title {
		font-size: 3rem;
	}

	.vmch-wc-image {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.vmch-wc-section {
		padding: 40px 0;
	}

	.vmch-wc-title {
		font-size: 2.35rem;
	}

	.vmch-wc-description,
	.vmch-wc-description p {
		font-size: 1rem;
	}

	.vmch-wc-buttons {
		margin-bottom: 36px;
	}

	.vmch-wc-btn {
		width: 100%;
	}

	.vmch-wc-features {
		grid-template-columns: 1fr;
		gap: 18px;
	}
}
