.test-drive-hero{
    height:420px;
    background:url('../images/testdrivehero.webp') center center/cover no-repeat;
}

.test-drive-section{
    margin-top:120px;
    position:relative;
    z-index:10;
    padding:0 0 60px;
    background:transparent;
}
.hero-content{
    color:#fff;
    max-width:800px;
    margin:auto;
}

.hero-content span{
    letter-spacing:3px;
    font-size:13px;
}

.hero-content h1{
    font-size:70px;
    font-weight:700;
    margin:20px 0;
}

.hero-content p{
    font-size:18px;
    opacity:.9;
}

.test-drive-section{
    padding:20px 0;
    background:#f8fbff;
}

.test-drive-wrapper{
    background:#fff;
    border-radius:35px;
    padding:60px;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.section-tag{
    color:#0077C8;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
}

.test-drive-content h1{
    font-size:52px;
    color:#003B73;
    margin:20px 0;
}

.test-drive-content p{
    color:#6d7d8b;
    line-height:1.9;
}

.ride-benefits{
    list-style:none;
    padding:0;
    margin-top:35px;
}

.ride-benefits li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
    font-weight:600;
    color:#003B73;
}

.ride-benefits i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#eaf6ff;
    color:#0077C8;
    display:flex;
    align-items:center;
    justify-content:center;
}

.test-drive-form-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    border:1px solid #eef3f8;
}

.form-control{
    height:58px;
    border-radius:15px;
    border:1px solid #dfe8f0;
    padding:0 20px;
}

textarea.form-control{
    height:auto;
    padding-top:15px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#0077C8;
}

.book-btn{
    border:none;
    height:58px;
    width:100%;
    border-radius:50px;
    background:linear-gradient(135deg,#F5A623,#D48806);
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.book-btn:hover{
    transform:translateY(-3px);
}
@media (max-width: 991px) {

    .test-drive-section{
        padding: 15px 0 30px;
        margin-top: 80px;
    }

    .test-drive-wrapper{
        padding-top: 50px;
        padding-left: 20px;
        padding-right:20px;
        padding-bottom: 20px;
        border-radius: 20px;
    }

    .test-drive-content{
        margin-bottom: 25px;
        text-align: center;
    }

    .section-tag{
        font-size: 12px;
    }

    .test-drive-content h2{
        font-size: 30px;
        line-height: 1.3;
        margin: 10px 0;
    }

    .test-drive-content p{
        font-size: 15px;
        line-height: 1.7;
    }

    .ride-benefits{
        margin-top: 20px;
    }

    .ride-benefits li{
        font-size: 14px;
        margin-bottom: 12px;
        justify-content: center;
        text-align: left;
    }

    .ride-benefits i{
        width: 38px;
        height: 38px;
        min-width: 38px;
        font-size: 14px;
    }

    .test-drive-form-card{
        padding: 20px;
        border-radius: 20px;
    }

    .form-control{
        height: 50px;
        font-size: 14px;
    }

    textarea.form-control{
        min-height: 110px;
    }

    .book-btn{
        height: 52px;
        font-size: 15px;
    }

    .mb-4{
        margin-bottom: 12px !important;
    }
}

.success-icon{
    width:190px;
    height:190px;
    margin:auto;
    border-radius:50%;
    background:#eaf8ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.success-icon i{
    font-size:48px;
    color:#28a745;
}

#successModal .modal-content{
    border-radius:20px;
}

#successModal h3{
    color:#003B73;
}

#successModal .btn{
    padding:12px 40px;
}