/* Arkani Beauty Hub — Forms & inner pages */

.abh-price-box {
	background: rgba(201, 162, 39, 0.1);
	border: 1px solid rgba(201, 162, 39, 0.3);
	border-radius: 12px;
	padding: 14px 18px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.abh-price-box strong {
	color: #0c0c0c;
	font-size: 15px;
}

.abh-price-box span {
	color: #9a7b1a;
	font-size: 14px;
}

.abh-jalali-input {
	cursor: pointer;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23c9a227' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E") no-repeat left 12px center;
	padding-left: 40px;
}

.datepicker-container,
.pwt-datepicker-container,
.pwt-datepicker-plot-area {
	z-index: 999999 !important;
	position: fixed !important;
}

.abh-booking-wrap {
	overflow: visible;
}

.pwt-datepicker-input-element {
	font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
}

.abh-required {
	color: #c62828;
}

.abh-optional {
	font-weight: 400;
	font-size: 12px;
	color: #8a8680;
}

.abh-btn-block {
	width: 100%;
}

.abh-booking-wrap,
.abh-skin-wrap {
	direction: rtl;
	max-width: 640px;
	margin: 0 auto;
	padding: 36px;
	background: #fff;
	border-radius: 16px;
	border: 1px solid rgba(201, 162, 39, 0.22);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
	font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
}

.abh-title {
	color: #0c0c0c;
	margin-bottom: 8px;
	font-size: 1.5rem;
	font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
	font-weight: 700;
}

.abh-desc {
	color: #8a8680;
	margin-bottom: 24px;
}

.abh-form .abh-row {
	margin-bottom: 16px;
}

.abh-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	color: #2a2826;
}

.abh-form input,
.abh-form select,
.abh-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #ddd;
	border-radius: 10px;
	font-size: 15px;
	font-family: inherit;
	box-sizing: border-box;
	transition: border-color 0.2s;
}

.abh-form input:focus,
.abh-form select:focus,
.abh-form textarea:focus {
	outline: none;
	border-color: #c9a227;
	box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.15);
}

.abh-row-half {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

.abh-row-half:first-of-type {
	margin-left: 4%;
}

.abh-form .abh-btn-primary {
	width: 100%;
	margin-top: 8px;
}

.abh-msg {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 10px;
}

.abh-msg.success {
	background: #e8f5e9;
	color: #1b5e20;
}

.abh-msg.error {
	background: #ffebee;
	color: #b71c1c;
}

.abh-contact-alt {
	margin-top: 28px;
	text-align: center;
	padding-top: 24px;
	border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.abh-contact-alt .abh-btn {
	margin: 4px;
}

.abh-skin-result {
	margin-top: 24px;
	text-align: center;
}

.abh-score-display {
	margin: 20px 0;
}

.abh-score-value {
	font-size: 48px;
	font-weight: 700;
	color: #c9a227;
}

.abh-score-max {
	font-size: 24px;
	color: #999;
}

.abh-concerns,
.abh-recommendations {
	text-align: right;
	margin: 16px 0;
}

.abh-concerns h4,
.abh-recommendations h4 {
	color: #0c0c0c;
}

.abh-concerns ul,
.abh-recommendations ul {
	padding-right: 20px;
	line-height: 1.8;
}

@media (max-width: 600px) {
	.abh-booking-wrap,
	.abh-skin-wrap {
		margin: 0 8px;
		padding: 24px 20px;
	}

	.abh-row-half {
		width: 100%;
		margin-left: 0 !important;
	}
}
