  #services{
    width:416px;
    height:288px;
}
.consultation-btn{
    background:#d90a2c;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:50px;
    font-family:Poppins,sans-serif;
    font-weight:600;
}

.elevator-modal{
    background:#111;
    color:#fff;
    border:none;
    border-radius:14px;
    font-family:Poppins,sans-serif;
    overflow:hidden;
}

.popup-header{
    background:#d90a2c;
    padding:14px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.popup-header h3{
    margin:0;
    font-size:20px;
    font-weight:600;
}

.popup-body{
    padding:18px;
}

.popup-subtitle{
    color:#bbb;
    margin-bottom:15px;
    font-size:14px;
}

.popup-input{
    height:42px !important;
    font-size:13px;
    border:none;
}

.popup-textarea{
    font-size:13px;
}

.phone-group{
    display:flex;
}

.country-code{
    width:80px;
    border:none;
    height:42px;
    padding:0 8px;
}

.phone-input{
    flex:1;
    border:none;
    height:42px;
    padding:10px;
}

.popup-footer{
    background:#0a0a0a;
    border-top:1px solid #222;
    padding:15px 20px;
    text-align:center;
}

.trust-points{
    color:#999;
    font-size:12px;
    margin-bottom:12px;
}

.submit-btn{
    width:100%;
    border:none;
    background:#d90a2c;
    color:#fff;
    height:45px;
    border-radius:8px;
    font-weight:600;
}

.submit-btn:hover{
    background:#b80825;
}

.modal-lg{
    max-width:700px;
}