/* ======= Handle Swiper Animation ======== */
.swiper {
    opacity: 0;
}

.swiper-initialized {
    opacity: 1;
    transition: opacity 0.3s;
}

/* ======= Image Container ======== */
.image-container {
    position: relative;
    overflow: hidden;
}
.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ======= Image Container - End ======== */

/* ======= Add offset for message containers ======== */

.message-container {
    scroll-margin-top: 80px;
}
/* ======= Add offset for message containers - End ======== */
/* ======= Custom Style for Selects in Price Table ======= */

.swiper-slide .industry-count-select.form-select,
.swiper-slide .country-count-select.form-select {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.5rem;
    background-color: var(--bs-gray-200);
}

.swiper-slide [data-bs-theme=dark] .industry-count-select.form-select,
.swiper-slide [data-bs-theme=dark] .country-count-select.form-select {
    background-color: var(--bs-gray-900);
    color: var(--bs-gray-100);
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23606261' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/* ======= Custom Price Font Size ================ */
.fs-price-in-table {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: var(--bs-heading-color);
}

.fs-price-in-table {
    font-size: calc(2rem + 2vw);
}
@media (min-width: 1200px) {
    .fs-price-in-table {
        font-size: 2.8rem;
    }
}

.ic-currency-is-big .fs-price-in-table {
    font-size: calc(1.4rem + 1.5vw);
}
@media (min-width: 1200px) {
    .ic-currency-is-big .fs-price-in-table {
        font-size: 2.4rem;
    }
}

/* ======= Custom Button Sizes =============== */
.btn-round.btn-lg.btn-xlg, .btn-group-lg.btn-xlg > .btn-round.btn {
    height: 80px;
    width: 80px;
    line-height: 90px;
}

/* ======= Custom Font Classes =============== */

.fs-normal {
    font-size: 1rem !important;
}

.ic-transition {
    transition: all 0.6s ease-in-out;
}

/* ======= Form Styles =============== */

.ic-password-toggle.is-invalid,
.ic-password-toggle.is-valid {
    margin-right: 1.6rem !important;
}

.ic-field-info.is-invalid,
.ic-field-info.is-valid {
    margin-right: 2rem !important;
}
.ic-field-info.is-invalid i,
.ic-field-info.is-valid i {
    margin-top: 5px;
}

/* ======= Image Showcase - Industries =============== */

.ic-image-showcase-container-shadow {
    box-shadow: 0 .25rem 1.5rem -.0625rem rgba(0, 0, 0, .2);
    backdrop-filter: blur(25px);
}

.ic-image-showcase-shadow {
    box-shadow: 0 0 7.5rem rgba(0, 0, 0, .1);
}

/* ======= Custom Offcanvas styles =============== */

.offcanvas-body .nav-item .level-2 {
    margin-left: 1rem;
}

/* ======= Styles for Cookie Yes Policies =============== */

.ic-policy-content-parent > .privacy-policy-ol {
    list-style-type: none;
	padding-left: 0px;
}

.privacy-policy-ol {
	margin-bottom: 16px;
}

/* ======= Custom Nav Pills For Content Browser =============== */

.nav-pills.ic-nav-browser .nav-link {
    font-size: var(--bs-body-font-size);
    color: var(--bs-heading-color);
}

.nav-pills.ic-nav-browser .nav-link.active, .nav-pills.ic-nav-browser .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}

/* ======= Custom Dropdown Menu Sizes =============== */

@media (min-width: 1200px) {

    .navbar-expand-xl .dropdown-menu-size-solutions {
        min-width: 18rem;
    }

    .navbar-expand-xl .dropdown-menu.dropdown-menu-center.dropdown-menu-size-solutions {
        left: -5rem;
    }

    .navbar-expand-xl .dropdown-menu-size-data-delivery {
        min-width: 10rem;
    }

    .navbar-expand-xl .dropdown-menu-size-industry {
        min-width: 50rem;
    }

    .navbar-expand-xl .dropdown-menu-size-about {
        min-width: 8rem;
    }

    .navbar-expand-xl .dropdown-menu-size-resources {
        min-width: 14rem;
    }

    .navbar-expand-xl .dropdown-menu-size-audiences {
        min-width: 19rem;
    }

    .navbar-expand-xl .dropdown-menu-size-customers {
        min-width: 33rem;
    }

    .dropdown-menu-size-customers-center.nav-item.mega-menu-item-with-title .childcontent-inner-wrap.container.dropdown-menu {
        min-width: 33rem;
        max-width: 45rem;
    }

}

