/* _content/AzulCarsWeb/Pages/Index.cshtml.rz.scp.css */
.home-page[b-whlpdzl9xa] {
    margin-bottom: -2.75rem;
}
/* _content/AzulCarsWeb/Pages/Search.cshtml.rz.scp.css */
.box[b-u9ql2ozmgm] {
    opacity: 0;
    transition: 0.3s allow-discrete;
    display: none;
}
.box.active[b-u9ql2ozmgm] {
    opacity: 1;
    display: block;
}
@starting-style{
    
}
/* _content/AzulCarsWeb/Pages/Services.cshtml.rz.scp.css */
.service-hero-section[b-6h2dvf7jqe] {
    background-image: linear-gradient(to right, rgb(213 213 213 / 20%), rgb(206 206 206 / 0%)), url('/img/hero-img.png');
    background-size: cover;
    background-position: center;
}

.faq-toggle[b-6h2dvf7jqe] {
    background-color: #DEFBFF;
    color: rgb(55, 65, 81);
}

.faq-toggle:hover[b-6h2dvf7jqe] {
    background-color: #B8E6F7;
}
