body {
    font-family: "Montserrat", serif;
}

:root {
    --theme   : #B91FD5;
    --white   : #ffffff;
    --black   : #ffffff;
    --darkblue: #0a2a5e;

    --inter  : "Inter", serif;
    --aBeeZee: "ABeeZee", serif;
    --koulen : "Koulen", serif;
}




.btn_register {
    background   : var(--theme);
    font-weight  : bold;
    color        : #fff;
    border       : 0 !important;
    border-radius: 50px;
    padding      : 7px 30px;
    font-family  : var(--inter);
}


.btn_login {
    text-decoration: none;
    color          : #000;
    font-weight    : bold;
    font-family    : var(--inter);

}


.banner_sec {
    background     : url('../images/banner.png') no-repeat center center;
    padding        : 150px 0;
    background-size: cover;
    position       : relative;
}

.h1head {
    font-family: var(--koulen);
    font-size  : 70px;
    line-height: 68px;
    color      : var(--theme);
}

.h1head abbr {
    display: block;
    color  : #fff;
}

.pdec {
    font-weight: 500;
}

.top_bar {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
}

.top_bar nav {
    background: none !important;
    padding   : 15px 0;
}



.top_fixed {
    background-color: var(--darkblue);
    padding         : 10px 15px;
}

.custom-card {


    color: white;

    display    : flex;
    align-items: center;
    max-width  : 600px;
    margin     : 0 auto;
}

.profile-img {
    width        : 50px;
    height       : 50px;
    border-radius: 50%;
    margin-right : 10px;
}

.arrow {
    font-size      : 1.5rem;
    margin-left    : auto;
    text-decoration: none;
    color          : white;
}

.custom-card h6 {
    font-size: 22px;
}

.custom-card small {
    display: block;
}

.info_banner {
    background-color: #fff8e5;
    padding         : 15px 0;
}

.info-banner {
    background-color: #fff8e5;
    /* Light beige background */
    color           : black;
    font-size       : 16px;
    padding         : 10px 15px;
    display         : flex;
    align-items     : center;
    border-left     : 5px solid #000;
}

.info-icon {
    font-size   : 20px;
    margin-right: 10px;
}

.bold-text {
    font-weight: bold;
}

.highlight-link {
    color          : purple;
    font-weight    : bold;
    text-decoration: none;
}

.highlight-link:hover {
    text-decoration: underline;
}



.candidate-card {
    text-align: center;
    width     : 100%;
    background: white;

    overflow: hidden;
    margin  : auto;
    padding : 15px;
}

.profile-img2 {
    width        : 200px;
    height       : 200px;
    border-radius: 50%;
    object-fit   : cover;
    border       : 10px solid #EEE;
    margin-top   : 0;
    margin-bottom: 15px;
}

.vote-wise {
    font-size  : 22px;
    font-weight: bold;
    color      : #6c2eb9;
}

.vote-wise span {
    color: black;
}

.red-box {
    background : red;
    color      : white;
    font-weight: bold;
    padding    : 10px;
    font-size  : 18px;
}

.details {
    background: #f5f5f5;
    padding   : 10px;
    font-size : 14px;
}

.certification {
    background: #1d3b80;
    color     : white;
    padding   : 8px;
    font-size : 14px;
    font-style: italic;
}

.details p {
    margin-bottom: 5px;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width  : auto;
}


.slider_banner {
    padding: 60px 0;
}


.h2_head {
    font-family: var(--aBeeZee);
    font-size  : 40px;
}

.slider_banner .owl-nav {
    display: none;
}

.slider_banner .owl-dots {
    margin-top: 20px;
}


.footer_section {
    background: #EEEEEE;
    padding   : 10px 0;
}


.modal-header h2 {
    font-family: var(--koulen);
    font-size  : 30px !important;
}

.icon_size {
    font-size   : 18px;
    margin-right: 7px;
    color       : #000;
}


@media only screen and (max-width: 599px) {
    .custom-card {
        max-width: 230px;
    }

    .custom-card h6 {
        font-size: 14px;
    }

    .custom-card small {
        font-size  : 10px;
        line-height: 14px;
    }

    .banner_logo {
        width: 120px;
    }

    .btn_register,
    .btn_login {
        padding: 7px 10px;
    }

    .h1head {
        font-size  : 40px;
        line-height: 39px;
    }

    .h2_head {
        font-size: 24px;
    }

    .h2_head br {
        display: none;
    }

    .footer_section p {
        font-size: 12px;
    }

}