@media (max-width: 1199.98px) {

    .navbar-expand-xl .dropdown-menu-size-solutions,
    .navbar-expand-xl .dropdown-menu-size-data-delivery,
    .navbar-expand-xl .dropdown-menu-size-industry,
    .navbar-expand-xl .dropdown-menu-size-about,
    .navbar-expand-xl .dropdown-menu-size-audiences,
    .navbar-expand-xl .dropdown-menu-size-customers,
    .navbar-expand-xl .dropdown-menu-size-resources {
        min-width: 100%;
    }
}

.navbar-expand .dropdown-menu-size-solutions {
    min-width: 18rem;
}

.navbar-expand .dropdown-menu.dropdown-menu-center.dropdown-menu-size-solutions {
    left: -5rem;
}

.navbar-expand .dropdown-menu-size-data-delivery {
    min-width: 10rem;
}

.navbar-expand .dropdown-menu-size-industry {
    min-width: 50rem;
}

.navbar-expand .dropdown-menu-size-about {
    min-width: 8rem;
}

.navbar-expand .dropdown-menu-size-audiences {
    min-width: 19rem;
}

.navbar-expand .dropdown-menu-size-customers {
    min-width: 33rem;
}

.dropdown-menu-size-customers-center.nav-item.mega-menu-item-with-title .childcontent-inner-wrap.container.dropdown-menu {
    min-width: 33rem;
    max-width: 45rem;
}

.navbar-expand .dropdown-menu-size-resources {
    min-width: 14rem;
}

.navbar-expand .dropdown-menu-size-solutions,
.navbar-expand .dropdown-menu-size-data-delivery,
.navbar-expand .dropdown-menu-size-industry,
.navbar-expand .dropdown-menu-size-about,
.navbar-expand .dropdown-menu-size-audiences,
.navbar-expand .dropdown-menu-size-customers,
.navbar-expand .dropdown-menu-size-resources {
    min-width: 100%;
}

/* ======= Button Toggle Style =============== */

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

/* ======= Medium Table Padding =============== */

.table-md> :not(caption)>*>* {
    padding: 0.5rem 0.25rem;
}

/* ======= Customize Menu Behaviour =============== */

.dropdown-menu.ic-dropdown-size-fit {
  width: auto !important;
  min-width: 0px !important;
}

.card.card-floating-title {
    position: relative;
}

