/* font-famaly-hear */
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-boldit.woff2') format('woff2'),
        url('../fonts/sourcesanspro-boldit.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-extralightit.woff2') format('woff2'),
        url('../fonts/sourcesanspro-extralightit.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-it.woff2') format('woff2'),
        url('../fonts/sourcesanspro-it.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-extralight.woff2') format('woff2'),
        url('../fonts/sourcesanspro-extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-light.woff2') format('woff2'),
        url('../fonts/sourcesanspro-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-lightit.woff2') format('woff2'),
        url('../fonts/sourcesanspro-lightit.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular.woff2') format('woff2'),
        url('../fonts/sourcesanspro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-black.woff2') format('woff2'),
        url('../fonts/sourcesanspro-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semibold.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-semiboldit.woff2') format('woff2'),
        url('../fonts/sourcesanspro-semiboldit.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold.woff2') format('woff2'),
        url('../fonts/sourcesanspro-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-blackit.woff2') format('woff2'),
        url('../fonts/sourcesanspro-blackit.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* font-famaly-hear-end */

/* root */
:root {
    --source-sans: 'Source Sans Pro', sans-serif;

    /* Common Color */
    --white-color: #fff;
    --black-color: #000;
    --common-dark: #242225;

    /* Brand Colors */
    --brand-50: #fff0f1;
    --brand-100: #ffdddf;
    --brand-200: #ffc1c5;
    --brand-300: #ff969d;
    --brand-400: #ff5a66;
    --brand-500: #ff2736;
    --brand-600: #fa0819;
    --brand-700: #e70212;
    --brand-800: #ae0612;
    --brand-900: #8f0d16;
    --brand-950: #4f0006;

    /* Brand Accent Colors */
    --brand-accent-50: #fdfee8;
    --brand-accent-100: #fcffc2;
    --brand-accent-200: #fdff88;
    --brand-accent-300: #fff944;
    --brand-accent-400: #feeb09;
    --brand-accent-500: #eed204;
    --brand-accent-600: #cda401;
    --brand-accent-700: #a47604;
    --brand-accent-800: #875c0c;
    --brand-accent-900: #734b10;
    --brand-accent-950: #432805;

    /* Neutrals Colors */
    --neutrals-50: #f7f7f7;
    --neutrals-100: #ededed;
    --neutrals-200: #e5e5e5;
    --neutrals-300: #c8c8c8;
    --neutrals-400: #adadad;
    --neutrals-500: #999999;
    --neutrals-600: #888888;
    --neutrals-700: #7b7b7b;
    --neutrals-800: #676767;
    --neutrals-900: #545454;
    --neutrals-950: #363636;

    /* Dark Colors */
    --dark-soft-black: #454545;
    --dark-near-black: #3d3d3d;
    --dark-black: #030303;

    /* Success Colors */
    --success-50: #f0fdf6;
    --success-100: #dcfced;
    --success-200: #baf8db;
    --success-300: #85f0be;
    --success-400: #49df9a;
    --success-500: #24db87;
    --success-600: #15a463;
    --success-700: #148150;
    --success-800: #156642;
    --success-900: #135438;
    --success-950: #052e1d;

    /* Error Colors */
    --error-50: #fff0f0;
    --error-100: #ffdddd;
    --error-200: #ffc0c0;
    --error-300: #ff9494;
    --error-400: #ff5757;
    --error-500: #ff2323;
    --error-600: #fa0000;
    --error-700: #d70000;
    --error-800: #b10303;
    --error-900: #920a0a;
    --error-950: #500000;

    /* Error (2) Colors */
    --error-2-50: #fbfde9;
    --error-2-100: #f4fbc6;
    --error-2-200: #f0f98f;
    --error-2-300: #edf54f;
    --error-2-400: #ecef20;
    --error-2-500: #e7e013;
    --error-2-600: #c1ad0d;
    --error-2-700: #9a7e0e;
    --error-2-800: #806413;
    --error-2-900: #6d5116;
    --error-2-950: #3f2b09;
}

/* root */

/* defaults-css-start */
html {
    font-size: 100%;
    box-sizing: border-box;
    height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: var(--source-sans);
    font-size: 16px;
    font-weight: 400;
    background: linear-gradient(180deg, #ffffff 0%, #888888 50%, #f8f8f8 100%);
}

a,
button {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus,
.btn:focus {
    outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--source-sans);
    color: var(--black-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--black-color);
    margin-bottom: 15px;
}

label {
    color: var(--black-color);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

*::-moz-selection {
    background: var(--black-color);
    color: var(--white-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--black-color);
    color: var(--white-color);
    text-shadow: none;
}

::selection {
    background: var(--black-color);
    color: var(--white-color);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--black-color);
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: var(--black-color);
    font-size: 16px;
    opacity: 1;
}

/* defaults-css--end */

/* theme-css */
.btn {
    border-radius: 0px;
    padding: 14px 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
    outline: none;
    box-shadow: none;
}

/* theme-css-end */

/* structure-css */
.header {
    background-color: var(--neutrals-50);
}

.root {
    overflow: hidden;
    position: relative;
    /* opacity: 0; */
}

/* .root--height {
  min-height: 1080px;
} */
.content-wrapper {
    min-height: calc(100vh - 72px);
    flex-grow: 1;
}

/* structure-css--end */

/* desktopStep */
.desktopStep {
    padding: 22px 48px;
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
.desktopStep__item:not(:first-child) {
    text-align: center;
}
.desktopStep__item .text {
    font-size: 16px;
    font-weight: 700;
    color: var(--common-dark);
    opacity: 0.4;
}
.desktopStep__item.current .text {
    opacity: 1;
}

.desktopStep__item.checked .text {
    opacity: 1;
    transition: all 0.3s ease;
}

.desktopStep__item:first-child {
    padding-left: 0px;
}
.desktopStep__item {
    position: relative;
    flex: 0 0 auto;
    width: 16.66%;
    padding: 0px 20px;
    padding-bottom: 16px;
}
.desktopStep__item::after {
    width: 100%;
    height: 1px;
    background-color: var(--neutrals-500);
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
}

.desktopStep__item::before {
    width: 0%;
    height: 3px;
    background-color: var(--brand-700);
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease;
}

.desktopStep__item.current::before {
    width: 50%;
    transition: width 0.3s ease 0.26s;
}

.desktopStep__item.checked::before {
    width: 130%;
}

/* desktopStep--end */

/* content-main */

.bg-darker {
    background-color: var(--common-dark);
}

.content-top {
    padding-right: 48px;
}
.content-top--start {
    display: flex;
    align-items: stretch;
    font-family: sans-serif;
}

/* Left Black Badge */
.content-top--badge {
    height: 60px;
    background-color: var(--common-dark);
    color: var(--neutrals-200);
    padding: 16px 120px 16px 40px;
    clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 100%, 0% 100%);
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-weight: 400;
    border: none;
    font-family: var(--source-sans);
    margin-left: -16px;
    position: relative;
    z-index: 1;
}
.content-top--badge:first-child {
    margin-left: 0;
}

/* Right White Button */
.content-top--badge.bg-white {
    padding: 16px 64px 16px 56px;
    background-color: var(--white-color);
    color: var(--dark-black);
    cursor: pointer;
    clip-path: polygon(
        0 0,
        calc(100% - 42px) 0,
        100% 100%,
        calc(0% + 42px) 100%
    );
    box-shadow: inset 20px -20px 20px -20px rgba(0, 0, 0, 0.25);
    transform: translateX(-26px);
    font-size: 14px;
    transition: all 0.3s ease;
}
.content-top--badge.bg-white::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: var(--black-color);
    transform: skew(35deg);
    margin-left: 17px;
    filter: blur(6px);
}
.content-top--badge.bg-white:hover {
    color: var(--brand-700);
    gap: 20px;
}

.content-top--badge .icon svg path {
    transition: all 0.3s ease;
}

.content-top--badge.bg-white:hover .icon svg path {
    fill: var(--brand-700);
}

/* Icon Inside the Button */
.content-top--badge .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}
.content-top--badge .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact-main--wrapper {
    min-height: 520px;
    position: relative;
    flex: 1;
    max-width: 100%;
    width: 100%;
}

