div#popmake-8649 {
    background: rgb(255 255 255);

}

div#pum-8649 {
    background: #ffffff00;
    
}

div#popmake-8649 label{
    width:100%;
    margin:0 auto;
    color:black;
}
div#popmake-8649 input{
    width:90%;
}

div#popmake-8649 textarea{
    width:90%;
    border-radius:3px;
}

div#popmake-8649 input[type="submit"]{
    border:none;
    background:#3c4152;
    color:white;
}


/* Mobile Banner */

.vc_custom_1767019716543::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black overlay at 50% opacity */
    z-index: 1;
}

.vc_custom_1767019716543 > * {
    position: relative;
    z-index: 2; /* Ensures content appears above overlay */
}




div#eventForm {
    display: flex;
    width: 100%;
}
div#eventForm>div {
margin:0 auto;
}

div#eventForm label{
    font-weight:bold;

}
div#eventForm input{
   border-radius:4px;
    border:none;
    border:1px solid black;

}
}
div#eventForm textarea{
    border-radius:4px;
    border:none;
    border:1px solid black;
    height:55px!important;

}
div#eventForm input[type="submit"]{
    border-radius:4px;
    border:none;
    border:1px solid black;
    margin:0 auto;
    display:flex;
    background:#3d4253;
    color:white;

}




/* Mobile banner ending */


@media screen and (max-width:900px){
     .vc_custom_1766928803029{
          padding:0px!important;
          margin:0px!important;
     }
}