.quote-box {
    border: 1px solid #ccc;
    padding: 20px;
    color: white;
    background-color: #f49404;
    font-weight: 500;
}

.jd-img {
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s;
}

.jd-img:hover {
    transform: scale(1.03);
}

p{
    font-size: 14px;
}

.form-control{
    font-size: 14px;
}

.btn-apply{
    font-size: 14px;
    background-color: #f49404;
    color: white;
}

.btn-apply:hover{
    font-size: 14px;
    background-color: #f49404;
    color: white;
}

.modal-title{
    font-size: 18px;
    color: #5c1c7c;
    font-weight: 700;
}