.content-step {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.content-step--inner {
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
}

.content-step.show {
    opacity: 1;
    transform: translateY(0);
    position: initial;
    visibility: visible;
}

.content-step.hide {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    visibility: hidden;
}

.content-watcher {
    width: 318px;
    height: 2px;
    background-color: var(--neutrals-400);
    position: relative;
    overflow: hidden;
}

.content-watcher span.blackLine {
    width: 100%;
    background-color: var(--black-color);
    position: absolute;
    top: 0px;
    right: 0;
    display: block;
    height: 50%;
    animation: slideLine 2.5s linear infinite;
}

@keyframes slideLine {
    0% {
        right: -200%;
        height: 100%;
    }

    35% {
        right: 0%;
        height: 100%;
    }

    50% {
        right: 0%;
        height: 50%;
    }

    65% {
        right: 0%;
        height: 100%;
    }

    100% {
        right: 200%;
        height: 100%;
    }
}

/* content-main--end */

/* card */

.card {
    border: none;
    padding: 0px;
    border-radius: 20px;
    max-width: 420px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.content-step--one .card {
    min-height: 400px;
}

.content-step--two .card {
    min-height: 448px;
}

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

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

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

.card--divider {
    max-width: 448px;
    padding-right: 28px;
    border-right: 1px solid var(--neutrals-950);
}
.card--divider .card {
    max-width: 100%;
}

.card:hover,
.card.selected {
    /*box-shadow: 0px 4px 14px rgba(174, 6, 17, 0.65);*/
    box-shadow: 0px 4px 14px var(--brand-800-transparent);
}

.card:hover .card-prices,
.card.selected .card-prices {
    font-weight: 700;
}

.card-img {
    height: 205px;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.card-img img {
    border-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    position: relative;
    z-index: 2;
    background: var(--white-color);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.card-body-content {
    min-height: 110px;
}

.card-body-content h3 {
    color: var(--dark-black);
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 6px;
}

.card-body-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--common-dark);
    line-height: 1.21;
    letter-spacing: -0.4px;
    margin-bottom: 16px;
}
.card:has(.additional-prices) .card-body-content p {
    margin-bottom: 10px;
}
.card-body--textbox {
    background: #eeeff2;
    padding: 12px 12px 9px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 6px;
    margin-bottom: 16px;
}
.content-step--three .card-body--textbox {
    padding: 8px 16px;
    margin-top: 12px;
}
.card-body--textbox .text {
    font-size: 16px;
    line-height: 1.1;
    color: var(--common-dark);
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-prices {
    font-size: 24px;
    color: var(--black-color);
    display: inline-block;
    transition: all 0.3s ease;
}
.card-img--popupBtn {
    position: absolute;
    right: 0;
    bottom: -33px;
    border: none;
    font-size: 14px;
    color: var(--dark-black);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    padding: 13px 48px;
    padding-right: 20px;
    clip-path: polygon(calc(0% + 45px) 0, 100% 0, 100% 100%, 0 100%);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    background: var(--white-color);
    z-index: 1;
}
.card:hover .card-img--popupBtn {
    bottom: -1px;
}

.card-img--popupBtn:hover {
    color: var(--brand-700);
    gap: 16px;
}

.card-img--popupBtn:hover svg path {
    fill: var(--brand-700);
}

.card-img--popupBtn svg path {
    transition: all 0.3s ease;
}

.card--discount {
    display: flex;
    flex-direction: row;
    max-width: 631px;
    background-color: transparent;
    align-items: center;
    padding-right: 28px;
    border-right: 1px solid var(--neutrals-950);
    height: 100%;
}
.card--discount.swiper-slide {
    margin-right: 28px !important;
}
.card--discount .card {
    max-width: 100%;
}
.card-features {
    position: absolute;
    left: 15px;
    top: 15px;
    background: rgba(247, 247, 247, 0.72);
    display: flex;
    align-items: center;
    border-radius: 8px;
    backdrop-filter: blur(4px);
    gap: 8px;
    padding: 10px 12px;
    width: max-content;
}
.card-features--sm {
    flex-direction: column;
    align-items: flex-start;
}

.card-features--sm h6 {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
}
.feature-item img {
    max-width: 16px;
    max-height: 20px;
    flex-shrink: 0;
    margin-top: 1px;
}
.feature-item {
    background: var(--common-dark);
    color: #f7f7f7;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 400;
    padding: 1px 6px 3px;
    flex-shrink: 0;
}
.discountBlock {
    max-width: 198px;
    box-shadow: -10px 0px 10px 0px #00000066 inset;
    background-color: var(--dark-black);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 30px 18px 38px;
}
.discountBlock h4 {
    font-size: 30px;
    color: var(--brand-50);
    line-height: 1.25;
    margin-bottom: 10px;
}

.discountBlock p {
    font-size: 16px;
    color: var(--neutrals-50);
    margin-bottom: 0px;
    line-height: 1.21;
}

.additional-prices--item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.additional-prices--item h6 {
    font-size: 14px;
    line-height: 1.25;
    font-weight: normal;
    transition: all 0.3s ease-in-out;
    margin-bottom: -4px;
}
.additional-prices--item:hover h6,
.additional-prices--item:has(input[type='radio']:checked) h6 {
    font-weight: 600;
}
.card:hover .additional-prices--item .card-prices {
    font-weight: 400;
}
.card .additional-prices--item:hover .card-prices,
.additional-prices--item:has(input[type='radio']:checked) .card-prices {
    font-weight: 700;
}
.additional-prices--item .selectBox label {
    min-width: auto;
    padding: 6px;
}
.additional-prices {
    width: 100%;
}
.additional-prices--item .card-prices {
    font-size: 20px;
}
.addition-serviceItem {
    display: flex;
    align-items: center;
    gap: 16px;
}

.addition-serviceItem img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
}

.addition-serviceItem span {
    font-size: 20px;
    display: block;
    color: var(--black-color);
}

.card-body--additionals {
    padding: 24px 0 44px;
}
.card-body--additionals h4 {
    font-size: 18px;
    color: var(--black-color);
    margin-bottom: 24px;
}

/* card--end */

/* select-box */

.selectBox {
    margin: 0 0 0 auto;
    display: inline-block;
}

.selectBox input {
    display: none;
}

.selectBox label {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-around;
    padding: 7px 8px 7px 15px;
    min-width: 194px;
    border-radius: 8px;
    background-color: var(--neutrals-950);
    justify-content: space-between;
    height: 38px;
    position: relative;
    transition: all 0.3s ease;
}
.selectBox label.label-sm {
    min-width: 194px;
}
.selectBox label .text {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--neutrals-300);
    letter-spacing: 2px;
    transition: all 0.3s ease;
}
.card:hover .selectBox label .text,
.selectBox input:checked ~ label .text {
    color: var(--white-color);
}

.selectBox label .icon {
    width: 24px;
    height: 24px;
    background-color: var(--neutrals-300);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.card:hover .selectBox label .icon {
    background-color: var(--white-color);
    transform: translateY(-50%) scale(1.1);
}

.selectBox input:checked ~ label {
    background-color: var(--brand-800);
}

.card:hover .selectBox input:checked ~ label .icon {
    transform: translateY(-50%) scale(1);
}

.selectBox input:checked ~ label span.icon {
    background-color: var(--white-color);
}

/* chekcbox */
.radioBox input {
    display: none;
}

.radioBox label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--neutrals-950);
    min-width: auto;
    padding: 6px;
    transition: all 0.3s ease-in-out;
}
.additional-prices--item:hover .radioBox label {
    transform: scale(1.03);
}
.radioBox input:checked ~ label {
    background-color: var(--brand-800);
    transform: scale(1);
}
.additional-prices--item:hover .radioBox input:checked ~ label {
    transform: scale(1);
}
.radioBox label span.icon {
    width: 24px;
    height: 24px;
    background-color: var(--neutrals-300);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.additional-prices--item:hover .radioBox label span.icon,
.radioBox input:checked ~ label span.icon {
    background-color: var(--white-color);
    transform: scale(1.03);
}
.radioBox input:checked ~ label span.icon {
    transform: scale(1);
}
/* chekcbox--end */

/* select-box--end */

/* content-bottom */

.content-bottom {
    padding: 50px 48px 40px;
    z-index: 11;
}
.steps-bottom--content {
    margin-bottom: 10px;
}
.steps-bottom--content span {
    font-size: 12px;
    font-weight: 700;
    color: var(--black-color);
    letter-spacing: 0.1em;
    display: block;
    text-transform: uppercase;
}
.steps-bottom--content p {
    font-size: 18px;
    font-weight: 400;
}

.steps-main {
    gap: 16px;
}

.steps-main button {
    width: 52px;
    cursor: unset !important;
    height: 52px;
    background-color: #8a8a8a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
}
.steps-main button.current {
    background-color: var(--dark-black);
    width: 56px;
    height: 56px;
}
.steps-main button.checked {
    background-color: var(--dark-black);
}

/* content-bottom--end */

/* price-box */

.priceInfoBox {
    width: 450px;
    background-color: var(--dark-black);
    padding: 20px 20px;
    padding-top: 0px;
    z-index: 99;
    position: fixed;
    bottom: 40px;
    right: 48px;
    padding-bottom: 20px;
}

.priceInfoBox-content {
    background-color: var(--common-dark);
    border-radius: 8px;
    padding: 12px 16px;
}
.priceInfoBox-collapse {
    width: 100%;
    padding-bottom: 10px;
}
.priceInfoBox-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 20px 0px 10px;
}

