.soha-contact-card {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background: var(--color-white);
	border: 1px solid #e8e8e8;
	border-radius: 24px;
	padding: 25px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

.soha-contact-icon {
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: #f3f4f6;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soha-contact-icon i {
	font-size: 25px;
	color: var(--color-main);
}

.soha-contact-content {
	flex: 1;
}

.soha-contact-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 15px;
}

.soha-contact-top h2 {
	margin: 0;
	font-size: 22px;
	color: var(--color-main);
}

.soha-map-btn {
	font-size: 13px;
	padding: 10px 15px;
	background: #f5f5f5;
	border: 1px solid #ececec;
	border-radius: 12px;
	text-decoration: none;
	color: #667085;
	white-space: nowrap;
}

.soha-info {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--color-black);
	line-height: 1.7;
}

.soha-info .fa-map-marker-alt {
	color: #8e8e8e;
	margin-top: 5px;
}

.soha-info .fa-phone {
	color: var(--color-phu);
	margin-top: 5px;
}

.soha-info .fa-envelope {
	color: var(--color-main);
	margin-top: 5px;
}

.soha-info a {
	color: var(--color-main);
	text-decoration: none;
}

.soha-support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	padding: 20px;
	background: #f4f8ff;
	border: 1px solid #dbeafe;
	border-radius: 24px;
}

.soha-tag {
	display: inline-block;
	background: #dbeafe;
	color: var(--color-main);
	padding: 5px 14px;
	border-radius: 30px;
	font-size: 13px;
	margin-bottom: 15px;
}

.soha-support h3 {
	margin: 0 0 10px;
	font-size: 20px;
	color: var(--color-black);
}

.soha-support p {
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	color: var(--color-blue-800);
}

.soha-call-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	background: var(--color-main);
	color: var(--color-white);
	border-radius: 16px;
	text-decoration: none;
	font-size: 15px;
	white-space: nowrap;
}

/* Tablet */
@media(max-width:991px) {
	.soha-support {
		flex-direction: column;
	}

	.soha-call-btn {
		width: 100%;
		justify-content: center;
	}
}

/* Mobile */
@media(max-width:767px) {
	.soha-contact-card {
		padding: 18px;
		display: block;
		align-items: flex-start;
	}

	.soha-contact-icon {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}

	.soha-contact-icon i {
		font-size: 24px;
	}

	.soha-contact-content {
		flex: 1;
		display: flex;
		flex-direction: column;
	}

	.soha-contact-top {
		display: block;
		margin-bottom: 10px;
	}

	.soha-contact-top h2 {
		font-size: 22px;
		margin: 0;
		line-height: 1.4;
	}

	.soha-info {
		width: 100%;
		font-size: 14px;
		margin-bottom: 12px;
	}

	.soha-map-btn {
		position: static;
		width: 100%;
		margin-top: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		order: 999;
	}

	.soha-support {
		padding: 20px;
		flex-direction: column;
	}

	.soha-support h3 {
		font-size: 22px;
	}

	.soha-support p {
		font-size: 14px;
	}

	.soha-call-btn {
		width: 100%;
		justify-content: center;
		font-size: 16px;
	}
}

/* Form liên hệ */
.soha-contact-form {
	position: relative;
	background: var(--color-white);
	border-radius: 30px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.soha-badge {
	position: absolute;
	top: -12px;
	right: 25px;
	background: linear-gradient(180deg, #ffb52e, #f38b12);
	color: var(--color-white);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 18px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
}

.soha-title {
	color: var(--color-main);
	font-size: 25px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.soha-title i {
	color: var(--color-phu);
}

.soha-subtitle {
	color: #6f7d92;
	font-size: 13px;
	margin-bottom: 10px !important;
}

.soha-group {
	margin-bottom: 22px;
}

.soha-group label,
.soha-col label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 15px;
	font-weight: 700;
}

.soha-group label i,
.soha-col label i {
	color: var(--color-phu);
	width: 20px;
}

.soha-row {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}

.soha-col {
	flex: 1;
}

.soha-contact-form input,
.soha-contact-form select,
.soha-contact-form textarea {
	width: 100%;
	border: 1px solid var(--color-main) !important;
	border-radius: 15px !important;
	font-size: 15px !important;
	background: var(--color-white);
	margin: 0;
}

.soha-contact-form textarea {
	min-height: 130px;
	resize: none;
}

.soha-contact-form input:focus,
.soha-contact-form select:focus,
.soha-contact-form textarea:focus {
	border-color: var(--color-main);
	outline: none;
}

.soha-security {
	margin-top: 10px;
	background: #fff8e7;
	border: 1px solid #f3d48b;
	border-radius: 15px;
	padding: 15px;
	color: #b87400;
	font-size: 14px;
	line-height: 1.6;
	display: flex;
	gap: 10px;
}

.soha-security i {
	color: var(--color-phu);
	margin-top: 3px;
}

.soha-submit {
	margin-top: 25px;
}

.soha-submit .wpcf7-submit {
	width: 100%;
	height: 55px;
	border: none;
	border-radius: 15px;
	background: var(--color-main);
	color: var(--color-white);
	font-size: 18px;
	cursor: pointer;
	transition: .3s;
}

.soha-submit .wpcf7-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(31, 99, 172, .3);
}

.wpcf7-spinner {
	display: none;
}

@media(max-width:768px) {
	.soha-contact-form {
		padding: 25px;
	}

	.soha-row {
		flex-direction: column;
		gap: 20px;
	}

	.soha-title {
		font-size: 22px;
		line-height: 1.3;
	}

	.soha-badge {
		position: static;
		width: max-content;
		margin-bottom: 15px;
	}
}