/* Start custom CSS for html, class: .elementor-element-0a343f7 */.test-drive-section{
    background:#f5f6f8;
    padding:80px 0;
}

.test-drive-card{
    background:#fff;
    border-radius:20px;
    padding:50px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.form-badge{
    display:inline-block;
    background:#C8102E;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.form-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.form-title::after{
    content:'';
    display:block;
    width:70px;
    height:4px;
    background:#C8102E;
    border-radius:20px;
    margin-top:18px;
}

.form-description{
    color:#666;
    line-height:28px;
    margin:25px 0 35px;
}

.form-label{
    font-weight:600;
    margin-bottom:10px;
    color:#222;
}

.form-control,
.form-select{
    height:56px;
    border-radius:12px;
    border:1px solid #dcdcdc;
    padding:12px 18px;
    transition:.3s;
    box-shadow:none;
}

textarea.form-control{
    min-height:140px;
    padding-top:15px;
}

.form-control:focus,
.form-select:focus{
    border-color:#C8102E;
    box-shadow:0 0 0 .2rem rgba(200,16,46,.15);
}

.test-drive-info{
    background:#fff5f5;
    border:1px solid #f4c7ce;
    color:#555;
    border-radius:12px;
    padding:20px;
}

.test-drive-info strong{
    color:#C8102E;
    font-size:16px;
}

.form-check{
    margin-top:30px;
}

.form-check-input:checked{
    background:#C8102E;
    border-color:#C8102E;
}

.form-check-label{
    color:#666;
    line-height:26px;
    font-size:14px;
}

.test-drive-btn{
    height:58px;
    border:none;
    border-radius:12px;
    background:#C8102E;
    font-size:16px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s;
}

.test-drive-btn:hover{
    background:#A70C27;
    transform:translateY(-2px);
    box-shadow:0 15px 35px rgba(200,16,46,.25);
}

@media(max-width:768px){

    .test-drive-card{
        padding:30px 22px;
    }

    .form-title{
        font-size:30px;
    }

}/* End custom CSS */