.priceInfoBox-btn span.icon {
    transition: 0.3s;
}

.priceInfoBox-btn[aria-expanded='true'] span.icon {
    transform: rotate(180deg);
}

.priceInfoBox-more--btns {
    display: flex;
    gap: 12px;
}

.priceInfoBox-more--btns button {
    padding: 0px 18px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--neutrals-950);
    border: none;
    color: #f7f7f7;
}

.priceInfoBox-more--btns button:hover {
    background-color: var(--common-dark);
}

.stepForward {
    min-width: 162px;
    background-color: var(--neutrals-950);
}

.stepForward:hover {
    background-color: var(--common-dark);
}

.stepBack.disabled {
    background-color: var(--common-dark);
}

.stepBack:hover {
    color: var(--common-dark);
}

.priceInfoBox-total span {
    font-size: 36px;
    font-weight: 400;
    display: inline-block;
    color: var(--white-color);
}

.priceInfoBox-item {
    padding: 14px 0px;
}

.priceInfoBox-item:first-child {
    padding-top: 0px;
}

.priceInfoBox-item:last-child {
    padding-bottom: 0px;
}

.priceInfoBox-item-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--neutrals-900);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
}

.priceInfoBox-item-desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.priceInfoBox-item-desc p {
    color: var(--neutrals-500);
    margin-bottom: 0px;
    font-size: 14px;
}

