.cweb-map {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.cweb-map iframe {
	width: 100%;
	height: 320px;
	border: 0;
	display: block;
}

.cweb-box.cweb-box-right-full-map {
	padding: 0;
}

.cweb-map-inline {
	margin: 20px -40px -40px -40px;
	flex: 1;
	display: flex;
	border-radius: 0;
}

.cweb-map-inline-full {
	margin: 0;
}

.cweb-map-inline iframe {
	height: 100%;
	min-height: 280px;
	flex: 1;
	border-radius: 0;
}

.cweb-contact-grid {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 24px;
	align-items: stretch;
}

@media (max-width: 782px) {
	.cweb-contact-grid {
		grid-template-columns: 1fr;
	}
}

.cweb-box {
	border-radius: 14px;
	padding: 40px;
}

.cweb-box-left {
	background: var(--cweb-primary);
	color: #fff;
}

.cweb-box-right {
	background: #fff;
	border: 1px solid #ececec;
	box-shadow: 0 4px 16px rgba(0,0,0,0.04);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.cweb-label {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.85);
	margin-bottom: 10px;
}

.cweb-label-dark {
	color: var(--cweb-primary);
}

.cweb-heading {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 14px;
	line-height: 1.3;
	color: #fff;
}

.cweb-heading-dark {
	color: #1a1a1a;
}

.cweb-desc {
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255,255,255,0.9);
	margin-bottom: 30px;
}

.cweb-desc-dark {
	color: #666;
}

.cweb-info-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cweb-info-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 22px;
	margin-left: 0 !important;
}

.cweb-info-list li:last-child {
	margin-bottom: 0;
}

.cweb-info-list .cweb-icon {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.15);
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
}

.cweb-info-list strong {
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	color: #fff;
}

.cweb-info-list p {
	margin: 0;
	font-size: 14px;
	color: rgba(255,255,255,0.85);
	line-height: 1.5;
}

/* Khung chứa form Fluent Forms - ép nút bấm dùng màu chủ đạo cho đồng bộ */
.cweb-form-slot {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.fluentform .ff-el-form-control {
	box-shadow: none;
	height: 40px;
	font-family: 'Inter' !important;
	font-size: 15px;
}

.cweb-form-slot .ff-btn-submit,
.cweb-form-slot button[type="submit"],
.cweb-form-slot input[type="submit"] {
	background-color: var(--cweb-primary) !important;
	border-color: var(--cweb-primary) !important;
	margin-bottom: 0;
	width: 100%;
	text-transform: none;
	letter-spacing: 0;
}

.ff_submit_btn_wrapper {
	margin-bottom: 0 !important;
}

.frm-fluent-form {
	margin-bottom: 0;
}
