.weddex-booking {
    max-width: 520px;
    margin: auto;
    font-family: IRANSans, sans-serif;
}

.booth-selected {
    background: #111;
    color: #fff;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.booth-selected span {
    font-size: 12px;
    opacity: 0.7;
}

.booth-selected strong {
    display: block;
    font-size: 18px;
    margin-top: 4px;
}

.booth-info {
    background: #f3f3f3;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.booth-info h4 {
    margin: 0;
    font-size: 15px;
}

.field {
    position: relative;
    margin-bottom: 20px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 16px 12px 14px;
    border-radius: 12px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #fff;
    outline: none;
}

.field label {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 14px;
    background: #fff;
    padding: 0 6px;
    pointer-events: none;
    transition: 0.25s ease;
}

/* وقتی فوکوس شد یا مقدار داشت */
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field select:focus + label,
.field select:not([value=""]) + label {
    top: -8px;
    font-size: 11px;
    color: #000;
}

/* برای textarea */
.field.textarea label {
    top: 18px;
    transform: none;
}


.submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.field select.has-value + label,
.field select:focus + label {
    top: -8px;
    font-size: 11px;
    color: #000;
}