.priceInfoBox-item-desc span {
    color: var(--neutrals-500);
    font-size: 14px;
}

.priceInfoBox-item.current .priceInfoBox-item-desc p,
.priceInfoBox-item.checked .priceInfoBox-item-desc p {
    color: var(--neutrals-50);
}

.priceInfoBox-item.current .priceInfoBox-item-desc span,
.priceInfoBox-item.checked .priceInfoBox-item-desc span {
    color: var(--neutrals-50);
}

/* price-box--end */

/* modal-card-extended-wrap */
.modal-dialog {
    max-width: 520px;
}
.modal-content {
    border-radius: 16px;
}
.modal-header {
    padding: 24px;
    border: none;
}
#protezione .modal-header {
    padding-bottom: 4px;
}
.modal-title {
    font-size: 30px;
    color: var(--dark-black);
    line-height: 1;
}
.modal-body {
    padding: 36px 16px 24px;
}
.modalCard {
    padding: 0px 8px;
}
.modalCard__thumb {
    margin-bottom: 52px;
}
#protezione .modalCard__thumb {
    margin-bottom: 32px;
}
.modalCard__thumb {
    margin-bottom: 52px;
}
.modalCard__thumb img {
    border-radius: 16px;
    width: 100%;
    max-height: 240px;
}
.modalCard__content-inner p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 22px;
}
.modalCard__content-inner .card-body--textbox {
    padding: 20px 16px 18px;
}
.modalCard__content-inner .card-body--textbox h4 {
    font-size: 18px;
    font-weight: 700;
}

