body:has(.book-appointment) {
  background-color: #f9fafc;
}
.book-appointment {
	margin: 4rem 0;
	padding: 2rem;
    border: 1px solid #f3f4f6;
    border-radius: 24px;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.book-appointment h2 {
	font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1rem;
}
.book-appointment p {
	font-size: 1.125rem;
    line-height: 1.75rem;
    color: #4b5563;
}
.form-area {
	gap: 1.5rem;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.form-area:not(:first-child) {
	--tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.form-area label {
	font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.form-area input,
.form-area select,
.form-area textarea {
	font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 16px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.form-area input:focus,
.form-area select:focus,
.form-area textarea:focus {
	--tw-ring-opacity: 1;
	--tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(0 102 204 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
form button {
	font-weight: 600;
	color: #fff;
	background-color: #124e94;
	border: none;
	border-radius: 8px;
	padding: 1rem 1.5rem;
	width: 100%;
    white-space: nowrap;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
form button:hover {
	color: #124e94;
	background-color: transparent;
	border: 1px solid #124e94;
}
#successMessage {
	padding: 1rem;
	margin: 24px 0;
	background-color: #f0fdf4;
	border: 1px solid #bbf7d0;
	border-radius: 16px;
}
.hidden {
    display: none;
}
#successMessage .success-icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.75rem;
}
 .success-icon i {
 	font-size: 1.25rem;
    line-height: 1.75rem;
    color: #16a34a;
}
#successMessage h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #166534;
	margin-bottom: 0;
}
#successMessage p {
	font-size: 0.875rem;
    line-height: 1.25rem;
	color: #15803d;
	margin: 0.25rem 0 0;
}
@media (max-width: 767px) {
	.book-appointment h2 {
	    font-size: 1.4rem;
	    line-height: 2rem;
	}
	.book-appointment p {
	    font-size: 1rem;
	    line-height: 1.5rem;
	}
}
@media (min-width: 768px) {
    .form-area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}