.form-title {
    height: 4rem;
    font-weight: bold;
    font-size: 2rem !important;
    background: #eeebeb;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
}

.car-details{
    font-weight: bold!important;
    font-size: 14px!important;
    text-transform: uppercase;
}

/* Styles for invalid-feedback */
.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545; /* Red color for invalid feedback */
}

/* Show invalid-feedback when input is invalid */
.has-error .invalid-feedback {
    display: block;
}

/* Invalid input styles */
.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    /* background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns%3d%27http://www.w3.org/2000/svg%27 viewBox%3d%270 0 16 16%27 fill%3d%27%23dc3545%27%3e%3cpath d%3d%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.93 4.93a.75.75 0 0 0 1.06 1.06L8 6.06l1.06 1.06a.75.75 0 0 0 1.06-1.06L9.06 5l1.06-1.06a.75.75 0 0 0-1.06-1.06L8 3.94 6.94 2.88a.75.75 0 1 0-1.06 1.06L6.94 5 4.93 6.94z%27/%3e%3c/svg%3e'); */
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Valid input styles */
.is-valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    /* background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns%3d%27http://www.w3.org/2000/svg%27 viewBox%3d%270 0 16 16%27 fill%3d%27%2328a745%27%3e%3cpath d%3d%27M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.293 10.293a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414L7 8.586 4.707 6.293a1 1 0 1 0-1.414 1.414l3 3z%27/%3e%3c/svg%3e'); */
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* Margin classes for Bootstrap 3 */
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

/* Book Now Button Animation */
.b-goods__label {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background-color: #00aaff;
    border-radius: 4px;
    text-align: center;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 2s infinite;
}

.b-goods__label:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 20px rgba(0, 170, 255, 0.5);
    text-decoration: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0px 4px 15px rgba(0, 170, 255, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0px 6px 20px rgba(0, 170, 255, 0.6);
    }
    100% {
        transform: scale(1);
        box-shadow: 0px 4px 15px rgba(0, 170, 255, 0.4);
    }
}

#loader .loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader {
    border: 4px solid #f3f3f3; /* Light gray */
    border-top: 4px solid #3498db; /* Blue color for the spinning part */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Keyframes for the spinning animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
