/**
* Theme Name: Luxride Child
* Description: This is a child theme of Luxride, generated by Merlin WP.
* Author: <a href="https://themeforest.net/category/wordpress?term=steelthemes&#038;view=grid#content">SteelThemes</a>
* Template: luxride
* Version: 1.2.5
*/



.chbs-form-field.chbs-form-field-transfer-type {
    display: none !important;
}
.chbs-form-label-group {
	display: none !important;
}

.chbs-form-field.chbs-form-field-extra-time {
	display: none !important;
}

.enquire-now-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000; /* Black background */
    color: #fff; /* White text */
    text-decoration: none;
    border-radius: 45px;
    text-align: center;
    font-weight: bold;
    transition: background 0.3s ease-in-out;
}

.enquire-now-button:hover {
    background-color: #333; /* Dark gray on hover */
}