.card.card-floating-title .card-title {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -0.75rem;
    margin-left: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.navbar-expand-md .dropdown-menu-size-xsm,
.navbar-expand-lg .dropdown-menu-size-xsm,
.navbar-expand-xl .dropdown-menu-size-xsm {
    min-width: 8rem;
}

.navbar-expand-md .dropdown-menu-size-sm,
.navbar-expand-lg .dropdown-menu-size-sm,
.navbar-expand-xl .dropdown-menu-size-sm {
    min-width: 10rem;
}

.rounded-image {
    border-radius: 10px;
}

.as-nav-link:hover,
.as-nav-link:focus {
    color: var(--bs-primary);
}

.as-nav-link {
    color: var(--bs-gray-600);
}

@media (min-width: 1400px) {
    .navbar-expand-xxl .navbar-brand .navbar-brand-item {
        height: 50px;
        display: block;
        width: auto;
    }
}

@media (max-width: 1399.98px) {
    .navbar-expand-xxl .navbar-brand .navbar-brand-item {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    header.header-sticky-on .navbar-brand .navbar-brand-item {
        height: 45px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 50px;
        display: block;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-brand .navbar-brand-item {
        height: 50px;
        display: block;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand .navbar-brand-item {
        height: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-brand .navbar-brand-item {
        height: 50px;
        display: block;
        width: auto;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md .navbar-brand .navbar-brand-item {
        height: 40px;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-brand .navbar-brand-item {
        height: 50px;
        display: block;
        width: auto;
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-sm .navbar-brand .navbar-brand-item {
        height: 40px;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 40px;
    }
}

.navbar-expand .navbar-brand .navbar-brand-item {
    height: 55px;
    display: block;
    width: auto;
}

.navbar-expand .navbar-brand .navbar-brand-item {
    height: 40px;
}

/* ======= Stretched Radio =============== */

.ic-stretched-radio {
	cursor: pointer;
}

/* ========= Custom Sizing ============== */

.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1400px) {
    .w-xxl-10 {
        width: 10% !important;
    }
    .w-xxl-20 {
        width: 20% !important;
    }
    .w-xxl-30 {
        width: 30% !important;
    }
    .w-xxl-40 {
        width: 40% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-60 {
        width: 60% !important;
    }
    .w-xxl-70 {
        width: 70% !important;
    }
    .w-xxl-80 {
        width: 80% !important;
    }
    .w-xxl-90 {
        width: 90% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
    .w-xxl-auto {
        width: auto !important;
    }
}

/* ========= Custom Column Sizes ============== */

.row-cols-7 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.28%;
}


.row-cols-8 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
}


@media (min-width: 576px) {
    .row-cols-sm-7 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-sm-8 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 768px) {
    .row-cols-md-7 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-md-8 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-7 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-lg-8 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .row-cols-xl-7 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-xl-8 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}

@media (min-width: 1400px) {
    .row-cols-xxl-7 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 14.28%;
    }

    .row-cols-xxl-8 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 12.5%;
    }
}

/* ========= Progress With Steps ============== */

.ic-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.ic-steps .ic-step-button,
.ic-steps button.ic-step-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background-color: var(--bs-gray-300);
    transition: .4s;
    cursor: initial;
}

.ic-steps .ic-step-item.done .ic-step-button,
.ic-steps .ic-step-item.active .ic-step-button {
    background-color: var(--bs-primary);
    color: #fff;
}

.ic-steps .ic-step-item.active .ic-step-title {
    color: var(--bs-heading-color);
}

.ic-steps .ic-step-button.active  {
    background-color: var(--bs-primary);
    color: #fff;
}

.ic-steps .ic-step-item {
    z-index: 10;
    text-align: center;
}

.ic-steps progress {
	-webkit-appearance:none;
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 7px;
    margin-left: 12px;
    margin-bottom: 23px;
}

/* to customize progress bar */
.ic-steps progress::-webkit-progress-value {
    background-color: var(--bs-primary);
    transition: .5s ease;
}

.ic-steps progress::-webkit-progress-bar {
    background-color: var(--bs-gray-300);
}

/* ========= Ayro Styles ============== */


/* ====================== */
/* ========= Brand CSS ============== */
/* ====================== */

.brand-area {
    padding: 120px 0;
}
.brand-area .section-title {
    text-align: left;
    margin-bottom: 0;
    padding-right: 50px;
    position: relative;
    z-index: 5;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area .section-title {
        margin-bottom: 40px;
    }
}
.brand-area .section-title span {
    text-transform: uppercase;
    color: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
}
.brand-area .section-title h2 {
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    padding-bottom: 14px;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area .section-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
}
.brand-area .section-title h2:before {
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: var(--primary);
    content: "";
}
.brand-area .section-title p {
    color: var(--dark-3);
}
.brand-area .section-title.white-text h2 {
    color: var(--white);
}
.brand-area .section-title.white-text h2::before {
    background-color: var(--white);
}
.brand-area .section-title.white-text span {
    color: var(--white);
}
.brand-area .section-title.white-text p {
    color: var(--white);
}
.brand-area .brand-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
}
.brand-area .brand-list li {
    flex-basis: 33.33%;
}
@media (max-width: 767px) {
    .brand-area .brand-list li {
        flex-basis: 50%;
    }
}
.brand-area .brand-list li span {
    display: block;
    text-align: center;
    height: 150px;
    line-height: 150px;
    border: 1px solid var(--gray-4);
}
.brand-area .brand-list li span:hover {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.brand-area .brand-list li span:hover img {
    transform: scale(1);
    opacity: 1;
}
.brand-area .brand-list li span img {
    transition: all 0.4s ease;
    transform: scale(0.9);
    opacity: 0.7;
    max-width: 90%;
}
.brand-area .bg-color-white .brand-list::before {
    background: var(--light-1);
}
/* ====================== */
/* ========= Brand CSS - End ============== */
/* ====================== */

/* ======= Ayro Features no Icon =============== */

.ayro-features-no-icon {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
}

.ayro-features-no-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: var(--primary);
}

/* == Section Title Six CSS == */

.ayro-section-title {
    text-align: center;
    max-width: 1300px;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ayro-section-title {
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {
    .ayro-section-title {
        margin-bottom: 35px;
    }
}

.ayro-section-title h3 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    color: var(--primary);
    position: relative;
    line-height: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ayro-section-title h3 {
        font-size: 15px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .ayro-section-title h3 {
        font-size: 15px;
        margin-bottom: 14px;
    }
}

.ayro-section-title h3::before {
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background-color: var(--primary);
    border-radius: 8px;
}

.ayro-section-title h3::after {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 15px;
    background-color: var(--primary);
    border-radius: 8px;
}

.ayro-section-title h2 {
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ayro-section-title h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .ayro-section-title h2 {
        font-size: 1.5rem;
        line-height: 1.9rem;
    }
}

.ayro-section-title p {
    color: var(--dark-3);
}

/*===========================
	features css 
  ===========================*/

.ayro-text-features {
    position: relative;
    padding: 0 20px;
    margin-bottom: 40px;
}

.ayro-text-features::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    left: 0;
    background: var(--primary);
}


/*===========================
	Steps Style From Silicon Template
  ===========================*/

.steps {
    --si-steps-padding-y: 1.5rem;
    --si-steps-padding-x: 1.5rem;
    --si-steps-number-size: 7.625rem;
    --si-steps-number-inner-size: 5.625rem;
    --si-steps-number-size-sm: 5rem;
    --si-steps-number-inner-size-sm: 3.5rem;
    --si-steps-number-border-radius: 50%;
    --si-steps-number-bg: rgba(var(--bs-primary-rgb), 0.1);
    --si-steps-number-inner-bg: #fff;
    --si-steps-number-inner-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --si-steps-number-font-size: 2rem;
    --si-steps-number-font-size-sm: 1.5rem;
    --si-steps-number-color: var(--si-heading-color);
    --si-steps-connect-width: var(--si-border-width);
    --si-steps-connect-color: var(--si-border-color);
    display: flex;
    flex-direction: column
}

.step {
    position: relative;
    display: flex;
    align-items: center;
    padding: var(--si-steps-padding-y) 0
}

.step:first-child {
    padding-top: 0 !important
}

.step:last-child {
    padding-bottom: 0 !important
}

.step::before,
.step::after {
    position: absolute;
    left: calc(var(--si-steps-number-size)*.5);
    width: var(--si-steps-connect-width);
    height: 50%;
    content: ""
}

.step::before {
    top: 0
}

.step::after {
    top: 50%
}

.step:not(:first-child)::before {
    background-color: var(--si-steps-connect-color)
}

.step:not(:last-child)::after {
    background-color: var(--si-steps-connect-color)
}

.step-number {
    position: relative;
    z-index: 2;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: var(--si-steps-number-size);
    height: var(--si-steps-number-size);
    border-radius: var(--si-steps-number-border-radius);
    color: var(--si-steps-number-color);
    background-color: var(--si-steps-number-bg);
    font-size: var(--si-steps-number-font-size);
    font-weight: 800
}

.step-number .step-number-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--si-steps-number-inner-size);
    height: var(--si-steps-number-inner-size);
    border-radius: var(--si-steps-number-border-radius);
    background-color: var(--si-steps-number-inner-bg);
    box-shadow: var(--si-steps-number-inner-box-shadow)
}

.step-body {
    padding-left: var(--si-steps-padding-x)
}

.steps-sm .step::before,
.steps-sm .step::after {
    left: calc(var(--si-steps-number-size-sm)*.5)
}

.steps-sm .step-number {
    width: var(--si-steps-number-size-sm);
    height: var(--si-steps-number-size-sm);
    font-size: var(--si-steps-number-font-size-sm)
}

.steps-sm .step-number .step-number-inner {
    width: var(--si-steps-number-inner-size-sm);
    height: var(--si-steps-number-inner-size-sm)
}

@media(min-width: 500px) {
    .steps-horizontal-sm.steps {
        flex-direction: row;
        margin-right: calc(var(--si-steps-padding-x)*-1);
        margin-left: calc(var(--si-steps-padding-x)*-1)
    }

    .steps-horizontal-sm .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--si-steps-padding-x)
    }

    .steps-horizontal-sm .step::before,
    .steps-horizontal-sm .step::after {
        top: calc(var(--si-steps-number-size)*.5);
        height: var(--si-steps-connect-width)
    }

    .steps-horizontal-sm .step::before {
        left: 0;
        display: none
    }

    .steps-horizontal-sm .step::after {
        left: var(--si-steps-padding-x);
        width: 100%
    }

    .steps-horizontal-sm.steps-sm .step::before,
    .steps-horizontal-sm.steps-sm .step::after {
        top: calc(var(--si-steps-number-size-sm)*.5)
    }

    .steps-horizontal-sm .step-number {
        margin-bottom: var(--si-steps-padding-y)
    }

    .steps-horizontal-sm .step-body {
        padding-left: 0
    }

    .steps-horizontal-sm.steps-center {
        text-align: center
    }

    .steps-horizontal-sm.steps-center .step::after {
        left: 50%;
        width: 50%
    }

    .steps-horizontal-sm.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }

    .steps-horizontal-sm.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }

    .steps-horizontal-sm.steps-end {
        text-align: right
    }

    .steps-horizontal-sm.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--si-steps-padding-x))
    }

    .steps-horizontal-sm.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--si-steps-padding-x)
    }

    .steps-horizontal-sm.steps-end .step:last-child::after {
        display: none
    }

    .steps-horizontal-sm.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 768px) {
    .steps-horizontal-md.steps {
        flex-direction: row;
        margin-right: calc(var(--si-steps-padding-x)*-1);
        margin-left: calc(var(--si-steps-padding-x)*-1)
    }

    .steps-horizontal-md .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--si-steps-padding-x)
    }

    .steps-horizontal-md .step::before,
    .steps-horizontal-md .step::after {
        top: calc(var(--si-steps-number-size)*.5);
        height: var(--si-steps-connect-width)
    }

    .steps-horizontal-md .step::before {
        left: 0;
        display: none
    }

    .steps-horizontal-md .step::after {
        left: var(--si-steps-padding-x);
        width: 100%
    }

    .steps-horizontal-md.steps-sm .step::before,
    .steps-horizontal-md.steps-sm .step::after {
        top: calc(var(--si-steps-number-size-sm)*.5)
    }

    .steps-horizontal-md .step-number {
        margin-bottom: var(--si-steps-padding-y)
    }

    .steps-horizontal-md .step-body {
        padding-left: 0
    }

    .steps-horizontal-md.steps-center {
        text-align: center
    }

    .steps-horizontal-md.steps-center .step::after {
        left: 50%;
        width: 50%
    }

    .steps-horizontal-md.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }

    .steps-horizontal-md.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }

    .steps-horizontal-md.steps-end {
        text-align: right
    }

    .steps-horizontal-md.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--si-steps-padding-x))
    }

    .steps-horizontal-md.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--si-steps-padding-x)
    }

    .steps-horizontal-md.steps-end .step:last-child::after {
        display: none
    }

    .steps-horizontal-md.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 992px) {
    .steps-horizontal-lg.steps {
        flex-direction: row;
        margin-right: calc(var(--si-steps-padding-x)*-1);
        margin-left: calc(var(--si-steps-padding-x)*-1)
    }

    .steps-horizontal-lg .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--si-steps-padding-x)
    }

    .steps-horizontal-lg .step::before,
    .steps-horizontal-lg .step::after {
        top: calc(var(--si-steps-number-size)*.5);
        height: var(--si-steps-connect-width)
    }

    .steps-horizontal-lg .step::before {
        left: 0;
        display: none
    }

    .steps-horizontal-lg .step::after {
        left: var(--si-steps-padding-x);
        width: 100%
    }

    .steps-horizontal-lg.steps-sm .step::before,
    .steps-horizontal-lg.steps-sm .step::after {
        top: calc(var(--si-steps-number-size-sm)*.5)
    }

    .steps-horizontal-lg .step-number {
        margin-bottom: var(--si-steps-padding-y)
    }

    .steps-horizontal-lg .step-body {
        padding-left: 0
    }

    .steps-horizontal-lg.steps-center {
        text-align: center
    }

    .steps-horizontal-lg.steps-center .step::after {
        left: 50%;
        width: 50%
    }

    .steps-horizontal-lg.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }

    .steps-horizontal-lg.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }

    .steps-horizontal-lg.steps-end {
        text-align: right
    }

    .steps-horizontal-lg.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--si-steps-padding-x))
    }

    .steps-horizontal-lg.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--si-steps-padding-x)
    }

    .steps-horizontal-lg.steps-end .step:last-child::after {
        display: none
    }

    .steps-horizontal-lg.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 1200px) {
    .steps-horizontal-xl.steps {
        flex-direction: row;
        margin-right: calc(var(--si-steps-padding-x)*-1);
        margin-left: calc(var(--si-steps-padding-x)*-1)
    }

    .steps-horizontal-xl .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--si-steps-padding-x)
    }

    .steps-horizontal-xl .step::before,
    .steps-horizontal-xl .step::after {
        top: calc(var(--si-steps-number-size)*.5);
        height: var(--si-steps-connect-width)
    }

    .steps-horizontal-xl .step::before {
        left: 0;
        display: none
    }

    .steps-horizontal-xl .step::after {
        left: var(--si-steps-padding-x);
        width: 100%
    }

    .steps-horizontal-xl.steps-sm .step::before,
    .steps-horizontal-xl.steps-sm .step::after {
        top: calc(var(--si-steps-number-size-sm)*.5)
    }

    .steps-horizontal-xl .step-number {
        margin-bottom: var(--si-steps-padding-y)
    }

    .steps-horizontal-xl .step-body {
        padding-left: 0
    }

    .steps-horizontal-xl.steps-center {
        text-align: center
    }

    .steps-horizontal-xl.steps-center .step::after {
        left: 50%;
        width: 50%
    }

    .steps-horizontal-xl.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }

    .steps-horizontal-xl.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }

    .steps-horizontal-xl.steps-end {
        text-align: right
    }

    .steps-horizontal-xl.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--si-steps-padding-x))
    }

    .steps-horizontal-xl.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--si-steps-padding-x)
    }

    .steps-horizontal-xl.steps-end .step:last-child::after {
        display: none
    }

    .steps-horizontal-xl.steps-end .step-number {
        margin-left: auto
    }
}

