/* XX-Large devices (larger desktops, 1920px and up) */
@media (min-width: 2500px) {
    .custom-cursor {
        display: none !important;
    }
    .selectCars-slider {
        cursor: default;
    }
}

/* XXL Device */
@media (max-width: 1600px) {
    .desktopStep {
        margin-bottom: 64px;
    }
    .modal-body {
        padding: 10px 16px 24px;
    }
    .modalCard__thumb {
        margin-bottom: 30px;
    }
    #protezione .modal-header {
        padding-bottom: 24px;
    }
    #protezione .modalCard__thumb {
        margin-bottom: 24px;
    }
    .card-body--additionals {
        padding: 24px 0;
    }
}

/* Large devices */
@media (max-width: 1199px) {
    .desktopStep {
        padding: 20px 10px;
    }

    .desktopStep__item {
        padding: 0px 10px;
        padding-bottom: 12px;
    }

    .content-top--badge {
        padding: 12px 60px 12px 14px;
    }

    .content-top--badge.bg-white {
        padding: 16px 56px;
    }

    .content-step--inner {
        padding: 30px 16px 26px;
    }

    .content-bottom {
        padding: 50px 16px;
        z-index: 11;
    }

    .infoBox__content p {
        font-size: 16px;
        line-height: 1.21 !important;
    }

    .offcanvas {
        max-width: 414px;
    }
    .modalCard__thumb,
    #protezione .modalCard__thumb {
        margin-bottom: 12px;
    }
    .modalCard__content-inner p {
        font-size: 16px;
        line-height: 1.21;
        margin-bottom: 24px;
    }
    #protezione .modalCard__content-inner p {
        margin-bottom: 14px;
    }
    .modalCard__content-inner .card-body--textbox .text {
        font-size: 15px;
        line-height: 1.21;
    }
}

