@font-face{
	font-family: "Shabnam";
	src : url("https://booking.parsanouri.ir/wp-content/uploads/2026/05/Shabnam.woff") format("woff");
}

.booking-wrap {
    direction: rtl;
    font-family: "Shabnam", Tahoma, sans-serif;
    max-width: 500px;
    margin: 0 auto;
    color: #1a1612;
}

.booking-wrap form {
    background: #ffffff;
    border: 1px solid #e3dbd0;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(26, 22, 18, 0.10);
}

.booking-wrap form > p {
    margin: 0 0 18px 0;
}

.booking-wrap form > p:last-of-type {
    margin-bottom: 0;
}

.booking-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #4a423a;
    margin-bottom: 6px;
}

.booking-wrap label strong {
    font-weight: 600;
    color: #4a423a;
	margin-top: 1em;
}

.booking-wrap h1 {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
	color: #4a423a;
}
	
.booking-wrap input[type="text"],
.booking-wrap input[type="tel"],
.booking-wrap input[type="email"],
.booking-wrap input[type="date"],
.booking-wrap input[type="time"],
.booking-wrap select,
.booking-wrap textarea {
    width: 100%;
    font-family: "Shabnam", Tahoma, sans-serif;
    font-size: 14px;
    color: #1a1612;
    background: #faf8f5;
    border: 1.5px solid #e3dbd0;
    border-radius: 8px;
    padding: 10px 12px;
    outline: none;
    box-sizing: border-box;
    direction: rtl;
    appearance: none;
    -webkit-appearance: none;
}

.booking-wrap textarea {
    resize: vertical;
    min-height: 90px;
}

.booking-wrap input[type="text"]:focus,
.booking-wrap input[type="tel"]:focus,
.booking-wrap input[type="email"]:focus,
.booking-wrap input[type="date"]:focus,
.booking-wrap input[type="time"]:focus,
.booking-wrap select:focus,
.booking-wrap textarea:focus {
    border-color: #b5976a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(181, 151, 106, 0.18);
}

.booking-wrap input:disabled,
.booking-wrap select:disabled {
    background: #f2ede6;
    color: #8c7f74;
    cursor: not-allowed;
}

/*time*/
.booking-wrap input[type="date"],
.booking-wrap input[type="time"] {
    direction: ltr;
    text-align: right;
}

/*button*/
.booking-wrap button[type="submit"] {
    width: 100%;
    font-family: "Shabnam", Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    background: #b5976a;
    border: none;
    border-radius: 8px;
    padding: 13px 24px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(181, 151, 106, 0.35);
}

.booking-wrap button[type="submit"]:hover {
    background: #8d6f44;
}

/*message*/
.booking-success-notice {
    background: #edfbf3;
    border: 1px solid #a8dfc0;
    border-right: 4px solid #27ae60;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 14px;
    color: #1e5e3a;
    font-weight: 500;
    margin-bottom: 20px;
}


/*flatpickr*/
.flatpickr-month {
	background: #f1ede7 !important;
}

.flatpickr-calendar{
	font-family: "Shabnam", Tahoma, sans-serif;
}

.flatpickr-monthDropdown-months {
	background: #e1d2bc !important;
	color : #4a423a;
	border-radius:8px;
}

.cur-year {
	border-radius:8px;
}

/* ndndndnd*/

.fp-booking-wrapper {
    max-width: 780px;
    margin: 50px auto;
    padding: 40px;
    background: #fffdf8;
    border-radius: 22px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
}

.fp-booking-title {
    font-size: 34px;
    text-align: center;
    margin-bottom: 35px;
    color: #8b6b3f;
    font-weight: 700;
}

.fp-booking-form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fp-fieldset {
    border: 1px solid #eadfcb;
    border-radius: 18px;
    padding: 28px;
    background: #fff;
}

.fp-fieldset legend {
    padding: 0 14px;
    font-size: 18px;
    font-weight: 700;
    color: #8b6b3f;
}

.fp-booking-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4d3c26;
}

.fp-booking-form input,
.fp-booking-form select,
.fp-booking-form textarea {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #d9ccb6;
    background: #fffdf9;
    transition: 0.25s;
}

.fp-booking-form input:focus,
.fp-booking-form select:focus,
.fp-booking-form textarea:focus {
    border-color: #b89155;
    box-shadow: 0 0 0 4px rgba(184,145,85,0.12);
    outline: none;
}