@media(min-width: 1400px) {
    .steps-horizontal-xxl.steps {
        flex-direction: row;
        margin-right: calc(var(--si-steps-padding-x)*-1);
        margin-left: calc(var(--si-steps-padding-x)*-1)
    }

    .steps-horizontal-xxl .step {
        display: block;
        flex-basis: 0;
        flex-grow: 1;
        padding: 0 var(--si-steps-padding-x)
    }

    .steps-horizontal-xxl .step::before,
    .steps-horizontal-xxl .step::after {
        top: calc(var(--si-steps-number-size)*.5);
        height: var(--si-steps-connect-width)
    }

    .steps-horizontal-xxl .step::before {
        left: 0;
        display: none
    }

    .steps-horizontal-xxl .step::after {
        left: var(--si-steps-padding-x);
        width: 100%
    }

    .steps-horizontal-xxl.steps-sm .step::before,
    .steps-horizontal-xxl.steps-sm .step::after {
        top: calc(var(--si-steps-number-size-sm)*.5)
    }

    .steps-horizontal-xxl .step-number {
        margin-bottom: var(--si-steps-padding-y)
    }

    .steps-horizontal-xxl .step-body {
        padding-left: 0
    }

    .steps-horizontal-xxl.steps-center {
        text-align: center
    }

    .steps-horizontal-xxl.steps-center .step::after {
        left: 50%;
        width: 50%
    }

    .steps-horizontal-xxl.steps-center .step:not(:first-child)::before {
        display: block;
        width: 50%
    }

    .steps-horizontal-xxl.steps-center .step-number {
        margin-right: auto;
        margin-left: auto
    }

    .steps-horizontal-xxl.steps-end {
        text-align: right
    }

    .steps-horizontal-xxl.steps-end .step:not(:first-child)::before {
        display: block;
        width: calc(100% - var(--si-steps-padding-x))
    }

    .steps-horizontal-xxl.steps-end .step::after {
        right: 0;
        left: auto;
        width: var(--si-steps-padding-x)
    }

    .steps-horizontal-xxl.steps-end .step:last-child::after {
        display: none
    }

    .steps-horizontal-xxl.steps-end .step-number {
        margin-left: auto
    }
}

