@import url(../'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    font-family: "Inter", sans-serif;
}
img{max-width:100%}
/* Top Bar */
.social-icons {
    display: flex;
    justify-content: flex-end;
}iframe {
    width: 100%;
}
.top-bar{
    background:#ea1111;
    color:#fff;
    font-size:14px;    padding: 5px 0;
}

.carousel-item:before{
position: absolute;
    width: 100%;
    height: 100%;
    /*background: #000000ad;*/
    content: ""; top:0; left:0;
}
.top-bar a{
    color:#fff;
    text-decoration:none;
}

.carousel-inner img {
    height:500px;
    object-fit: cover;    object-position: top;
}

/* Header */

.main-header{
    background:#fff;
    border-bottom:1px solid #e5e5e5;padding: 5px 0;
}

.logo-box img{
    width:140px;
}

.site-title{
       font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-left: 15px;
    font-family: cursive;
    white-space: nowrap;
    margin-right: 50px;
}

.site-title span{
    font-size:42px;
    font-weight:700;
}

.navbar-nav .nav-link{
       color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 15px !important;

}

.navbar-nav .active{
    background:#157b2f;
    color:#fff !important;
    border-radius:4px;
}

.social-icons a {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    background: #fff;
    color: #EA1111;
    font-size: 11px;
}

@media(max-width:991px){

.site-title{
    font-size:28px;
}

.site-title span{
    font-size:40px;
}

.logo-box img{
    width:70px;
}

}


.hero-section{
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    min-height:600px;
    background: url(../img/banner.png) no-repeat bottom;
    background-size: cover;
    padding-left: 50px;
   
}

.hero-content{
    z-index:10;
    position:relative;
}

.hero-title{
    font-weight:700;
    line-height:1;
    margin-bottom:25px;
}

.hero-title .red{
    color:#e40012;
    font-size:72px;
}

.hero-title .small{
    font-size:52px;
    margin-left:8px;
}

.hero-title .green{
    color:#0d7a35;
    font-size:72px;
}

.hero-content h2{
    font-size:28px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.hero-content p{
    font-size:18px;
    color:#333;
    line-height:1.8;
    margin-bottom:25px;
}

.hero-btn{
    padding:12px 30px;
    font-weight:600;
    border-radius:4px;
}

.cycle-img{
    position:relative;
    max-width:340px;
    z-index:15;
    margin-top:10px;
}

/* RED WAVE */



/* EXTRA CURVES */



@media(max-width:991px){

.hero-section{
    min-height:auto;
    padding:60px 0 220px;
}

.hero-title .red,
.hero-title .green{
    font-size:55px;
}

.hero-title .small{
    font-size:40px;
}

.cycle-img{
    max-width:240px;
    margin-top:40px;
}

}

body{
    background:#f4f4f4;
}

/* CARD */

.custom-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
}

/* NEWS TITLE */

.section-title{
    height:58px;
    background:#fff;
    border-bottom:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.section-title span{
    position:relative;
    background:#ef1010;
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:14px 40px 14px 25px;
    clip-path:polygon(
        0 0,
        85% 0,
        100% 100%,
        0 100%
    );
}

.section-title a{
    color:#ef1010;
    font-weight:700;
    text-decoration:none;
    padding-right:25px;
}

/* FACEBOOK TITLE */

.fb-title{
    background:#ef1010;
    color:#fff;
    font-size:22px;
    font-weight:700;
    padding:14px 25px;
}

/* NEWS ITEM */

.news-item{
    display:flex;
    gap:25px;
    padding:15px;    align-items: center;
    border-bottom:1px solid #eee;
}

.news-item img{
    width:270px;
    height:165px;
    object-fit:cover;
    border:1px solid #ddd;
}

.news-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.news-content p{
       font-size: 15px;
    color: #444;
    line-height: 20px;
}

.news-date{
    margin-top:15px;
    color:#777;
    font-size:18px;
}

.news-date i{
    margin-right:8px;
}

/* FACEBOOK */

.facebook-wrapper{
    padding:18px;
}

/* MOBILE */

@media(max-width:991px){

.news-item{
    flex-direction:column;
}

.news-item img{
    width:100%;
    height:auto;
}

}

.custom-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
}

