@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


:root {
    --clr-white: #FFFFFF;
    --clr-black: #000000;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    box-sizing: border-box;
    /* font-family: "Maven Pro", serif; */
    font-family: 'Roboto', sans-serif;
}

/**** START CAST YOUR VOTE Page ****/
.background-hero-image {
    background-image: url(../images/main-bg-blr.png);
    background-repeat: no-repeat;
    background-size: 72vw;
    /* height: 106.7vh; */
    padding: 40px 20px;
    background-size: cover;
}

.background-hero-image>.container {
    max-width: 1680px;
}

.background-hero-image .left-content{
    position: sticky;
    top: 40px;
}

img.mastering-boardroom-logo {
    height: 60px;
    width: auto;
}

.cast-your-vote-container {
    padding: 70px 0;
}

.cast-your-vote-container h1 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 60px;
    text-transform: uppercase;
    color: var(--clr-white);
    padding-bottom: 30px;
}

.cast-your-vote-container ul {
    list-style: none;
    padding: 0;
}

.cast-your-vote-container ul li {
    position: relative;
    padding-left: 35px;
    color: var(--clr-white);
    /*font-details*/
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
}

.cast-your-vote-container ul li::before {
    content: "✓";
    /* content: url(../images/check.svg); */
    position: absolute;
    left: 0;
    color: var(--clr-white);
    font-size: 1.2em;
}

.best-ceo-container {
    background-color: var(--clr-white);
    padding: 30px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    box-shadow: 0 4px 20px -4px #0049271A;
    margin: 0 auto;
    transform: translate(50%);

}

.best-ceo-container h2 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 40px;
    text-transform: uppercase;
    color: var(--clr-black);
    padding-bottom: 20px;
}

.sub-title{
    margin: 20px 0;
}

.ceo-list .ceo-box {
    border: 1px solid #EFEFEF;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 #0000000F;
    padding: 14px;
    min-height: 18vh;
    /* min-height: fit-content; */
}

.ceo-box .ceo-image{
    display: flex;
    align-items: center;
    gap: 10px;
}

.ceo-box .ceo-image img {
    border-radius: 50px;
    background-size: contain;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.ceo-box .ceo-name-container .ceo-name {
    font-family: "Roboto", serif;
    font-weight: 500;
    /* font-size: 20px; */
    font-size: clamp(10px, 10vw + 10px, 20px);
    line-height: 26px;
    color: #111111;
}

.ceo-box .ceo-name-container .ceo-designation {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #8A8A8A;
}

.ceo-box .vote-button {
    display: flex;
    align-items: flex-end;
    padding-top: 15px;
}

.ceo-box .vote-button button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 500;
    color: #122E76;
    column-gap: 10px;
    border: 1px solid #122E76;
    border-radius: 30px;
    /* padding: 10px 14px; */
    width: 100%;
    margin-top: 15px;
}

.ceo-box .vote-button.voted button {
    background: #FFCC00;
    border: 1px solid #FFCC00;
}

.modal .modal-content {
    border-radius: 20px;
    box-shadow: 0 4px 20px -4px #0049271A;
}

.modal .modal-container {
    background-color: var(--clr-white);
    padding: 30px;
    border-radius: 20px;
}

.modal .modal-container h3,
.modal .modal-container h4 {
    font-weight: 800;
}

.modal .btn-secondary {
    background-color: #122E76;
    color: var(--clr-white);
    font-weight: 500;
    width: 100%;
    border-radius: 20px;
}

.modal .resend-otp{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #303030;
    text-decoration: none;
    margin-top: 10px;
}

.modal .btn-submit {
    background-color: #ffcc00;
    color: var(--clr-black);
    font-weight: 500;
    width: 100%;
    border-radius: 20px;
}

.modal .divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 15px 0 10px;
}

.modal .divider::before,
.modal .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.modal .divider:not(:empty)::before {
    margin-right: 10px;
}

.modal .divider:not(:empty)::after {
    margin-left: 10px;
}

.modal .voting-user-confirmation {
    font-size: 20px;
    font-weight: 500;
}


/* ========== Start Listing Page CSS */

.listing-hero{
    background-color: #122E76;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-image: url(assets/images/listing-hero.png); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
}

.listing-hero .listing-hero__title{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 66px;
    text-align: center;
    color: #FFFFFF;
}