.steps-horizontal.steps {
    flex-direction: row;
    margin-right: calc(var(--si-steps-padding-x)*-1);
    margin-left: calc(var(--si-steps-padding-x)*-1)
}

.steps-horizontal .step {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 var(--si-steps-padding-x)
}

.steps-horizontal .step::before,
.steps-horizontal .step::after {
    top: calc(var(--si-steps-number-size)*.5);
    height: var(--si-steps-connect-width)
}

.steps-horizontal .step::before {
    left: 0;
    display: none
}

.steps-horizontal .step::after {
    left: var(--si-steps-padding-x);
    width: 100%
}

.steps-horizontal.steps-sm .step::before,
.steps-horizontal.steps-sm .step::after {
    top: calc(var(--si-steps-number-size-sm)*.5)
}

.steps-horizontal .step-number {
    margin-bottom: var(--si-steps-padding-y)
}

.steps-horizontal .step-body {
    padding-left: 0
}

.steps-horizontal.steps-center {
    text-align: center
}

.steps-horizontal.steps-center .step::after {
    left: 50%;
    width: 50%
}

.steps-horizontal.steps-center .step:not(:first-child)::before {
    display: block;
    width: 50%
}

.steps-horizontal.steps-center .step-number {
    margin-right: auto;
    margin-left: auto
}

