.ev-hero-form {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-end !important;
    padding: 20px;
    flex-wrap: wrap;
}

.ev-hero-form label {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 41%;
}

/* Match default WooCommerce/WordPress styles */
.ev-hero-form select {
    min-width: 220px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
}

.ev-hero-form button {
    background: #007F66 !important; 
    color: #fff;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 12px 30px 12px 30px !important;
}

.ev-hero-form button:hover {
    background: #1a68d1; /* darker hover */
}



.ev-passenger-form {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f9f9f9;
}
.ev-passenger-form h3 {
    margin-bottom: 15px;
}
.ev-passenger-form p {
    margin-bottom: 12px;
}
.ev-passenger-form input {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.ev-passenger-form input[type="checkbox"] {
    width: 5%;
    margin-top: 5px;
}

@media only screen and (max-width:767px){
    .ev-hero-form label {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 100%;
}
}
