html {
    scroll-behavior: smooth !important;
}
#prenota {
    scroll-margin-top: 70px;
}
@media (max-width: 1200px) {
    #prenota {
        scroll-margin-top: 60px;
    }
}


.intro-feature-icon {
    width: 42px;
    height: 42px;
    background: rgba(90, 36, 86, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--primary);
    font-size: 1rem;
}
.rounded-xl {
    border-radius: 0.75rem !important;
}
.l-spacing-1 {
    letter-spacing: 1px;
}
.testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.testimonial-card:before {
    content: '"';
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(90, 36, 86, 0.08);
    line-height: 1;
    font-family: serif;
    font-style: italic;
}
.esperienza-card {
    border-radius: 16px;
    overflow: hidden;
    color: #fff;
}
.esperienza-card img, .obiettivo-img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.esperienza-card .card-img-overlay {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-image: linear-gradient(0deg, #5a2456 20%, transparent 70%);
    padding: 60px 20px 20px;
}
.vantaggio-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-transparent {
    background: #ffffff1c;
    padding: 2rem;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #ffffff1c;
}
.card-transparent-primary {
    background: #5a24568a;
    padding: 2rem;
    border-radius: 12px;
    height: 100%;
    border: 1px solid #5a245661;
}

.multiple-select {
    display: none;
}

.ms-parent {
    width: 100% !important;
}
.ms-choice {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background: #f7f7f7;
    border: 1px solid #D0D0D0;
    border-radius: 0.25rem;
    box-sizing: border-box;
    cursor: pointer;
}
.ms-choice > span {
    line-height: 38px;
    padding-left: 12px;
}
.ms-choice>div.icon-close {
    height: 100%;
    width: 20px;
}
.ms-choice>div.icon-close:before {
    content: '×';
    color: #888;
    font-weight: bold;
    line-height: 36px;
}
.ms-choice > div.icon-caret {
    right: 0.75rem;
    top: 55%;
    transform: translateY(-50%);
}
.ms-drop {
    border: 1px solid #D0D0D0;
    border-radius: 0.25rem;
    margin-top: 2px;
    background: #fff;
}
.ms-choice:hover {
    border-color: #b0b0b0;
}
.ms-drop ul>li label {
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    padding-left: 1.5rem;
}
.ms-search input {
    min-height: 32px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
}
.ms-drop ul>li {
    padding: .35rem 12px;
    border-bottom: 1px solid #ebebeb;
}
.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
    margin-left: -1.5rem;
    width: 14px;
    height: 14px;
}