.modalCard__content-inner .card-body--textbox .text {
    font-size: 18px;
    line-height: 1.5;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
}

/* modal-card-extended-wrap--end */

/* offcanvas-css */

.offcanvas {
    max-width: 520px;
    width: 100%;
    background-color: var(--neutrals-50);
}
.offcanvas-header {
    padding: 40px 20px 0;
}
/* Custom Scrollbar Start */

/* Firefox-specific styles */
@supports (scrollbar-color: var(--neutrals-500) var(--neutrals-300)) {
    .offcanvas-body {
        scrollbar-color: var(--neutrals-500) var(--neutrals-300);
        scrollbar-width: thin;
    }
}

/* WebKit-based browsers (Chrome, Edge, Safari) */
.offcanvas-body::-webkit-scrollbar {
    width: 2px;
    border-radius: 10px;
}
.offcanvas-body::-webkit-scrollbar-track {
    background: var(--neutrals-300);
    border-radius: 10px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--neutrals-500);
    border-radius: 10px;
    border: 1px solid var(--neutrals-300);
}
/* Custom Scrollbar End */

.offcanvas.offcanvas-end {
    width: 90%;
}
.infoBox {
    background-color: var(--white-color);
    border-radius: 16px;
    overflow-y: auto;
    height: auto;
    max-height: 100%;
}
.infoBox__content p {
    font-size: 18px;
    line-height: 1.21;
    color: var(--common-dark);
    margin-bottom: 32px;
}
#offcanvasExample .infoBox__content p,
#offcanvasExample4 .infoBox__content p {
    line-height: 1.5;
}
.infoBox__content {
    padding: 14px 16px 8px;
}
.infoBox__content-block h6 {
    font-size: 16px;
}

