.dkbdx .booking-form-container {
	background: var(--color-white);
	padding: 0px 30px;
	border-radius: 20px;
	box-shadow: 0 15px 45px rgba(0,0,0,0.05);
	max-width: 850px;
	margin: 30px auto;
	border: 1px solid #f0f0f0;
}

.dkbdx .form-section h4 {
	color: #222;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 25px;
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.dkbdx .form-section h4 i {
	width: 34px;
	height: 34px;
	background: var(--color-chinh);
	color: var(--color-black);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 15px;
}

.dkbdx .form-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
	gap: 20px;
}

.dkbdx .form-col {
	flex: 1;
	min-width: calc(50% - 10px);
}

.dkbdx .form-col-full {
	width: 100%;
}

.dkbdx .wpcf7-form-control:not([type="checkbox"]):not([type="submit"]) {
	width: 100%;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	font-size: 15px;
	color: #333;
	transition: all 0.2s ease-in-out;
}


.dkbdx .wpcf7-form-control:focus {
	background-color: var(--color-white);
	border-color: var(--color-chinh);
	box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.15);
	outline: none;
}

.dkbdx .wpcf7-checkbox .wpcf7-list-item {
	background: #f5f5f5;
	padding: 8px 15px;
	border-radius: 8px;
	margin: 5px 10px 5px 0;
	transition: 0.3s;
}

.dkbdx .wpcf7-checkbox .wpcf7-list-item:hover {
	background: #eee;
}

.dkbdx .wpcf7-checkbox input[type="checkbox"] {
	accent-color: var(--color-chinh);
}

.dkbdx .form-submit {
	text-align: center;
	margin-top: 45px;
}

.dkbdx .wpcf7-submit {
	background-color: var(--color-chinh);
	color: var(--color-black);
	padding: 18px 70px;
	border-radius: 15px;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	box-shadow: 0 10px 25px rgba(255, 204, 0, 0.3);
	margin-bottom: 50px;
	transition: all 0.3s ease;
}

.dkbdx .wpcf7-submit:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(255, 204, 0, 0.4);
	filter: brightness(1.05);
}

.dkbdx .services .wpcf7-form-control {
	padding: 0px 10px !important;
}

.dkbdx .row .col:first-child {
	padding-bottom: 0px;
}

@media (max-width: 767px) {
	.dkbdx .form-col {
		flex: 0 0 100%;
	}
	.dkbdx .wpcf7-form-control:not([type="checkbox"]):not([type="submit"])
	{
		font-size:16px;
	}
	.dkbdx .booking-form-container{
		margin: 0px;
	}
	.dkbdx .wpcf7-form-control option{
		font-size:10px;
	}
	.dkbdx{
		padding: 0px 0px !important;
	}
	.dkbdx h2{
		font-size:25px;
	}
	.dkbdx  .booking-form-container {
		padding: 5px 15px;
	}
}