body{
    background:#f4f6f9;
}

.book-btn{
    padding:12px 35px;
    font-size:18px;
}

.modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
}

.modal-header-custom{
    background:#2f57b5;
    padding:30px;
    text-align:center;
    position:relative;
}

.modal-header-custom h2{
    color:#fff;
    font-weight:700;
    margin:0;
    text-transform:uppercase;
    display:inline-block;
    border-bottom:4px solid #fff;
    padding-bottom:6px;
}

.btn-close-custom{
    position:absolute;
    top:20px;
    right:20px;
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#fff;
    font-size:24px;
    cursor:pointer;
}

.form-wrapper{
    background:#f5f5f5;
    padding:30px;
}

.form-label{
    font-size:18px;
    margin-bottom:10px;
}

.form-control,
.form-select{
    height:55px;
}

textarea.form-control{
    height:120px;
    resize:none;
}

.submit-btn{
    background:#2f57b5;
    border:none;
    padding:12px 35px;
    font-size:18px;
}

.submit-btn:hover{
    background:#24479a;
}