.newway-contact-buttons{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}
.newway-contact-content{
    background-color: #0F0E0DCC;
    padding: 24px;
    border-radius: 8px;
    border: 0.5px solid #FFFFFF80;
    backdrop-filter: blur(30px);
    max-width: 360px;
    display: none;
}
.newway-contact-content.hide{
    display: none;
}
.newway-contact-content.show{
    display: block;
}
.newway-contact-icon.hide{
    display: none;
}
.newway-contact-icon.show{
    display: block;
}
.newway-contact-icon svg{
    transition: all 0.3s ease-in-out;
    width: 140px;
    height: 140px;
    filter: drop-shadow(2px 5px 10px #1E2B2266);
}
.newway-contact-buttons:hover .newway-contact-icon svg{
    transform: scale(1.3);
}
.newway-contact-list ul{
    list-style: none;
    display: block;
    text-align: center;
    padding-left: 0!important;
}
.newway-contact-list ul li{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.newway-contact-list ul li:first-child{
    margin-left: 0;
}
.newway-contact-list ul li:last-child{
    margin-right: 0;
}
.newway-contact-list .wpcf7 br{
    display: none;
}
.newway-contact-list .wpcf7 label{
    margin-bottom: 16px;
}
.newway-contact-title h5{
    font-size: 16px;
    color: #F4F4F2 !important;
}
.newway-contact-title{
    display: flex;
    justify-content: space-between;
}
.newway-contact-list.newway .wpcf7-submit{
    background: linear-gradient(148.91deg, #2C864B 9.07%, #3D583D 101.93%);
    width: 100%;
    max-height: 45px;
}
.newway-contact-list.vision .wpcf7-submit{
    background: linear-gradient(180deg, #F0AA1E -56.51%, #ED9620 17.62%, #EB7F23 88.83%);
    width: 100%;
    max-height: 45px;
}
.separator{
    color: #AEAEAE;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}
.separator::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #2B2B2B;
}
.separator::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 60px;
    height: 1px;
    background-color: #2B2B2B;
}
.hotline-button{
    color: #ffffff;
    text-align: center;
    display: block;
}
.hotline-button:hover{
    color: #ffffff;
}
@media (max-width: 767px){
    .newway-contact-content{
        max-width: 300px;
    }
    .newway-contact-icon svg{
        transition: all 0.3s ease-in-out;
        width: 70px;
        height: 70px;
    }
}