/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.multistep-pane {
    display: none;
}
.multistep-pane.active {
    display: block;
}
ul.multistep-progress li {
    list-style: none;
    display: inline-block;
    background: #dadada;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    color: #323223;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
ul.multistep-progress {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.multistep-content .section-content {
    margin: 50px 0 80px;
}
.multistep-progress li.active {
    background: #47FF96;
}
.specifications .section-content {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
}
.content-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-header {
    text-align: center;
    margin: 50px 0;
}
.step-content {
    display: flex;
    gap: 80px;
    justify-content: flex-start;
    width: 100%;
}
.content-image, .step-image {
    max-width: 520px;
}
div#content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-header {
    text-align: center;
    margin: 50px 0;
}
.content-image, .step-image {
    max-width: 460px;
}
.section-header h2 {
    font-size: 48px;
    font-weight: 700;
}
.step-body h3 {
    font-size: 28px;
    font-weight: 600;
}
.step-body {
    font-size: 16px;
    font-weight: 500;
    width: 65%;
    position: relative;
    padding-bottom: 60px;
}
.content-text {
    width: 65%;
}
button.btn.btn-primary.next-step {
    position: absolute;
    right: 0;
    bottom: 0;
}
button.btn.btn-primary.next-step {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 30px;
    background: linear-gradient(102.36deg, #34E47F 0%, #11998E 100%);
    color: #fff;
    border:none;
}
button.btn.btn-primary.prev-step {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 20px;
    line-height: 30px;
    background: #a8a8a8;
    border: none;
}
.multistep-progress li:before {
    content: "";
    background: #dadada;
    width: 100%;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 17px;
    z-index: -1;
}
ul.multistep-progress {
    position: relative;
}
span.step_num {
    position: absolute;
    left: 36%;
    font-size: 20px;
    font-weight: 600;
}

li.total-steps-7:before {
    left: -39px;
}
.multistep-progress li:first-child:before {
    display: none;
}
li.active:before {
    background: #47ff96;
}

li.total-steps-6:before {
    width: 140%;
}
li.total-steps-5:before {
    width: 200%;
    left: -76px;
}
li.total-steps-4:before {
    width: 300%;
    left: -115px;
}

li.total-steps-3:before {
    width: 482%;
    left: -190px;
}
li.total-steps-2:before {
    width: 1100%;
    left: -425px;
}

.content-text {
    font-size: 16px;
    line-height: 24px;
}
.step-body p {
    font-size: 16px;
    line-height: 24px;
}

button.btn.btn-primary.prev-step:active, button.btn.btn-primary:focus {
    top: unset;
    border: none;
    outline: none;
}

.step-body p {
    color: #242424;
}
.content-text p{
    color: #242424;
}

ul.multistep-progress {
    z-index: 0 !important;
}

/* Media Queries*/

@media screen and (max-width: 768px){
    .step-content {
        display: flex;
        gap: 25px;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }
    button.btn.btn-primary.next-step{
        position:relative;
        margin-top: 20px;
    }
    button.btn.btn-primary.prev-step {
        position: relative;
        margin-right: 30px;
        margin-top: 20px;
    }
    ul.multistep-progress {
        position: relative;
        padding-left: 0 !important;
    }
    .specifications .section-content {
        display: flex;
        justify-content: center;
        gap: 25px;
        flex-wrap: wrap;
    }
    #quadmenu:not(.quadmenu-is-horizontal).quadmenu-offcanvas-right .navbar-offcanvas {
        right: 0 !important;
        padding-top: 50px !important;
    }
    .section-header {
        margin: 10px 0;
    }
    .step-body h3 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 0;
    }
}

@media screen and (max-width: 460px){
    .section-header h2 {
        font-size: 32px;
        font-weight: 600;
    }
    .content-text {
        min-width: 90vw;
    }
    .step-body {
        min-width: 90vw;
    }
    .multistep-content .section-content {
        margin: 25px 0 40px;
    }
    ul.multistep-progress {
        overflow: hidden;
    }
    .elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-104b6e8 {
        margin-bottom: 20px;
        border-bottom: 1px solid #36366e;
    }
    .elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-39a2a6d {
        margin-bottom: 20px;
        border-bottom: 1px solid #36366e;
    }
    .elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-6406b84{
            margin-bottom: 20px;
        border-bottom: 1px solid #36366e;
    }
    li.total-steps-4:before {
        left: -75px;
    }
    
    li.total-steps-2:before {
        width: 485%;
        left: -477%;
    }
    li.total-steps-5:before {
        left: -50px;
    }
    li.total-steps-5:before {
        left: -35px;
    }
    .step-body h3 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 0;
    }
}