.hindco-appt-form-wrap {
	max-width: 500px;
}
.hindco-appt-field {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column;
}
.hindco-appt-field label {
	font-weight: 600;
	margin-bottom: 4px;
}
.hindco-appt-field input,
.hindco-appt-field select,
.hindco-appt-field textarea {
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 14px;
	font-family: inherit;
}
.hindco-appt-service-name {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.hindco-appt-submit-btn {
	padding: 10px 24px;
	background: #1ebde0;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
}
.hindco-appt-submit-btn:hover { opacity: 0.9; }
.hindco-appt-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.hindco-appt-form-message { margin: 10px 0; font-size: 14px; }
.hindco-appt-form-message.hindco-appt-success { color: #1e7e34; }
.hindco-appt-form-message.hindco-appt-error { color: #c0392b; }
