#hero{
    position: relative;
    overflow: visible;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0px;
    //background: cornflowerblue;
}
.hero-bg{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
}
#hero h1{
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 4.0625rem;
}
#hero .description{
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    padding-right: 10rem;
    margin: 1.5rem 0;


}
#hero .customers {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}
#hero .customers img{
    width: 8rem;
    height: auto;
}
#hero .customers p{
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0;
    width: 39%;
}
#hero .row{
    justify-content: space-between;
}


@media screen and (max-width: 768px) {
    #hero .description{
        padding-right: 0;
    }
}

.forminator-row{
    margin-bottom: 0 !important;
}
.forminator-checkbox{
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: 0.2s easex;
}
.forminator-checkbox:hover{
    background-color: #EDFFE4 !important;
}

input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9CD443;
    border-radius: 4px;
    margin-right: 8px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.forminator-checkbox:hover input[type="checkbox"]{
    border: 2px solid #449320;
}

input[type="checkbox"]:checked{
    background-color: #5a6b3f;
    border-color: #5a6b3f;/
}

/* input[type="checkbox"]:checked::after {
     content: '';
     position: absolute;
     left: 3px;
     top: 3px;
     width: 6px;
     height: 6px;
     background-color: white;
 } */

 .forminator-button-back{
    display: none !important;
 }

 .forminator-button-next{
    width: 100% !important;
    margin-top: 1rem !important;
 }

 input[type="text"], input[type="email"], input[tbody="tel"]{
    display: flex;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.80);
    border-radius: 0.375rem;
    width: 100%;
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: none;
    padding: 0rem 1.5rem 0rem 1rem;
    height: 3rem;
 }

 .forminator-button{
    width: 100% !important;
 }
.forminator-checkbox__wrapper{
    display: flex;
    align-items: center;
}
.forminator-checkbox__wrapper .forminator-checkbox{
    background-color: transparent !important;
    padding: 0 !important;
}
 .forminator-field-consent label{
    background-color: transparent;
    width: fit-content;
 }

 form{
    //min-height: 38rem !important;
 }


/* .form-top {
    width: 100%;
    position: relative;

    -webkit-mask: url('../../assets/img/form_shape.svg') no-repeat center;
    mask: url('../../assets/img/form_shape.svg') no-repeat center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    height: 7.5rem;

    backdrop-filter: blur(10px);
    background-color: #ffffff83;
    box-shadow: 0px 4px 40px rgba(190, 190, 190, 0.25);
} */

.custom-form-wrapper{
    width: 100%;
    height: 100%;
    position: relative;
    
}
.custom-form-wrapper .formTop{
    width: 130%;
    height: 115%;
    position: absolute;
    z-index: 1;
    left: -15%;
    top: -16%;
}
.custom-form-wrapper form {
    position: relative;
    z-index: 2;
}
.form-header-person{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
    padding-left: 0;
}

.form-header-person p{
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem; 
    color: #71717A;
    margin-bottom: 0;
}
.form-header-person .name{
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem;
    color: #3F3F46;
    margin-bottom: 6px
}
.form-header-person img{
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 300rem;
    object-fit: cover;
    object-position: center;
    border: 1px solid #9FE37E;
}
.time{
    position: absolute;
    right: 38px;
    top: 34px;
    font-size: 0.71875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.125rem; 
    color: #3F3F46;
    display: inline-flex;
    padding: 0.875rem 0.8125rem 0.875rem 0.75rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.125rem;
    background: rgba(255, 255, 255, 0.39);
    box-shadow: 0px 4px 40px 0px rgba(190, 190, 190, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.acf-input-wrap input{
    border: 1px solid #8c8f94 !important;
}
.acf-input-wrap input:focus{
    border: 1px solid blue !important;
}

iframe{
    border-radius: 2rem 0 0 2rem;
    overflow: hidden;
    background: transparent;
}
    

@media screen and (min-width : 1600px){
    .custom-form-wrapper .formTop{
        top: -14%;
    }
}
@media screen and (min-width : 1200px){
    .time{
        padding: 14px 39px;
        font-size: 0.85rem;
    }
}
@media screen and (min-width: 800px) and (max-width: 1400px){
    .time{
        //top: -61px;
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 1199px){
#hero .align-items-center {
align-items: unset !important;
}
.custom-form-wrapper {
    max-width: 571px;
    margin: unset;
    padding: 12px;
    }
.hero-right {
    width: 100% !important;
    margin-top: 15px !important;
}
#hero .time {
    right: 32px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){

    #hero h1{
        font-size: 3.75rem !important;
        font-style: normal;
        line-height: 4.0625rem !important; 
    }
    #hero .customers p{
        width: 50% !important;
    }
    .hero-left{
        width: 80% !important;
        margin: 0 auto;
        margin-left: 0;
    }
    .hero-right{
        width: 52vw !important; 
        margin: 0 auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px){
    #hero{
        margin-top: 0;
        padding-bottom: 0;
    }
    #hero .hero-left-side{
        margin-top: 0 !important;
    }
    #hero h1{
        font-size: 2.1875rem;
        font-style: normal;
        line-height: 2.5rem;
    }
    #hero .description{
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5rem;
    }
    #hero .customers p{
        width: 100%;
    }
    .custom-form-wrapper .formTop {
        width: 116%;
        height: 107%;
        position: absolute;
        z-index: 1;
        left: -8%;
        top: -13%;
    }

    .custom-form-wrapper{
        //margin-top: 4rem;
    }

    #hero .time {
        //right: 0rem;
        //top: -40px;
        //font-size: 0.62rem;
    }
}