.steps-horizontal.steps-end {
    text-align: right
}

.steps-horizontal.steps-end .step:not(:first-child)::before {
    display: block;
    width: calc(100% - var(--si-steps-padding-x))
}

.steps-horizontal.steps-end .step::after {
    right: 0;
    left: auto;
    width: var(--si-steps-padding-x)
}

.steps-horizontal.steps-end .step:last-child::after {
    display: none
}

.steps-horizontal.steps-end .step-number {
    margin-left: auto
}

@media(max-width: 499.98px) {
    .steps:not(.steps-sm) .step {
        padding: calc(var(--si-steps-padding-y)*.625) 0
    }

    .steps:not(.steps-sm) .step::before,
    .steps:not(.steps-sm) .step::after {
        left: calc(var(--si-steps-number-size)*.625*.5)
    }

    .step-number {
        font-size: calc(var(--si-steps-number-font-size)*.625) !important
    }

    .steps:not(.steps-sm) .step-number {
        width: calc(var(--si-steps-number-size)*.625);
        height: calc(var(--si-steps-number-size)*.625)
    }

    .steps:not(.steps-sm) .step-number .step-number-inner {
        width: calc(var(--si-steps-number-inner-size)*.625);
        height: calc(var(--si-steps-number-inner-size)*.625)
    }

    .step-body {
        padding-left: calc(var(--si-steps-padding-x)*.875)
    }
}

[data-bs-theme=dark] .steps:not([data-bs-theme=light]) {
    --si-steps-number-bg: #181b24;
    --si-steps-number-inner-bg: rgba(255, 255, 255, 0.04)
}