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

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

.vmch-fw-section {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	font-family: inherit;
}

.vmch-fw-bg {
	position: relative;
	width: 100%;
	min-height: 948px;
	background-image: url("https://verifymycode.com/wp-content/uploads/2026/05/vmc-right-visual-clean.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.vmch-fw-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: transparent;
	opacity: 0;
	pointer-events: none;
}

.vmch-fw-container {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1300px;
	min-height: 948px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 47% minmax(0, 1fr);
	align-items: stretch;
}

.vmch-fw-left {
	position: relative;
	z-index: 3;
	padding: 70px 42px 58px 0;
}

.vmch-fw-title {
	margin: 0 0 17px;
	color: #ffffff;
	font-size: 40px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.8px;
}

.vmch-fw-line {
	width: 60px;
	height: 4px;
	margin-bottom: 31px;
	border-radius: 999px;
	background-color: #bbc2cc;
}

.vmch-fw-intro,
.vmch-fw-bottom {
	margin: 0;
	color: rgba(255, 255, 255, 0.98);
	font-size: 16px;
	line-height: 1.78;
	font-weight: 500;
}

.vmch-fw-intro > :first-child,
.vmch-fw-bottom > :first-child {
	margin-top: 0;
}

.vmch-fw-intro > :last-child,
.vmch-fw-bottom > :last-child {
	margin-bottom: 0;
}

.vmch-fw-intro {
	max-width: 580px;
	margin-bottom: 34px;
}

.vmch-fw-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 28px;
}

.vmch-fw-card {
	width: 100%;
	min-height: 132px;
	padding: 18px 20px 18px 18px;
	display: flex;
	align-items: center;
	gap: 28px;
	border-radius: 14px;
	border: 1px solid rgba(128, 184, 239, 0.42);
	background: linear-gradient(
		135deg,
		rgba(5, 42, 89, 0.94) 0%,
		rgba(8, 48, 100, 0.82) 100%
	);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 11px 26px rgba(0, 18, 44, 0.16);
}

.vmch-fw-icon {
	width: 82px;
	height: 82px;
	min-width: 82px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	border: 1.5px solid rgba(187, 194, 204, 0.5);
	background: rgba(2, 38, 78, 0.52);
	line-height: 1;
	overflow: hidden;
}

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

.vmch-fw-icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: #bbc2cc;
	stroke-width: 2.25;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.vmch-fw-icon i {
	font-size: 39px;
	color: #bbc2cc;
	line-height: 1;
}

.vmch-fw-icon img {
	display: block;
	width: 39px;
	height: 39px;
	object-fit: contain;
}

.vmch-fw-copy {
	flex: 1 1 auto;
	min-width: 0;
}

.vmch-fw-copy h3 {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.28;
	font-weight: 800;
	letter-spacing: -0.25px;
}

.vmch-fw-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.98);
	font-size: 14.5px;
	line-height: 1.64;
	font-weight: 500;
}

.vmch-fw-bottom {
	max-width: 590px;
}

.vmch-fw-right {
	position: relative;
	min-height: 948px;
	pointer-events: none;
}

/* Tablet stack */
@media (max-width: 1199px) {
	.vmch-fw-bg,
	.vmch-fw-container,
	.vmch-fw-right {
		min-height: auto;
	}

	.vmch-fw-container {
		max-width: calc(100% - 32px);
		grid-template-columns: 1fr;
	}

	.vmch-fw-left {
		padding: 54px 0 42px;
	}

	.vmch-fw-right {
		min-height: 680px;
	}

	.vmch-fw-title {
		font-size: 36px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.vmch-fw-container {
		max-width: calc(100% - 24px);
	}

	.vmch-fw-left {
		padding: 38px 0 30px;
	}

	.vmch-fw-title {
		font-size: 30px;
	}

	.vmch-fw-card {
		align-items: flex-start;
		gap: 18px;
	}

	.vmch-fw-icon {
		width: 66px;
		height: 66px;
		min-width: 66px;
	}

	.vmch-fw-icon svg {
		width: 32px;
		height: 32px;
	}

	.vmch-fw-icon i {
		font-size: 32px;
	}

	.vmch-fw-icon img {
		width: 32px;
		height: 32px;
	}

	.vmch-fw-right {
		min-height: 520px;
	}
}