.infoBox__content-block p {
    font-size: 16px;
    line-height: 1.21;
    margin-bottom: 24px;
}

.learnMorebtn {
    padding: 10px 16px;

    border-radius: 0px;
    border: none;
    font-size: 16px;

    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
    background-color: var(--neutrals-900);
    color: #eeeff2;
}

.learnMorebtn svg {
    color: var(--neutrals-50);
    opacity: 0.2;
    transition: all 0.3s;
}

.learnMorebtn:hover {
    background-color: var(--neutrals-950);
}

.learnMorebtn.active {
    background-color: var(--black-color);
}

.learnMorebtn.active svg {
    opacity: 1;
    color: var(--white-color);
}

.btn-darker {
    background-color: var(--neutrals-900);
    color: #eeeff2;
}

.btn-darker:hover {
    background-color: #696969;
    color: #eeeff2;
}
.infoBox__thumb {
    max-height: 205px;
    max-width: 100%;
    height: 205px;
    padding: 12px 16px;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.infoBox__thumb__text {
    color: var(--brand-50);
    font-size: 30px;
    line-height: 1.25;
}
.infoBox__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* offcanvas-css--end */

/* tab-nav */

.tab-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tab-nav button {
    background: var(--dark-black);
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    opacity: 0.5;
    font-size: 12px;
    color: var(--neutrals-50) !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: all 0.3s;
}

.tab-nav button.active {
    opacity: 1;
}

.tab-nav button:hover {
    opacity: 1;
}

/* tab-nav--end */

/* form-css */
.content-step--six .content-step--inner {
    padding: 34px 40px 272px;
}
.form-header p {
    color: var(--neutrals-200);
    font-size: 20px;
    font-weight: normal;
}
.form-header button {
    color: var(--dark-black);
    padding: 16px 16px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
}
.form-header button:hover {
    color: var(--brand-700);
    gap: 12px;
}

.form-header button svg path {
    fill: var(--brand-700);
}

.form-header {
    margin-bottom: 30px;
}

.formItem {
    max-width: 810px;
    margin: 0 auto;
    border-radius: 8px;
    background: var(--neutrals-50);
    margin-bottom: 44px;
}

.formItem:last-child {
    margin-bottom: 0;
}

.formItem-title {
    padding: 22px 35px;
}

.formItem-title button {
    width: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
    border: none;
    outline: none;
    font-size: 30px;
    color: var(--dark-black);
    font-weight: normal;
    padding: 12px 0px;
    /* padding: 22px 35px; */
}

.formItem-title button span.icon {
    transition: 0.3s;
}

.formItem-title button.collapsed span.icon {
    transition: 0.3s;
    line-height: 1;
    transform: translateY(-2px);
}

.formItem-title button:not(.collapsed) span.icon {
    transform: rotate(180deg);
}

.formItem-title button:hover {
    background: transparent;
    color: initial;
}

.formItem-box h5 {
    color: var(--neutrals-500);
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}

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

.formItem-input label {
    font-size: 12px;
    line-height: 1.25;
    color: var(--common-dark);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 8px;
}

.formItem-input {
    margin-bottom: 24px;
}

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

.formItem-input input.form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid var(--neutrals-700);
    height: 44px;
}

