:root{
    --font-color: #212121;
    --light-blue: #188bf6;
    --blue-button: #0061FE;
    --transparent: transparent;
    --overlay: rgba(0, 0, 0, 0.5);
    --my-custom-light-blue: #19a0e0;
    --my-custom-dark-blue: #083950;
    --nude: #a0a0a0;
    --my-custom-black: #212121;
    --my-custom-nude: #f3f5f6;
    --color-navy: #093783;
    --color-dark-blue-1: #0F0A33;
    --color-dark-blue-2: #101827;
    --color-dark-purple-1: #06002F;
    --color-dark-purple-2: #181424;
}


#result {
    font-size: medium;
    color: #0061FE;
    font-weight: 400;
}

#hero{
    background-image: linear-gradient(rgb(16, 24, 39), rgba(14, 20, 32, 0.554)), url("background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero h1{
    font-family: Arial;
    font-size: 3rem;
    font-weight: bold;
}
#hero h3 {
    font-family: Arial;
    font-size: 3rem;
    font-family: sans-serif
}
#hero-text{
    font-family: Arial;
    font-size: 1.8rem;
    font-weight: bold;
}
button{
    cursor: pointer;
    background-image: linear-gradient(to top, #003A9B, #004DCB, #1466DF, #3E88F0);
    font-family: Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
}
button p{
    opacity: 0.8;
}


#sprays i{
    font-weight: 700;
}

#bluecar{
    position: relative;
}

#bluecar .car {
    background-image: radial-gradient(#ffffff7c 5%, #ffffff 75%), url('blue-car.webp');
    background-size: cover;
    background-position: center;
}

#aboutus {
    background-image: linear-gradient(rgb(16, 24, 39), rgba(16, 24, 39, 0.886)), url("background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
#testimonials {
    background-color: #101827;
}
#testimonials p{
    font-size: 18px;
}


.background-overlay {
    background-image: url('background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(16, 24, 39, 0.865);
    /* Blue overlay with transparency */
}


#nav-bar {
    background-color: var(--color-dark-blue-2);
}

button {
    background-image: linear-gradient(to top, #003A9B, #004DCB, #1466DF, #3E88F0);
    color: white;
    border-radius: 50px;
    padding: 15px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border: none;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

button .p {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

footer {
    background-color: #101827;
}


@media (max-width: 576px) {
    #hero button h3, h4 {
        font-size: 12px;
    }

    #hero .modal-footer h4{
        font-size: 13px;
    }

    button {
        max-width: 100%;
    }
    #hero h1 {
        font-size: 40px;
    }
    #sprays img{
        width: 200px !important;
    }
    #hours{
        display: none;
    }
    #aboutus h3 {
        font-size: 20px;
        line-height: 1.5em !important;
    }
}

.mapouter {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.gmap_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.form-group {
    margin-bottom: 20px;
}

.gSdaqq {
    margin-bottom: 6px;
    color: rgb(31, 31, 31);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-style: normal;
    word-break: break-word;
    float: left;
}

.hsTEQe {
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    color: rgb(31, 31, 31);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms;
    height: 44px;
    padding: 10px 16px;
    border-radius: 24px;
}

.hsTEQe.error {
    border: 1px solid rgb(249, 72, 57);
}

.error-msg {
    margin-top: 4px;
    font-size: 14px;
    color: rgb(249, 72, 57);
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-msg svg {
    flex-shrink: 0;
}

.fiXzmI {
    box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms;
    height: unset;
    padding: 10px 16px;
    margin-top: 32px;
    min-height: 56px;
    border-radius: 28px;
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
    background-color: rgb(49, 122, 226);
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    outline: none;
    text-decoration: none;
}