.listing-hero .listing-hro_description{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.listing{
    background: #F5F5F5;
    padding: 40px 80px;
}

.listing .filter{
    padding: 14px 16px;
    background: #FFFFFF;
    border-radius: 10px;
}

.listing .form-label{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
}

.form-select,
.form-control,
option{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #303030;
    border: 1px solid #D1DAE0;
}

.form-select:focus,
.form-control:focus {
    border-color: #D1DAE0;
    box-shadow: none;
}

.filter-display{ 
    margin-top: 20px;
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px;

}

.filter-item { 
    display: flex; 
    align-items: center; 
    padding: 6px 12px;
    gap: 7px;
    height: 27px;
    background: #E4F5FF;
    border-radius: 999px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #111111;
}

.filter-item .remove-filter {
    cursor: pointer; 
    font-size: 10px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 70px;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-detail{
    margin-top: 40px;
}

.filter-detail .event-card{
    margin-bottom: 30px;
}

.filter-detail .event-card .card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 14px 20px;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 0;
}

.filter-detail .event-card .card img{
    width: 100%;
    /*height: 210px;
    object-fit: cover;
    background: #F5F5F5; 
    border: 1px solid #E1E1E1;
    border-radius: 10px;*/
}

.filter-detail .card-body{
    padding: 0;
}

.filter-detail .card-badge { 
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-detail .upcoming-badge { 
    margin-right: 5px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: #E5FFEA;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #069720;
}

.filter-detail .member-badge{
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: #E4F5FF;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #111111;
}

.filter-detail .card-title{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #111111;
    margin-top: 10px;
    margin-bottom: 6px;
}

.filter-detail .description{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
    margin-bottom: 10px;
}

.filter-detail .price{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #122E76;
    margin-bottom: 0;
}


.filter-item span { 
    margin-right: 5px; 
}

.no-events{
    text-align: center;
    display: none;
}

.no-events h3{ 
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #555;
}

.no-events p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #303030;
}

.loadMore-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none;
}

.loadMore-btn button{
    /* padding: 14px 20px; */
    width: 180px;
    height: 44px;
    background: #122E76;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 0;
}

.footer{
    padding: 0px 80px;
    background: #F5F5F5;
}

.footer .copyright{
    padding: 20px 0;
    border-top: 1px solid #C2C2C2;
    display: flex;
    justify-content: space-between;
}

.footer .copyright p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 0;
}

.footer .copyright .devloped{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #AFAFAF;
}

/** Media query **/
@media only screen and (max-width: 1280px) and (min-width: 992px) {
    .ceo-list .ceo-box {
        padding: 10px 8px;
    }

    .col-3.ceo-image {
        width: 26%;

    }

}

@media only screen and (max-width: 991px) {
    .background-hero-image {
        background-size: cover;
    }

    .ceo-list .ceo-box {
        padding: 14px 10px;
        min-height: fit-content;
    }

    .modal .modal-container {
        padding: 25px 20px;
    }

    .background-hero-image .left-content{
        position: relative;
        top: 0px;
    }

    .best-ceo-container{
        margin: 0 auto;
        transform: translate(0%);
    }

    .white-section{
        display: none;
    }

    .left-section{
        width: 100%;
    }
}

/**** END CAST YOUR VOTE Page ****/

@media screen and (max-width: 767px) {
    .listing{
        padding: 30px 0;
    }

    .listing-hero{
        padding: 0 16px;
    }

    .listing-hero .listing-hero__title{
        font-size: 30px;
        line-height: 38px;
    }

    .listing-hero .listing-hro_description {
        font-size: 14px;
        line-height: 22px;
    }

    .filter-detail .card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .filter-detail .price {
        font-size: 18px;
        line-height: 26px;
    }

    /* .filter-detail .event-card .card{
        margin-bottom: 20px;
    } */

    .form-select,
    .form-control,
    option{
        margin-bottom: 14px;
    }

    .filter-display{
        margin-top: 6px;
    }

    .filter .col-12.col-md-3:nth-child(1){
        order: 1;
    }

    .filter .col-12.col-md-3:nth-child(2){
        order: 2;
    }

    /* .loadMore-btn{
        margin-top: 24px;
    } */

    .loadMore-btn button{
        font-size: 16px;
        line-height: 24px;
    }

    .footer{
        padding: 0;
    }

    .footer .copyright{
        flex-direction: column;
        text-align: center;
    }

    .footer .copyright .devloped{
        margin-top: 14px;
    }
}

.registered{
    border: 2px solid #111111!important;
    background-color: rgba(0, 0, 0, 0.1)!important;
    color: black!important;
}