.formItem-input .form-control:focus,
.formItem-input .form-control:hover {
    outline: none;
    box-shadow: none;
    border-color: var(--black-color);
}

.formItem-input textarea.form-control {
    border: none;
    resize: none;
    border-radius: 0px;
    width: 100%;
    height: 84px;
    border-bottom: 1px solid var(--neutrals-700);
}

.formItem-content h6 {
    font-size: 12px;
    text-transform: uppercase;
    color: var(--common-dark);
    font-weight: normal;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
    line-height: 1;
}

.formItem-content p {
    font-size: 14px;
    line-height: 1.25;
}

.formItem-content p a {
    color: initial;
    text-decoration: underline;
}

.formItem-content button {
    padding: 10px 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    transition: all 0.3s ease;
}

.formItem-content {
    margin-bottom: 24px;
}
.formItem-info {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: #eeeff2;
    padding: 10px 20px;
    font-size: 14px;
    color: #030303;
    text-wrap: nowrap;
}
.formItem-logo {
    padding: 20px 0px;
    border-bottom: 1px solid var(--neutrals-300);
    margin-bottom: 20px;
}
.formItem-logo img {
    max-width: 88px;
}
.formItem-total {
    padding: 16px 0px 32px;
    border-bottom: 1px solid var(--neutrals-300);
}
.formItem-bottom {
    padding: 35px 0px 8px;
}
.formItem-bottom,
.formItem-bottom p,
.formItem-bottom a {
    margin-bottom: 0px;
    color: var(--neutrals-400);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0.06em;
}

.formItem-bottom a:hover {
    color: var(--black-color);
}

.formItem-bottom__links__item {
    margin-right: 10px;
    display: inline-flex;
    gap: 3px;
}

.formItem-bottom__links__item::after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: var(--neutrals-400);
    margin-top: 1px;
}

.formItem-bottom__links__item:last-child:after {
    display: none;
}

.total-listItem p {
    color: var(--neutrals-400);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
    line-height: 1.25;
}

.total-listItem span {
    display: block;
    color: var(--dark-black);
    font-size: 16px;
    line-height: 1.6;
}
.total-listItem {
    padding-bottom: 32px;
}
.total-sep {
    border-top: 1px solid var(--common-dark);
    margin-bottom: 30px;
    opacity: 0.5;
}
.total-listItem.total-listItem--final div:not(:last-child) {
    padding-bottom: 12px;
}

.total-listItem.total-listItem--final {
    padding-bottom: 0px;
}
.b-subtotal span:first-child,
.b-vat span:first-child,
.b-total span:first-child {
    color: var(--neutrals-900);
    font-size: 12px;
}
.b-total span:last-child {
    font-size: 24px;
}
/* form-css--end */

/* thank-you-page */
.thank-you-page {
    min-height: calc(100vh - 72px);
    background: var(--common-dark);
    padding: 5% 15px;
    align-items: center;
    justify-content: center;
}

.thank-you-content {
    max-width: 807px;
    margin: 0 auto;
    padding: 44px 40px;
    background: var(--neutrals-50);
    border-radius: 16px;
}

.thank-you-content h2 {
    font-size: 60px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 18px;
}

.thank-you-content p {
    font-size: 18px;
    line-height: 1.5;
    color: var(--dark-black);
}

/* thank-you-page--end */

