/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.js-hero-multistep {
    max-width: 700px;
    height: 67px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.js-hero-multistep .sliding-element {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity .5s ease, -webkit-transform .4s ease;
    transition: opacity .5s ease, -webkit-transform .4s ease;
    transition: opacity .5s ease, transform .4s ease;
    transition: opacity .5s ease, transform .4s ease, -webkit-transform .4s ease;
    pointer-events: none;
}
.fusion_form_wrapper {
    max-width: 700px;
    margin: auto;
}
.js-hero-multistep .sliding-element.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.fusion_form_success{
    display: none;
    color: #fff !important;
    padding-left: 10px !important;
}
.js-hero-multistep.round-.js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-left: 25px;
    width: 100%;
}
.js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]) {
    border: none !important;
    width: 100%;
    background: #ffffff;
    color: #000000;
    height: 100%;
    padding: 0 0 0 30px;
    padding-left: 80px;
}
.js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]) {
    padding-right: 180px;
    font-family: "Jost", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-color: #FFFFFF !important;
    outline: none;
}


.js-hero-multistep:before {
    display: block !important;
    content: "";
    width: 40px;
    height: 40px;
    background: url('https://zypernlifestyle.com/wp-content/uploads/2024/08/Logo-1-final-1.svg') no-repeat 50% / contain;
    display: block;
    position: absolute;
    left: 25px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.js-hero-multistep .sliding-element.prev-field {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.js-hero-multistep button, .js-hero-multistep input[type=submit] ,.js-hero-multistep button:hover, .js-hero-multistep button:active , .js-hero-multistep button:focus {    
    min-width: 137px;
    height: 100%;
    width: 16%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: none;
    box-shadow: 1px 8px 30px rgba(0, 0, 0, .03), 1px 4px 10px rgba(0, 0, 0, .05);
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 0px 52px 52px 0px;
    padding: 19px 13px 19px 9px;
    background-color: #83B3CA;
    color: #FFFFFF;
    border-color: #83B3CA;
    outline: 0;
}
.js-hero-multistep .infusion-field-input-container::placeholder {
    opacity: 1;
}

.js-hero-multistep .infusion-field-input-container::-ms-input-placeholder {
    opacity: 1;
}
.js-hero-multistep .sliding-element.error input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]) {
    color: #ed1c24 !important;
}
.js-hero-multistep .sliding-element.error .infusion-field-input-container::placeholder {
    color: #ed1c24 !important;
}
.js-hero-multistep .sliding-element.error .infusion-field-input-container::-ms-input-placeholder {
    color: #ed1c24 !important;
}
.js-hero-multistep button>span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.js-hero-multistep .elementor-button-text {
    white-space: normal;
    flex-grow: 0;
    line-height: 22px;
}

@media (min-width: 768px) {
    .js-hero-multistep:before {
        display: block;
    }
}
@media (max-width: 767px) {
.js-hero-multistep:before {
    width: 30px !important;
    height: 30px !important;
    left: 15px !important;
}

    .fusion_form_wrapper {
        max-width: 700px;
        margin: 1rem auto;
    }
    .js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]){
        padding-left: 50px !important;
    }
.js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]) {
    font-size: 10px !important;
}
.js-hero-multistep button, .js-hero-multistep input[type=submit], .js-hero-multistep button:hover, .js-hero-multistep button:active, .js-hero-multistep button:focus{
min-width:100px !important;
font-size:10px !important;
}
.js-hero-multistep input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]){
    padding-right: 100px !important;
}
	.js-hero-multistep{
    height: 60px !important;
}
}