* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.d-none {
    display: none !important
}

.row {
    margin-bottom: 0.2em !important;
}

.col {
    padding: 0.2em;
    margin: 0 !important;
}

body {
    font-family: Inter, sans-serif;
    background: #f5f5f5;
    color: #333
}

#fieldsAfterGarante {
    display: flex;
    flex-direction: column
}

.navbar {
    background-color: #ff0;
    display: flex;
    justify-content: center;
    padding: 0
}

.navbar img {
    height: 30px
}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.hero {
    position: relative;
    width: 100%;
    height: 360px;
    background: url(../img/herosection-noleggio.jpg) center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5)
}

.hero-content {
    position: relative;
    max-width: 800px;
    padding: 0 1rem;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem
}

.hero-content .btn-warning {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
    font-weight: 600
}

#auto-list {
    padding-top: 2rem
}

.card {
    position: relative;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #fff
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover
}

.badge-10days {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fcf01dcf;
    color: #212529;
    padding: .25rem .5rem;
    font-size: .8rem;
    font-weight: 600;
    border-radius: .25rem;
    z-index: 10
}

.card-body {
    display: flex;
    flex-direction: column;
    padding: 0
}

.card-title {
    font-weight: 700;
    margin-bottom: .5rem;
    text-align: center
}

.card-text {
    margin-bottom: .75rem;
    text-align: center
}

.text-small {
    font-size: .7rem;
    color: #555;
    text-align: left;
    font-weight: 600
}

.solo-10 {
    color: #fcf01d;
    width: fit-content;
    text-align: center;
    border-radius: 12px;
    font-weight: 900;
    font-size: 4rem
}

.text-muted {
    font-size: .75rem
}

.text-iva-inclusa {
    font-size: .6rem
}

.container-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fcf01d
}

.info-car {
    background-color: #f5f5f5
}

.info-car h5 {
    font-size: 1.1rem
}

.price {
    font-weight: 700;
    text-align: right;
    margin-bottom: .75rem
}

.price .canone-number {
    display: block;
    font-size: 1.5rem;
    line-height: 1
}

.btn-richiedi-promo {
    background-color: #000;
    color: #fcf01d;
    width: fit-content
}

.btn-hero {
    background-color: #fcf01d;
    color: #000;
    font-weight: 700
}

.btn-hero:hover {
    background-color: #000;
    color: #fcf01d !important
}

.btn-richiedi-promo:hover {
    background-color: #fcf01d;
    color: #000
}

.btn-group {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
    width: 100%
}

.btn-group .btn {
    flex: 1;
    border: 2px solid #f7f7f799;
    background-color: #f7f7f799;
    color: #000;
    transition: background-color .2s, color .2s
}

.btn-group .btn .btn-label {
    font-size: .85rem;
    margin-bottom: .25rem
}

.btn-group .btn .btn-value {
    font-size: 1.25rem;
    font-weight: 700
}

.btn-group .btn:hover {
    border: 2px solid #fcf01d
}

.anticipo-btn {
    padding: 0 !important
}

.anticipo-btn:focus {
    background-color: #fcf01d;
    border: 2px solid #000;
    color: #000
}

.anticipo-btn.active {
    background-color: #fcf01d;
    border: 2px solid #fcf01d;
    color: #000
}

.servizi {
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    margin-top: 2em;
    margin-bottom: 2em
}

.dettagli-servizio {
    font-size: 10px;
    text-transform: none;
    font-weight: 200;
    padding-left: 4px
}

.testo-servizi {
    font-size: 4em;
    text-align: center;
    line-height: 1em
}

@media (min-width:992px) {
    .d-lg-flex {
        display: flex !important
    }
}

.alert-warning {
    --bs-alert-color: #393500;
    --bs-alert-bg: #fcf01c6e;
    --bs-alert-border-color: #fcf01c;
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.riepilogo-selezione {
    max-width: 400px
}

.contenitore-form {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 12px
}

.contenitore-form form {
    max-width: 600px
}

form a {
    color: #767000;
    text-decoration: underline
}

.form-control {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: .9rem;
    user-select: none;
    margin-top: 10px
}

.checkbox-container input.custom-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-container input.custom-checkbox:checked~.checkmark {
    background-color: #f3e921;
    box-shadow: 0 2px 5px rgba(123, 117, 0, .3)
}

.checkbox-container input.custom-checkbox:checked~.checkmark:after {
    display: block;
    animation: checkAnim .2s forwards
}

@keyframes checkAnim {
    from {
        height: 00px
    }

    to {
        height: 10px
    }
}

footer a {
    color: #fcf01d
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333%
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (max-width:767.98px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .servizi {
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-top: 2em;
        margin-bottom: 2em
    }

    .container-preventivo {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        margin-top: 2em;
        gap: 10px
    }

    .hero {
        height: 50vh
    }

    .titolo-hero {
        font-size: 1.5rem !important
    }

    .solo-10 {
        font-size: 2rem !important
    }

    .sottotitolo-hero {
        font-size: .9rem !important
    }
}