.twitter-header,
.poll-header{
    background:#08732d;
    color:#fff;
    padding:15px 20px;
    font-size:28px;
    font-weight:700;
}

.form-check-label{
    font-size:18px;
}

.btn{
    min-width:120px;
}.twitter-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
}

.twitter-header,.insta-header{
    background:#06752d;
    color:#fff;
    padding:15px 25px;
    font-size:22px;
    font-weight:700;
}

.tweet-item{
    display:flex;
    gap:18px;
    padding:18px 25px;
    border-bottom:1px solid #ececec;
}

.tweet-icon{
    width:70px;
    height:70px;
    min-width:70px;
    background:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.tweet-icon i{
    color:#fff;
    font-size:34px;
}

.tweet-meta{
    display:flex;
    gap:12px;
    align-items:center;
    flex-wrap:wrap;
}

.tweet-meta strong{
    font-size:18px;
}

.tweet-meta span{
    color:#777;
}

.tweet-meta .date{
    color:#2f8b3a;
    font-weight:600;
}

.tweet-text{
    margin-top:4px;
    font-size:17px;
}

.tweet-tag{
    color:#ef4444;
    font-weight:600;
    margin-top:5px;
}

.tweet-actions{
    margin-top:12px;
    display:flex;
    gap:45px;
    color:#777;
    font-size:22px;
}

.twitter-footer{
    padding:15px 25px;
    display:flex;
    justify-content:space-between;
}

.twitter-footer a{
    color:#06752d;
    text-decoration:none;
    font-weight:600;
}.events-section{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    overflow:hidden;
}

.events-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:1px solid #ededed;
    min-height:60px;
}

.events-title{
    background:#ef1010;
    color:#fff;
    font-size:22px;
    font-weight:700;
    text-transform:uppercase;
    padding:14px 40px 14px 25px;
    clip-path:polygon(0 0,88% 0,100% 100%,0 100%);
}

.view-events{
    color:#ef1010;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    margin-right:25px;
}

.event-card{
    padding:14px;
    border-right:1px solid #ededed;
    height:100%;
}

.event-img{
    position:relative;
    overflow:hidden;
    border-radius:6px;
}

.event-img img{
    width:100%;
    height:130px;
    object-fit:cover;
    display:block;
}

.event-date{
    position:absolute;
    left:0;
    top:0;
    width:85px;
    overflow:hidden;
    border-radius:0 0 6px 0;
    background:#fff;
}

.month{
    background:#ef1010;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:700;
    padding:8px 0;
}

.day{
    text-align:center;
    font-size:28px;
    font-weight:700;
    color:#0d7c2f;
    padding:8px 0;
}

.event-content{
    text-align:center;
    padding-top:12px;
}

.event-content h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:12px;
}

.event-meta{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
    font-size:15px;
    color:#666;
}

.event-meta i{
    color:#888;
    margin-right:5px;
}

@media(max-width:991px){

    .event-card{
        border-right:none;
        border-bottom:1px solid #ededed;
    }

    .events-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .view-events{
        padding:12px 20px;
        margin:0;
    }

    .event-img img{
        height:180px;
    }
}
.custom-footer {
    background: url(../img/footerbg.png) no-repeat;
    background-size: 130% 100%;
    min-height: 330px;
    color: #fff;
    padding: 325px 0 25px;
    position: relative; margin-top: 100px;
    text-align: center;
}
footer a.btn.btn-primary,.hero-content a.btn.btn-primary {
    background: #fff;
    border: none;
    color: #000;
    font-size: 18px;
    padding: 15px 60px;
    box-shadow: 1px 0 6px 2px #0000004a;width: auto;
}
.cycleIcon img {
    max-width: 100%;
}
.cycleIcon {
    position: absolute;
    top: -103px;
    width: 330px;
    right: 30%;
    transform: rotate(-23deg);
}
.copyright{
   
    margin-top:30px;

}
.social-media a {
    color: #fff;
    text-decoration: none;
}
@media(max-width:991px){

    .custom-footer{
        text-align:center;
    }

    .social-icons{
        justify-content:center;
    }

    .copyright{
        margin-top:40px;
    }

}
.btn-primary:hover {
    background: #fff;
    color: #111;
}
.poll-widget,.poll-widget-body{
    background:#fff;
    border-radius:24px;
    padding:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}.poll-widget{padding: 0}