.content-main--wrapper {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

/* Step content hide/show animation */
.content-step {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    visibility: hidden;
}

.content-step.show {
    opacity: 1;
    transform: translateY(0);
    position: relative;
    pointer-events: auto;
    visibility: visible;
}

.content-step.hide {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    visibility: hidden;
}

/* Disabled button style */
.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Dev 2 CSS */

.content-step.show .content-top--badge.bg-white {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: translateX(-26px);
    -webkit-transform: translateX(-26px);
    -moz-transform: translateX(-26px);
    -ms-transform: translateX(-26px);
    -o-transform: translateX(-26px);
}

.content-top--badge.bg-darker {
    position: relative;
    pointer-events: none;
    z-index: 10;
}

.content-step--inner .tab-nav {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.swiper-slide.extra-card-anim {
    transition: all 0.6s;
    opacity: 0;
    transform: translateX(500%) !important;
    -webkit-transform: translateX(500%) !important;
    -moz-transform: translateX(500%) !important;
    -ms-transform: translateX(500%) !important;
    -o-transform: translateX(500%) !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.swiper-slide-active.extra-card-anim {
    opacity: 1;
    transition: all 0.6s;
    transform: translateX(0%) !important;
    -webkit-transform: translateX(0%) !important;
    -moz-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    -o-transform: translateX(0%) !important;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
/* dev-2 end */

/* === PRELOADER === */
.preloader {
    position: fixed;
    inset: 0;
    background: var(--white-color);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.preloader-logo {
    overflow: hidden;
}

.preloader-logo img {
    position: relative;
    transform: translateY(100px);
    animation: logoEnter 0.8s ease-out forwards;
}

@keyframes logoEnter {
    to {
        transform: translateY(0);
    }
}

.logo-exit {
    animation: logoExit 0.8s ease-in-out forwards !important;
}

@keyframes logoExit {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-120px);
    }
}

.preloader.preloader-exit {
    animation: preloaderOut 1s ease forwards;
}

@keyframes preloaderOut {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

/* preloader--end */

/* dev 2 soron */
.additional-prices.row {
    --bs-gutter-x: 0rem;
}

.additional-prices.row > .col-6:first-child {
    padding-right: 8px;
}

.additional-prices.row > .col-6:last-child {
    padding-left: 8px;
}

.radioBox .icon {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.radioBox:hover .icon {
    background-color: var(--white-color);
}

.priceInfoBox-total {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.priceInfoBox-total span {
    line-height: 1;
}

.priceInfoBox-more--btns {
    display: flex;
    justify-content: start;
    align-items: end;
}

.priceInfoBox-total .total {
    font-size: 12px;
    margin-bottom: -38px;
    padding-top: 20px;
    line-height: 1;
    font-weight: 700;
    margin-top: -5px;
    letter-spacing: 0.8px;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.priceInfoBox-total:hover .total {
    margin-bottom: 5px;
    opacity: 1;
}

.priceInfoBox-total .total.hovered {
    margin-bottom: 5px;
    opacity: 1;
}

.selectCars {
    margin: 0 -80px;
}
.selectCars-slider {
    max-width: 100%;
    width: 100%;
    padding: 0 80px;
}

/* custom-cursor-css */
.custom-cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    background: url('../imgs/icons/drag-icon.png') no-repeat center center;
    background-size: 20px;
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: 9999999;
    display: none;
    background-color: var(--white-color);
    border-radius: 50%;
    border: 1px solid #0001;
}
.selectCars-slider {
    cursor: none;
}
.selectCars-slider .selectBox,
.selectCars-slider .card-img--popupBtn,
.selectCars-slider .radioBox {
    cursor: pointer;
}
/* custom-cursor-css --end*/

        .priceInfoBox-item-desc.a-extra {
          display: block !important;
        }
    
        .Box-item-desc.b-extra p,
        .priceInfoBox-item-desc.a-extra p {
          display: block !important;
          position: relative;
          margin: 0 0 8px 0;
          /* spacing between rows */
          padding-right: 40px;
          /* space for span on the right */
        }
    
        .priceInfoBox-item-desc.a-extra span {
          float: right;
          margin-top: -34px;
        }
    
        .Box-item-desc.b-extra span {
          float: right;
          /* margin-top: -34px; */
        }
    
        .modal-overlay {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.7);
          display: none;
          justify-content: center;
          align-items: center;
          z-index: 1000;
        }
    
        .modal-box {
          background: #fff;
          padding: 2rem;
          border-radius: 1rem;
          max-width: 500px;
          width: 90%;
          position: relative;
          text-align: left;
          font-family: system-ui, sans-serif;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
    
        .modal-box h2 {
          font-size: 1.5rem;
          margin-bottom: 1rem;
        }
    
        .modal-box p {
          font-size: 1rem;
          color: #444;
        }
        .customModal .modal-close {
          position: absolute;
          top: 1rem;
          right: 1rem;
          padding: 0;
          border: none;
          background-color: transparent;
        }
    
        .Box-item-desc-b-extra {
          flex-wrap: wrap;
        }
    
        .Box-item-desc-b-extra span {
          flex: 0 0 50%;
          text-align: left;
        }
    
        .Box-item-desc-b-extra span:nth-child(2n) {
          text-align: right;
        }
        
.header__logo img {
  max-height: 50px;
}
        
.preloader-logo img {
   max-height: 100px; 
}
