/* Styles for Bootstrap Grid System */

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* Columns for medium devices (≥768px) */
.col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.custommbvsdata{display:none!important;}


.forminator-label{
    font-family: "Roboto", Sans-serif !important;
    color: #000!important;
    font-size: 16px!important;
}

.forminator-input, .select2-selection--single {
    color: #000000!important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 17px!important;
    font-weight: 300!important;
    background-color: #F5F8FC00!important;
    padding: 5px 7px 5px 7px!important;
    margin: 0px 0px 0px 0px!important;
    border-style: solid!important;
    border-width: 1px 1px 1px 1px!important;
    border-color: #000000!important;
    border-radius: 0% 0% 0% 0%!important;
    box-shadow: 0px 0px 0px 0px rgba(182.39996337890628, 43.220860887610414, 43.220860887610414, 0.88)!important;
}

.select2-selection--single {
    padding: 0px 0px 0px 2px!important;
}

.mbvsregisterbutton{
    background-color: #b70000!important;
    color: #FFFFFF!important;
    font-family: "Roboto", Sans-serif !important;
    font-weight: 500 !important;
    padding: 15px 50px 15px 50px!important;
    border-style: solid !important;
    border-width: 0px 0px 0px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
}

.forminator-consent__label{
    color: #000000 !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

#myCustomfc7Mbvs{
    font-weight: 400!important;
}



.custom-card {
    width: 358px;
    height: 448px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    position: relative;
    display: inline-block;
    text-align: left!important;
    margin-right: 15px!important;
}

.custom-card:hover {
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.custom-card-img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left!important;

}

.custom-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(189, 79, 61, 0.5); /* 50% opacity */
    z-index: 2;
}


.custom-card-body {
    position: relative;
    z-index: 2;
    padding: 15px;
    color: #fff;
    margin-top: 80px;
    text-align: left!important;

}

.custom-card-body h5 {
    margin: 0;
    font-size: 1.25rem;
    text-align: left!important;

}

.custom-card-body p {
    margin: 10px 0 0;
    font-size: 1rem;
    text-align: left!important;
    line-height: 22px!important;
    margin:0px!important;

}

.mbvs-single-line{
    border: 1px solid #FFF;
    width:40%;
    min-width: 130px;
    margin-bottom: 20px;
}

.custom-card-body h5{
    color:#fff;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 29px;
    text-align: left!important;

}

.custom-card-body p{
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    text-align: left!important;

}

.mbvs-event-sign-up{
    line-height: 1;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    text-align: center;
    transition: all .3s;
    float: right;
    margin-right: 15px;
    font-family: "Roboto", Sans-serif;
}

.mbvs-city{
    position: absolute;
    z-index: 99999;
    color: #fff;
    right: 15px;
    top: -75px;
    font-weight: 300;
    font-size: 1rem;
}
}