.poll-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
       border-radius: 15px 15px 0 0;
}

.poll-tag{
    display:inline-block;
    background:#e8f8ee;
    color:#198754;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
}

.poll-header h3{
    margin:0;
       font-weight: 600;
    font-size: 22px;
}

.view-all{
    color:#198754;
    font-weight:700;
    text-decoration:none;
}

.poll-card{
    display:flex;
    gap:20px;
    align-items:center;
    padding:20px;
    margin-bottom:15px;
    border-radius:18px;
    background:#f8f9fa;
    transition:.3s;
}

.poll-card:hover{
    background:#fff;
    transform:translateY(-4px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.poll-number{
    min-width:55px;
    width:55px;
    height:55px;
    background:linear-gradient(135deg,#198754,#32b86c);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
}

.poll-content{
    flex:1;display: flex;
    align-items: center;
}

.poll-content h5{
   margin-bottom: 0;
    font-weight: 600;
    line-height: 23px;
    font-size: 16px;

}
section , .events-section-outer {
    overflow: hidden;
}
.vote-btn,.btn-primary{
    display:inline-block;
    background:#111827;
    color:#fff;
    text-decoration:none;
    padding:10px 20px;    flex-shrink: 0;
    border-radius:50px;
    font-size:14px;
    font-weight:600;    border: none;
}
.carousel-caption a.btn.btn-primary {
    background: #fff;
    color: #000;
    width: 200px;
}
.vote-btn:hover{
    background:#198754;
    color:#fff;
}

@media(max-width:768px){

    .poll-header{
        flex-direction:column;
        align-items:flex-start;
        gap:10px;
    }

    .poll-card{
        flex-direction:column;
        align-items:flex-start;
    }

    .vote-btn{
        width:100%;
        text-align:center;
    }
}

.insta-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
}
 .president-section{
            background:#ececf1;
            padding:40px 0;
        }

        .section-title{
            font-size:18px;
            font-weight:700;
            color:#2c3e50;
            text-transform:uppercase;
            margin-bottom:25px;
        }

        .president-img{
            width:100%;
            border-radius:4px;
            overflow:hidden;
        }

        .president-img img{
            width:100%;
            height:100%;
            object-fit:cover;
            display:block;
        }

        .president-name{
            color:#ff2a23;
            font-size:26px;
            font-weight:400;
            margin-bottom:5px;
        }

        .president-designation{
            color:#8c8c8c;
            font-size:18px;
            margin-bottom:25px;
        }

        .president-content{
            font-size:18px;
            line-height:1.9;
            color:#444;
            text-align:justify;
        }

        .know-more-btn{
            background:#ff2a23;
            color:#fff;
            padding:12px 25px;
            border-radius:5px;
            text-decoration:none;
            display:inline-block;
            margin-top:25px;
            font-weight:600;
            text-transform:uppercase;
            font-size:14px;
        }

        .know-more-btn:hover{
            background:#e61c16;
            color:#fff;
        }

        @media(max-width:991px){
            .president-name{
                font-size:32px;
                margin-top:25px;
            }
        }
        
        .ideology-section{
    background:#f7f8fc;
}

.section-tag{
    color:#e53935;
    font-weight:700;
    letter-spacing:2px;
    font-size:14px;
}



.section-desc{
    color:#555;
    line-height:1.9;
    font-size:16px;
}

.idea-card{
    background:#fff;
    border-radius:15px;
    padding:35px 20px;
    text-align:center;
    height:100%;
    transition:.3s;
    box-shadow:0 5px 25px rgba(0,0,0,.06);
}

.idea-card:hover{
    transform:translateY(-8px);
}

.idea-card i{
    font-size:42px;
    margin-bottom:15px;
    display:block;
}

.idea-card:nth-child(odd) i{
    color:#ef3d23;
}

.idea-card h5{
    margin:0;
    font-size:15px;
    font-weight:600;
    color:#1f2d3d;
}.idea-card img {
    height: 40px;
}
.idea-card {
    background: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}