.booking-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh}.booking-form{background:white;padding:30px 40px;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.15);max-width:400px;width:100%}.booking-form h2{margin-bottom:20px;color:#e65100;font-size:24px}.booking-form label{font-weight:700;font-size:14px;margin-top:10px;display:block}.booking-form input,.booking-form textarea{width:100%;padding:10px;margin-top:4px;margin-bottom:15px;border-radius:5px;border:1px solid #ccc;font-size:14px;resize:vertical}.booking-form textarea{min-height:80px}.booking-form button{width:100%;padding:12px;background-color:#ff6d00;color:white;font-weight:700;font-size:16px;border:none;border-radius:5px;cursor:pointer;transition:background-color .2s ease-in-out}.booking-form button:hover{background-color:#e65100}.booking-form p{margin-top:10px;font-weight:700;text-align:center}