/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*** Initial Booking Form ***/

.booking-container {
    max-width: 400px;
    margin: auto;
}

.booking-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.booking-card .tabs {
    display: flex;
    justify-content: space-between;
}

.booking-card .tab {
    flex: 1;
    padding: 10px;
    cursor: pointer;
    background: #e0e0e0;
    border: none;
    border-radius: 5px;
    text-align: center;
}

.booking-card .tab.active {
    background: var( --e-global-color-90ac0ae );
    color: white;
}

.booking-card .tab-content {
    margin-top: 20px;
}

.booking-card .form-group {
    margin-bottom: 15px;
    position: relative;
}

.booking-card .form-group .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(25%);
}

.booking-card .form-group .icon svg{
    width: 15px;
    height: 15px;
}

.booking-card input[type="text"],
.booking-card input[type="date"],
.booking-card input[type="time"] {
    width: 100%;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.booking-card button {
    width: 100%;
    padding: 10px;
    background: var( --e-global-color-90ac0ae );
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.booking-card button:hover {
    background: var( --e-global-color-90ac0ae );
}

/*** Get A Quote Form ***/

.booking-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.booking-form .step {
    display: none;
    /* padding: 20px; */
    margin-bottom: 4rem;
}

.booking-form .step.active {
    display: block;
}

.booking-form .progress-bar {
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
    padding: 20px 0;
    margin-top: 3rem;
}

.booking-form .progress-step {
    flex: 1;
    text-align: center;
    position: relative;
}

.booking-form .progress-step::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #ddd;
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
}

.booking-form .progress-step:first-child::before {
    width: 50%;
    left: 50%;
}

.booking-form .progress-step:last-child::before {
    width: 50%;
}

.booking-form .progress-step.completed::before,
.booking-form .progress-step.active::before {
    background: #F4CC3A;
}

.booking-form .step-indicator {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #F4CC3A;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.booking-form .progress-step.completed .step-indicator,
.booking-form .progress-step.active .step-indicator {
    border-color: #F4CC3A;
    background: #F4CC3A;
}

.booking-form .progress-step.completed .step-indicator {
    background: #F4CC3A;
}

.booking-form .progress-step.active .step-indicator+div{
    font-weight: 600;
}

.booking-form .booking-summary{
    background: #efefef;
    display: flex;
    flex-direction: column;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 2.5rem;
}

.booking-form .booking-summary p{
    margin-bottom: .5rem;
}

.booking-form .booking-summary p span{
    font-weight: 600;
}

.booking-form .booking-summary .core-details{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: .5rem;
}

.booking-form .step h2{
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
}

.booking-form .vehicle-option {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-form .vehicle-option.unavailable {
    pointer-events: none;
    opacity: 0.5;
}

.booking-form .vehicle-option h3{
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.booking-form .vehicle-option p{
    margin-bottom: 0rem;
}

.booking-form .included-features{
    margin-top: 10px;
    font-size: 0.9em;
}

.booking-form .included-features h4{
    font-size: 1rem;
    margin-bottom: .75rem;
    font-weight: 600;
}

.booking-form .included-features ul{
    padding-left: 0rem;
}

.booking-form .vehicle-option .vehicle-image{
    flex: 1;
    max-width: 350px;
}

.booking-form .vehicle-option:hover {
    border-color: #F4CC3A;
}

.booking-form .vehicle-option.selected {
    border-color: #F4CC3A;
    /* background: #f8f8f8; */
}

.booking-form .form-group {
    margin-bottom: 15px;
}

.booking-form .form-group.radio-choices{
    margin-bottom: 1.5rem;
}

.booking-form .form-group.radio-choices label{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: .75rem;
}

.booking-form .form-group.radio-choices input{
    width: auto;
    margin-right: .5rem;
}

.booking-form .form-group label {
    display: block;
    margin-bottom: 5px;
}

.booking-form #other-person-details h3{
    font-size: 24px;
    margin: 1.5rem 0px;
}

.booking-form .form-group input,
.booking-form .form-group select,
.booking-form .form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.booking-form .error {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
    display: none;
}

.booking-form .button-group {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.booking-form button {
    padding: 10px 20px;
    background: var( --e-global-color-90ac0ae );
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
}

.booking-form button:disabled {
    background: #ddd;
    cursor: not-allowed;
}

.booking-form button.back {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.booking-form .included-features {
    margin-top: 10px;
    font-size: 0.9em;
	list-style: none;
	padding-left: 0px;
}

.booking-form .included-features li {
/*     margin-bottom: 5px; */
	position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.booking-form .included-features li::before {
    content: "\2611";
    color: green;
    font-size: 18px;
    margin-right: .35rem;
}

.booking-form #summary {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
}

.booking-form #summary h3:first-child{
    margin-top: .5rem;
}

.booking-form #summary h3{
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0px;
}

.booking-form #summary p{
    margin-bottom: .5rem;
}

.booking-form #summary p span{
    font-weight: 600;
}

.booking-card button a{
    color: #000;
    width: 100%;
}


#preloader {
    display: none; /* Initially hidden */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#preloader .spinner {
    border: 12px solid #f3f3f3;
    border-top: 12px solid #F4CC3A;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.selectCarBtn-container {
    margin-top: 1rem;
}

.selectCarBtn-container {
    margin-top: 1rem;
}

button.selectCarBtn {
    width: 100%;
	max-width: 270px;
    border-radius: 50px;
}