.mycarsmodalmob{
    z-index: 1111111111111111 !important;
    padding-right: 0px !important;
    background:rgba(0,0,0,0.7) !important;
}


@media(max-width:992px){

.mycarsmodalmob{
    z-index: 1111111111111111 !important;
    background:rgba(0,0,0,0.7) !important;

}
/* Custom modal animation */
.mycarsmodalmob .modal-dialog {
    position:relative !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height:100vh;
    transition: bottom 0.3s ease-out;
}

.mycarsmodalmob.show .modal-content{
position:absolute;
bottom:0px;
}

.mycarsmodalmob .modal-content {
    border-radius: 16px 16px 0 0;
    min-height: 50vh; /* Adjust as needed */
    max-height: 90vh; /* Adjust as needed */
    overflow-y: auto;

}

/* Optional: Add backdrop transition */
.mycarsmodalmob .modal-backdrop {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mycarsmodalmob.show .modal-backdrop {
    opacity: 0.5;
}

}

