/* MODIFICHE FINALI */

.wpcf7-form-control-wrap {
    width: 100%;
}

input[type="tel"] {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #555;
    background-image: none;
    border: none;
    border-radius: 30px;
}

.um-misc-img {
    width: 120px;
    justify-self: center;
    margin-bottom: 20px;
}

.header .caption span.h1 {
    position: relative;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    display: inline-grid;
}

.header .caption span.h6 {
    position: relative;
    font-size: 14px;
    font-weight: 900;
    color: var(--theme-secondary);
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.about .item .curv-butn {
    z-index: 99;
}

.number.red-bg i {
    vertical-align: middle;
    display: inline-block;
}

.banner-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 17px;
}

.copyright p {
    margin: 0;
}

.logo-img {
    width: 260px;
}

.header .caption span.h1 {
    font-size: 55px;
}

@media screen and (max-width: 991px) {
    .navbar .logo-img {
        width: 240px;
    }

    .content {
        text-align: center;
    }
}

ol,
ul {
    padding-left: 1rem !important;
}

.cars1 .item .con .book {
    text-align: left;
    margin-top: 1px;
}

.list li {
    gap: 0px !important;
}

.list li+li {
    margin-top: 0px !important;
}


@media (max-width: 768px) {
    .modal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 0px 5px 0px;
        width: 90vw;
        max-width: 90%;
        border-radius: 28px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        display: none;
        z-index: 9999;
        height: auto;
    }
}



.fs-14 {
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .fs-14 {
        font-size: 12px;
        line-height: 20px;
    }
}

.list-text {
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 768px) {
    .list-text {
        font-size: 12px;
        line-height: 20px;
    }
}

.titolo-interno {
    font-size: 34px;
    text-align: left;
    line-height: normal;
}

@media (max-width: 768px) {
    .titolo-interno {
        font-size: 20px;
        text-align: center;
        line-height: normal;
        margin-top: 5px;
    }
}

.cars1 .item .con .details {
    font-size: 14px !important;
    color: #555;
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 500ms ease;
}

.cars1 .item .con .details span i {
    font-size: 18px !important;
    color: var(--theme-color);
    margin-right: 2px;
    font-style: normal;
}

.owl-carousel.owl-drag .owl-item .item.iniziale {
    height: 80vh !important;
}

.header.slider-fade {
    height: 80vh !important;
}

.v-middle {
    position: absolute !important;
    width: 100%;
    top: 50%;
    bottom: 30px;
    /* left: 0; */
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

/* Gradiente sotto il menu, senza influenzare layout */
.site-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgb(0 0 0), transparent);
    z-index: 0;
    pointer-events: none;
}

/* Mantiene il contenuto sopra la sfumatura, ma non altera il posizionamento */
.site-header {
    position: relative;
    z-index: 10;
}