/* Medium Devices */
@media (max-width: 991px) {
    .content-watcher {
        width: 100px;
    }

    .header__logo a img {
        max-width: 84px;
    }
    .steps-bottom--content span {
        color: #888;
    }
    .step-desc-bottom {
        display: none;
    }
    .content-top--badge {
        font-size: 14px;
    }

    .content-top--badge.bg-white::after {
        transform: skew(34deg);
        filter: blur(4px);
    }

    .card {
        max-width: 330px;
    }

    .card--divider {
        max-width: 360px;
    }
    .content-step--three .card-body--textbox {
        padding: 6px 12px;
        margin-top: 14px;
        gap: 10px;
    }
    .content-wrapper {
        display: flex;
        flex-direction: column-reverse;
        min-height: calc(100vh - 62px);
        align-items: stretch;
        justify-content: flex-end;
    }

    .priceInfoBox {
        width: 100%;
        padding: 20px 20px;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .content-bottom {
        padding: 20px 16px;
        z-index: 11;
    }

    .content-step--inner {
        padding-bottom: 180px;
    }

    .content-step--inner .tab-nav {
        justify-content: flex-start;
    }

    .dextopStepParrent {
        display: none !important;
    }

    .thank-you-page {
        min-height: calc(100vh - 62px);
    }

    .priceInfoBox {
        width: 100%;
        padding: 10px 16px;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .priceInfoBox-collapse {
        padding-bottom: 12px;
    }

    .priceInfoBox-btn {
        padding: 12px 0px;
    }

    .priceInfoBox-total .total {
        margin-bottom: 5px;
        opacity: 1;
        padding-top: 0;
    }
    .modal-header {
        padding: 24px 16px 16px;
    }
    #protezione .modal-header {
        padding-bottom: 16px;
    }
    .modal-body {
        padding: 0 16px 24px;
    }
    .card-body--additionals {
        padding: 14px 0 4px;
    }
    .card-body-content h3 {
        font-size: 24px;
        margin-bottom: 2px;
    }
    .content-step--two .card-body-content h3,
    .content-step--five .card-body-content h3 {
        margin-bottom: 6px;
    }
    .extra-card-anim .card-body-content p {
        margin-bottom: 20px;
    }
    .card-body--additionals h4 {
        margin-bottom: 18px;
    }
    .offcanvas-close {
        border-radius: 6px;
        overflow: hidden;
    }
}

/*  Small devices */
@media (max-width: 767px) {
    .header__logo a img {
        max-width: 67px;
    }
    .content-bottom {
        padding: 14px 16px;
        z-index: 11;
    }
    .steps-bottom--content p {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 8px;
    }
    .steps-main button {
        width: 48px;
        height: 48px;
    }
    .steps-main button.current {
        width: 54px;
        height: 54px;
    }

    .steps-bottom {
        width: 100%;
    }

    .content-top {
        padding-right: 14px;
    }

    .content-watcher {
        width: 50px;
    }
    .content-top--badge {
        height: 40px;
        padding: 4px 38px 4px 16px;
        line-height: 1;
        clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
        margin-left: -4px;
        text-wrap: nowrap;
    }
    .content-top--badge.bg-white {
        padding: 4px 30px 4px 30px;
        clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 100%,
            calc(0% + 20px) 100%
        );
    }
    .content-top--badge.bg-white::after {
        width: 5px;
        transform: skew(26deg);
        filter: blur(5px);
        margin-left: 8px;
    }
    .content-step--inner {
        padding: 16px 16px 20px;
    }
    .content-step--inner {
        padding-bottom: 160px;
    }

    .content-step--one .card {
        min-height: 370px;
    }
    .content-step--two .card {
        min-height: 398px;
    }
    .content-step--two .card-img,
    .content-step--five .card-img {
        height: 160px;
    }

    .content-step--three .card {
        min-height: 405px;
    }

    .content-step--four .card {
        min-height: 372px;
    }

    .content-step--five .card {
        min-height: 404px;
    }

    .card--divider {
        padding-right: 20px;
    }

    .card-body-content {
        min-height: auto;
        margin-bottom: 8px;
    }

    .card-body--textbox {
        margin-bottom: 0;
    }

    .card-img--popupBtn {
        bottom: -1px;
        padding: 10px 56px;
        padding-right: 24px;
        margin-bottom: 0;
    }

    .content-wrapper {
        min-height: calc(100vh - 42px);
    }

    .contact-main--wrapper {
        min-height: auto;
        max-width: 100%;
        width: 100%;
    }

    .content-top--start {
        gap: 10px;
    }

    .modalCard {
        padding: 0px 0px;
    }

    .discountBlock {
        max-width: 120px;
        padding: 28px 12px;
    }

    .discountBlock h4 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .discountBlock p {
        font-size: 12px;
    }
    .card--discount {
        width: 486px;
        padding-right: 28px;
    }
    .card--discount .card {
        max-width: 328px;
        width: 100%;
        flex: 0 0 auto;
    }
    .feature-item {
        gap: 6px;
        padding: 1px 5px 3px;
    }
    .card--discount .card-features {
        left: 8px;
        top: 7px;
        gap: 6px;
    }

    .card-prices {
        font-size: 20px;
    }
    .modal-title,
    .infoBox__thumb__text {
        font-size: 24px;
    }
    .infoBox__thumb {
        max-height: 145px;
    }
    .tab-nav {
        gap: 6px;
    }
    .thank-you-content h2 {
        font-size: 48px;
        margin-bottom: 18px;
    }

    .thank-you-content {
        padding: 38px 28px;
    }

    .thank-you-page {
        min-height: calc(100vh - 40px);
    }

    .addition-serviceItem span {
        font-size: 16px;
    }

    .content-step--six .content-step--inner {
        padding: 16px 16px 156px;
    }
    .form-header {
        margin-bottom: 34px;
    }
    .form-header button {
        padding: 12px 16px;
        gap: 8px;
    }
    .formItem-title button {
        border-radius: 8px;
        font-size: 24px;
        padding: 12px 0px;
    }

    .formItem-title {
        padding: 15px 16px;
    }

    .formItem-body {
        padding: 0px 16px 24px;
    }

    .formItem-title h3 {
        font-size: 20px;
        font-weight: normal;
    }

    .formItem-bottom .row.g-3 {
        --bs-gutter-y: 6px;
    }

    .additional-prices--item h6 {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .card:hover {
        box-shadow: none;
    }

    .card.selected {
        box-shadow: 0px 2px 14px rgba(174, 6, 17, 0.7);
    }

    .selectBox label {
        min-width: 144px;
    }
}

/* Mobile devices  */
@media (max-width: 576px) {
    .card--discount .card {
        max-width: 336px;
    }
    .card--discount .card-features,
    .modal .card-features {
        top: 10px;
        left: 50%;
        transform: translate(-50%);
    }
}

/* Mobile devices  */
@media (max-width: 388px) {
    .learnMorebtn {
        padding: 10px 14px;
        font-size: 15px;
    }
    .learnMorebtn svg {
        max-width: 20px;
        max-height: 20px;
    }
    .card--discount {
        width: 450px;
    }
    .card-body-content h3 {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .card-body--textbox .text {
        font-size: 15px;
    }
    .modal .card-features {
        padding: 10px;
        width: 95%;
    }
    .card-inner-features {
        width: 100%;
        gap: 4px !important;
        justify-content: space-between !important;
    }
    .card-inner-features .feature-item:first-child img {
        margin-top: 2px;
    }
    .feature-item img {
        max-width: 14px;
        margin-top: 0;
    }
    .additional-prices--item h6 {
        font-size: 11px;
    }
    .addition-serviceItem img {
        width: 48px;
        height: 48px;
        gap: 8px;
    }
    .addition-serviceItem span {
        font-size: 14px;
    }
    .formItem-title h3 {
        font-size: 18px;
    }
    .formItem-info {
        gap: 10px;
        padding: 10px 16px;
    }
}

/* Mobile devices (Short Screen) */
@media (max-height: 699px) {
    .header {
        display: none;
    }
    .content-wrapper {
        min-height: 100vh;
    }
    .content-step--inner {
        padding-bottom: 160px;
        position: relative;
        z-index: 1;
    }
}
