.navbar {
    background-color: #1DA1F2;
    /* matching blue from your image */
}

.navbar-brand img {
    height: 50px;
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.nav-link:hover {
    color: #ffd700 !important;
    /* highlight on hover */
}




.social-icons a {
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
}

.social-icons a:hover {
    color: #ffd700;
}









.inspiration-section {
    /* background: linear-gradient(to bottom, #87CEFA, #ffffff);
            padding: 50px 0; */

    background: url(../img/first\ section\ img.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.inspiration-text {
    padding: 20px;
}

.inspiration-text h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.inspiration-text p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.inspiration-image img {
    max-width: 100%;
    height: auto;
}

/* Optional: Wave effect at bottom */
.wave {
    background: linear-gradient(to right, #ff9933, #ffffff, #138808);
    height: 20px;
    width: 100%;
    border-radius: 50% 50% 0 0;
}




.aim-section {
    /* background: linear-gradient(135deg, #e3f2fd 0%, #ffffff 100%);
            padding: 80px 0;
            overflow: hidden;
            position: relative; */
    background: url(../img/aimback.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
}

/* Decorative wave at the bottom */
.wave-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to right, #ff9933, #ffffff, #138808);
    clip-path: ellipse(70% 100% at 50% 100%);
    opacity: 0.2;
}

.aim-title {
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.aim-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

/* Image Bubble Cluster */
.image-cluster {
    position: relative;
    height: 500px;
    width: 100%;
}

.bubble {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #ff4d4d;
    /* Reddish border from image */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.bubble:hover {
    transform: scale(1.1);
    z-index: 10;
}

.bubble img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive positioning for the circles */
.b1 {
    width: 120px;
    height: 120px;
    top: 0;
    left: 40%;
}

.b2 {
    width: 180px;
    height: 180px;
    top: 80px;
    left: 10%;
}

.b3 {
    width: 140px;
    height: 140px;
    top: 70px;
    left: 65%;
}

.b4 {
    width: 110px;
    height: 110px;
    top: 230px;
    left: 55%;
}

.b5 {
    width: 130px;
    height: 130px;
    top: 260px;
    left: 80%;
}

.b6 {
    width: 130px;
    height: 130px;
    bottom: 10px;
    left: 20%;
}

.b7 {
    width: 160px;
    height: 160px;
    bottom: 0;
    left: 50%;
}

@media (max-width: 768px) {
    .image-cluster {
        height: 400px;
        margin-top: 30px;
    }

    .aim-title {
        font-size: 2.2rem;
    }

    .bubble {
        border-width: 2px;
    }
}




.who-we-are {
    background: linear-gradient(#6fd2ff 0%, #e8f7ff 50%, #ffffff 100%);
}

.profile-container {

    padding: 50px 0;

}

.profile-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #ff4d4d;
    /* Red border from image */
    object-fit: cover;
    margin-bottom: 15px;
}

.profile-card {
    margin-bottom: 40px;
    text-align: center;
}

.profile-text {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.6;
}

.profile-name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.sidebar-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.sidebar-desc {
    font-size: 1.2rem;
    line-height: 1.8;
}

/* Responsive adjustments for the "Who are we" text alignment */
@media (min-width: 992px) {
    .right-column {
        border-left: 10px solid;
        border-image: linear-gradient(to bottom, green, white, orange) 1;
        padding-left: 40px;
    }
}










.hero-torch {
    /* background: linear-gradient(#6fd2ff 0%, #e8f7ff 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 4rem 0 5rem; */
    background: url(../img/the\ toch.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
}

/* tricolor waves at bottom */
.hero-torch::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140%;
    height: 220px;
    /* background:
        radial-gradient(circle at 10% 40%, #ffa726 0, #ffa726 40%, transparent 41%) 0 40% / 60% 80% no-repeat,
        radial-gradient(circle at 40% 80%, #ffcc80 0, #ffcc80 40%, transparent 41%) 20% 60% / 80% 80% no-repeat,
        radial-gradient(circle at 60% 0%, #a5d6a7 0, #a5d6a7 40%, transparent 41%) 40% 40% / 80% 80% no-repeat,
        radial-gradient(circle at 90% 40%, #388e3c 0, #388e3c 40%, transparent 41%) 60% 60% / 80% 80% no-repeat; */
    transform: translateY(40%);
    opacity: 0.9;
}

/* left card circle */
.torch-photo-wrap {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: #f9a825;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

.torch-photo {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
}

.torch-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* name under photo */
.torch-name {
    margin-top: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.95rem;
}

/* right text block */
.torch-heading-small {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.15em;
    font-size: 1.2rem;
}

.torch-heading-main {
    color: #ffb300;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.1;
}

.torch-body {
    max-width: 540px;
    font-size: 0.98rem;
    line-height: 1.7;
}













.team-section {
    background: linear-gradient(#6fd2ff 0%, #e8f7ff 50%, #ffffff 100%);
}

.team-card {
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-img {
    width: 150px;
    height: 150px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #e9ecef;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card p {
    color: #6c757d;
    font-size: 14px;
}




.strength-section {
    background: linear-gradient(180deg, #7fd3f7, #ffffff);
    padding: 50px 0;
}

.table thead th {
    background: #4fc3f7;
    color: #000;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
}

.table td {
    font-size: 13px;
    vertical-align: top;
}

.our-strength {
    text-align: center;
}

.our-strength h2 {
    font-size: 34px;
    font-weight: 700;
}

.our-strength span {
    color: #ff6a00;
}

@media(max-width:768px) {
    .our-strength {
        margin-top: 30px;
    }
}




.objective-section {
    /* background: linear-gradient(to bottom, #7fd0f2 0%, #eaf7ff 70%, #ffffff 100%);
  padding: 80px 0 140px;
  overflow: hidden; */
    background: url(../img/objective.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
}

.objective-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000;
}

/* Objective List */
.objective-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Objective Item */
.objective-item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 14px 18px;
    color: #fff;
    font-size: 15px;
    text-align: left;
}

/* Number */
.objective-item .num {
    min-width: 48px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
}

/* Colors */
.objective-item.blue {
    background: #10a6e8;
}

.objective-item.yellow {
    background: #f4b400;
}

/* Wave Background */
.wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffb703' fill-opacity='1' d='M0,224L60,229.3C120,235,240,245,360,240C480,235,600,213,720,213.3C840,213,960,235,1080,229.3C1200,224,1320,192,1380,176L1440,160L1440,320L0,320Z'%3E%3C/path%3E%3Cpath fill='%232a9d8f' fill-opacity='1' d='M0,288L120,272C240,256,480,224,720,208C960,192,1200,192,1320,192L1440,192L1440,320L0,320Z'%3E%3C/path%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

/* Responsive */
@media (max-width: 768px) {
    .objective-title {
        font-size: 28px;
    }

    .objective-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .objective-item .num {
        margin-bottom: 8px;
    }
}









.methods-section {
    background: linear-gradient(180deg, #8dd9ff, #ffffff);
    padding: 80px 0;
    position: relative;
}

.methods-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}

.method-box {
    text-align: center;
    padding: 20px;
}

.method-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.method-circle i {
    font-size: 48px;
    background: #fff;
    padding: 25px;
    border-radius: 50%;
}

.blue {
    background: #1ea7fd;
}

.yellow {
    background: #fcb900;
}

.orange {
    background: #ff6a00;
}

.pink {
    background: #e83e8c;
}

.method-box h5 {
    font-weight: 600;
    margin-top: 20px;
}

.method-box p {
    font-size: 14px;
    color: #555;
}

@media(max-width:768px) {
    .method-circle {
        width: 120px;
        height: 120px;
    }

    .method-circle i {
        font-size: 38px;
        padding: 20px;
    }
}







.footer-section {
    background: #1da1f2;
    border-top: 1px solid #ddd;
    font-size: 15px;
}

.footer-logo {
    max-width: 170px;
}

.footer-about p {
    color: #ffffff;
    line-height: 1.7;
}

.footer-title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #c0392b;
}

.footer-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background: #f1f1f1;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.3s;
}

.footer-social a:hover {
    background: #c0392b;
    color: #fff;
}

.footer-section i {
    color: #ffffff;
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    font-size: 14px;
}

.footer-bottom span {
    color: #ffffff;
    font-weight: 600;
}

.contect p {
    color: white;
}



/* Section Styling */
.election-section {
    background: #f8f9fa;
    /* padding: 50px 0; */
}

/* Heading */
.election-title {
    font-weight: 600;
    text-align: center;
}

.state-name {
    color: #0d6efd;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.state-name::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #198754;
    display: block;
    margin: 6px auto 0;
}

/* Result Cards */
.result-card {
    color: #fff;
    border-radius: 12px;
    padding: 25px 10px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.result-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.result-card h2 {
    font-size: 36px;
    margin: 0;
}

/* Party Colors */
.bjp {
    background: #ff9f50;
}

.jdu {
    background: #44b556;
}

.rjd {
    background: #d9961a;
}

.ljprv {
    background: #a3006f;
}

.inc {
    background: #1aa7e1;
}

.aimim {
    background: #00684a;
}

.hams {
    background: #17115c;
}

.others {
    background: #a5a56b;
}


.result-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
}

.result-header {
    background: #dcd4ff;
    padding: 10px 15px;
    font-weight: 600;
    border-bottom: 1px solid #bbb;
}

.party-table th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

.party-scroll {
    max-height: 552px;
    overflow-y: auto;
}

.party-table th,
.party-table td {
    padding: 8px 10px;
    font-size: 14px;
}

.party-table td.number {
    color: #0d6efd;
    font-weight: 600;
}

.map-container {
    height: 552px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}

.map-container img {
    max-width: 100%;
    max-height: 100%;
}


.map-container iframe {
    height: 552px;
    width: 764px;
}


.hover-scale {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-scale:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}








.coming-soon-container {
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    color: #fff;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin: 30px 30px;
}

.coming-soon-container h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
}

.coming-soon-container p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #000000;
}

.btn-primary:hover {
    background-color: #ff5252;
    border-color: #000000;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}

@media(max-width: 576px) {
    .coming-soon-container h1 {
        font-size: 2rem;
    }

    .coming-soon-container p {
        font-size: 1rem;
    }
}



.analys {
    height: 100%;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.bg-image {
    /* Replace with your image URL */
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1350&q=80');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.content-box {
    max-width: 600px;
    padding: 20px;
}

.form-control-lg {
    border-radius: 30px 0 0 30px;
}

.btn-lg {
    border-radius: 0 30px 30px 0;
}






.news-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card img {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.news-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 15px;
}

.news-date {
    font-size: 0.9rem;
    color: #ddd;
}

.social-icons a {
    color: #fff;
    margin-right: 10px;
    font-size: 1rem;
}

.card-gap {
    margin-top: 30px;
}







.contact-icon {
    width: 45px;
    height: 45px;
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contant-header {
    background-image: url("../img/contact-us.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-page {
    background-color: rgb(253, 255, 248);
}




/* HERO SECTION */
.bengal-hero {
    /* background: linear-gradient(to bottom, #6cc9f2, #ffffff); */
    background-image: url("../img/targetback.png");
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

/* LEFT MAP */
.bengal-map img {
    max-width: 140px;
}

/* RIGHT IMAGE */
.tagore-img {
    position: absolute;
    right: 0;
    bottom: 80px;
    max-width: 350px;
    opacity: 0.25;
}

/* TEXT */
.hero-title {
    font-size: 2.3rem;
    font-weight: 700;
}

.hero-title span {
    color: #ff6a00;
}

.hero-quote {
    font-size: 0.9rem;
    font-style: italic;
}

/* WAVE */
.tricolor-wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
    .tagore-img {
        position: static;
        max-width: 220px;
        margin: 20px auto 0;
        display: block;
    }

    .bengal-map {
        text-align: center;
        margin-bottom: 20px;
    }
}





/* SECTION */
.bengal-data-section {
    /* background: linear-gradient(to bottom, #73ccf3, #ffffff);
    position: relative;
    padding: 70px 0 140px;
    overflow: hidden; */

    background: url(../img/bengalsec2img.png) center bottom no-repeat;
    background-size: cover;
    padding: 90px 0 150px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

/* TITLE */
.bengal-title {
    font-size: 2.3rem;
    font-weight: 700;
}

.bengal-title span {
    color: #ff6a00;
}

.subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
}

/* DATA GRID */
.data-box {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.35);
    padding: 15px;
    height: 100%;
}

.data-box h6 {
    font-weight: 700;
    margin-bottom: 10px;
}

.data-box p {
    font-size: 0.85rem;
    margin: 0;
}

/* RIGHT IMAGE */
.right-image {
    position: absolute;
    right: 0;
    bottom: 90px;
    max-width: 300px;
    opacity: 0.25;
}

/* WAVE */
.wave-img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* MOBILE */
@media (max-width: 768px) {
    .right-image {
        position: static;
        display: block;
        margin: 30px auto 0;
        max-width: 220px;
    }
}


/* SECTION */
.scam-section {
    /* background: linear-gradient(to bottom, #77cff4, #ffffff);
    position: relative;
    padding: 70px 0 150px;
    overflow: hidden; */


    background: url(../img/bengalsec3img.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    /* height: 100vh; */
}

/* TITLE */
.main-title {
    font-size: 2.3rem;
    font-weight: 700;
}

.main-title span {
    color: #ff6a00;
}

.sub-title {
    font-size: 1rem;
    font-weight: 600;
}

.sub-text {
    font-size: 0.9rem;
    max-width: 850px;
    margin: auto;
}

/* NEWS IMAGES */
.news-card-sec3:hover {
    transform: translateY(-5px);
    /* Lifts the card up */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    /* Deepens the shadow */
}

.news-card-sec3 img {
    width: 100%;
    height: auto;
    display: block;
}

/* MOBILE */
/* @media (max-width: 768px) {
    .faded-bg {
        position: static;
        display: block;
        margin: 30px auto 0;
        max-width: 260px;
    }
    .continue-text {
        right: 15px;
    }
} */


/* SECTION */
.population-section {
    /* background: linear-gradient(to bottom, #78cff4, #ffffff);
    position: relative;
    padding: 70px 0 150px;
    overflow: hidden; */

    background: url(../img/bengalsec4img.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

/* TITLE */
.main-title {
    font-size: 2.3rem;
    font-weight: 700;
}

.main-title span {
    color: #ff6a00;
}

.sub-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 30px;
}

/* INFO BOXES */
.info-box {
    background: #0d6efd;
    color: #fff;
    border-radius: 20px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
    font-size: 0.9rem;
    line-height: 1.5;
}

/* RIGHT FADED IMAGE */
.faded-img {
    position: absolute;
    right: 0;
    top: 90px;
    max-width: 420px;
    opacity: 0.18;
}

/* WAVE */
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* CONTINUE */
.continue-text {
    position: absolute;
    bottom: 25px;
    right: 40px;
    color: red;
    font-weight: 600;
    font-size: 0.9rem;
}

/* MOBILE */
@media (max-width: 768px) {
    .faded-img {
        position: static;
        display: block;
        margin: 30px auto 0;
        max-width: 260px;
    }

    .continue-text {
        right: 15px;
    }
}



/* SECTION */
.issue-section {
    /* background: linear-gradient(to bottom, #79cff4, #ffffff);
    position: relative;
    padding: 70px 0 150px;
    overflow: hidden; */

    background: url(../img/bengalsec5img.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}

/* TITLE */
.main-title {
    font-size: 2.3rem;
    font-weight: 700;
}

.main-title span {
    color: #ff6a00;
}

/* CONTENT */
.issue-heading {
    font-weight: 700;
    margin-top: 35px;
}

.issue-text {
    font-size: 0.95rem;
    max-width: 750px;
    margin: 8px auto 0;
}

/* FADED IMAGES */
.left-faded,
.right-faded {
    position: absolute;
    opacity: 0.15;
    max-width: 320px;
}

.left-faded {
    left: 0;
    bottom: 120px;
}

.right-faded {
    right: 0;
    top: 90px;
}

/* WAVE */
.wave {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* CONTINUE */
.continue-text {
    position: absolute;
    bottom: 25px;
    right: 40px;
    color: red;
    font-weight: 600;
    font-size: 0.9rem;
}

/* MOBILE */
@media (max-width: 768px) {

    .left-faded,
    .right-faded {
        position: static;
        display: block;
        margin: 20px auto;
        max-width: 240px;
    }

    .continue-text {
        right: 15px;
    }
}



.result-section {
    background: #f8f9fa;
}

.party-card {
    border-radius: 16px;
    color: #fff;
    padding: 30px 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.party-card:hover {
    transform: translateY(-5px);
}

.party-name {
    font-weight: 600;
    font-size: 16px;
}

.seat-count {
    font-size: 42px;
    font-weight: 700;
    margin-top: 8px;
}





.result-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
}

.card-header-custom {
    background: #d62728;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 16px;
}

.table thead {
    background: #4fc3f7;
    font-weight: 600;
}

.table-wrapper {
    max-height: 450px;
    overflow-y: auto;
}

iframe {
    width: 100%;
    height: 450px;
    border: 0;
}



.card {
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.icon-circle {
    font-size: 2rem;
    margin-bottom: 10px;
}








.card-vidhan {
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
    transition: transform 0.3s;
}

.card-vidhan:hover {
    transform: scale(1.05);
}

.card-vidhan h2 {
    font-size: 2.5rem;
    margin: 0;
}

.card-vidhan p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}




.card-header {
    background-color: #d32f2f;
    color: white;
    font-weight: bold;
}

.table-fixed-header {
    height: 450px;
    overflow-y: auto;
}

.table thead th {
    position: sticky;
    top: 0;
    background: #004085;
    color: white;
    z-index: 10;
}

.win-count {
    font-weight: bold;
    color: #000;
}

.map-container {
    min-height: 450px;
    background: #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-scroll {
    max-height: 140px;
    /* adjust height as needed */
    overflow-y: auto;
}

/* Optional: sticky table header */
.table-scroll thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.election-section {
    border-top: 2px solid #b9dce6;
    border-bottom: 2px solid #b9dce6;
}

/* Vertical scroll container */
.vertical-scroll {
    max-height: 520px;
    overflow-y: auto;
    padding-right: 6px;
}

/* Card design */
.election-card {
    background: url('https://maps.gstatic.com/tactile/basepage/pegman_sherlock.png') center/cover no-repeat;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    min-height: 220px;
}

/* Table scroll */
.table-scroll {
    max-height: 140px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.95);
}

/* Scrollbar styling */
.vertical-scroll::-webkit-scrollbar,
.table-scroll::-webkit-scrollbar {
    width: 6px;
}

.vertical-scroll::-webkit-scrollbar-thumb,
.table-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.vertical-scroll::-webkit-scrollbar-track,
.table-scroll::-webkit-scrollbar-track {
    background: #eee;
}


.election-table th,
.election-table td {
    font-size: 14px;
    white-space: nowrap;
}

.election-table thead th {
    vertical-align: middle;
}



.text-teal {
    color: #1DA1F2;
}

.card {
    border-radius: 6px;
}

table th,
table td {
    font-size: 14px;
}


.card-body.text-center {
    /* background-color: black; */
    /* color: white; */
}

.card-body-election {
    background-color: #000;
    padding: 5px;
}

.card-header-vidhan {
    background-color: #f2f4f7;
    font-weight: 600;
    padding: 12px 16px;
    font-size: 16px;
}


/* SECTION */
.alliance-summary-section {
    background: #ffffff;
}

/* CARD */
.alliance-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

/* TABLE */
.alliance-table th,
.alliance-table td {
    font-size: 14px;
}

.alliance-table-head {
    background: #333;
    color: #fff;
}

/* FOOTER */
.alliance-card-footer {
    background: #444;
    color: #fff;
    padding: 8px;
    font-weight: 600;
}

/* CHART */
.alliance-chart-body {
    padding: 15px;
}

.alliance-chart-title {
    font-weight: 600;
    font-size: 15px;
}


/* SECTION */
.delhi-ac-election-section {
    background: #fff;
}

/* TITLES */
.delhi-election-main-title {
    font-weight: 700;
    color: #444;
}

.delhi-election-main-title span {
    color: #777;
}

.delhi-election-sub-title {
    font-weight: 700;
}

.delhi-text-teal {
    color: #1DA1F2;
}

.delhi-text-warning {
    color: #f4a100;
}

/* CARD */
.delhi-election-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    padding: 15px;
}

/* INFO LIST */
.delhi-info-list {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.delhi-info-list li {
    margin-bottom: 10px;
}

/* TABLE */
.delhi-party-table th,
.delhi-party-table td {
    font-size: 14px;
}

.delhi-party-table-head {
    background: #333;
    color: #fff;
}

.delhi-nota-row {
    background: #d9d9d9;
    font-weight: 600;
}

/* FOOTER */
.delhi-card-footer {
    background: #444;
    padding: 8px;
    margin-top: 10px;
}

.delhi-footer-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

/* FILTER */
.delhi-filter-header {
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.delhi-filter-btn {
    border: 1px solid #ccc;
    background: #f8f9fa;
}



/* SECTION */
.delhi-charts-reports-section {
    background: #ffffff;
}

/* CARD */
.delhi-chart-card,
.delhi-reports-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
}

/* CHART BODY */
.delhi-chart-body {
    padding: 16px;
}

/* CHART TITLE */
.delhi-chart-title {
    font-weight: 600;
    font-size: 15px;
}

/* REPORTS TABS */
.delhi-reports-tabs {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.delhi-tab-btn {
    flex: 1;
    padding: 8px;
    border: none;
    background: #e5e5e5;
    font-weight: 600;
    cursor: pointer;
}

.delhi-tab-btn.active {
    background: #333;
    color: #fff;
}

/* REPORT LIST */
.delhi-reports-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.delhi-reports-list li {
    border-bottom: 1px solid #ddd;
}

.delhi-reports-list a {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 500;
    color: #000;
}

#delhiVotesPieChart {
    height: 250px;
}



/* Section Background */
#wb-project-section {
    /* background: linear-gradient(to bottom,
            #7fd4f4 0%,
            #7fd4f4 60%,
            #ffffff 100%);
    position: relative;
    overflow: hidden; */

    background: url(../img/wb-project-section.png) center bottom no-repeat;
    background-size: cover;
    /* padding: 50px 50px;
    padding-top: 40px; */
    position: relative;
    overflow: hidden;
    height: 100vh;
    padding-top: -100px;
}

/* Decorative Tricolor Waves */
/* #wb-project-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right,
            #ff9933,
            #ffffff,
            #138808);
    opacity: 0.9;
} */

/* Subtitle */
.wb-project-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.wb-project-subtitle span {
    color: #ff6a00;
}

/* Main Title */
.wb-project-title {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
}

.wb-project-title span {
    color: #ffb400;
}

/* Description */
.wb-project-description {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* Image Boxes */
.wb-map-box img,
.wb-ne-map-box img {
    max-width: 100%;
    height: auto;
}

/* Responsive Tweaks */
@media (max-width: 991px) {
    .wb-project-title {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .wb-project-subtitle {
        font-size: 16px;
    }

    .wb-project-title {
        font-size: 24px;
    }

    .wb-project-description {
        font-size: 14px;
    }
}




/* Section Background */
#wb-tools-section {
    /* background: linear-gradient(180deg, #7fd4f4 0%, #ffffff 70%);
  position: relative; */
    background: url(../img/wb-tools-section.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    height: 100vh;

}

/* Title */
.wb-tools-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
}

.wb-tools-title span {
    color: #ff6a00;
}

.wb-tools-subtitle {
    font-weight: 600;
    color: #ff6a00;
}

/* Table */
.wb-tools-table th {
    background-color: #bfe8f8;
    font-weight: 700;
}

.wb-tools-table td {
    font-size: 14px;
    background-color: #eaf7fd;
}

/* Engagement Box */
.wb-engagement-box img {
    max-width: 260px;
}

/* Social Icons */
.wb-social-icons img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

/* Footer */
.wb-tools-footer {
    font-size: 14px;
    color: #000;
    max-width: 900px;
    margin: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .wb-tools-title {
        font-size: 26px;
    }

    .wb-tools-table td,
    .wb-tools-table th {
        font-size: 13px;
    }
}




/* Custom Styles for West Bengal BJP Project */


.Project-West-Bengal{
    background: url(../img/Project-West-Bengal.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}




#wb-bjp-strategy-section .text-orange {
    color: #FF9933; /* BJP Theme Orange */
}

.wb-bjp-custom-table {
    border: 2px solid #ddd;
    background-color: #ffffff;
}

.wb-bjp-custom-table thead th {
    background-color: #2c3e50;
    vertical-align: middle;
    font-size: 0.95rem;
}

.wb-bjp-cell {
    padding: 15px !important;
    font-size: 0.85rem;
}

.wb-bjp-theme-list .list-group-item {
    font-size: 0.8rem;
    padding: 8px 12px;
    border-left: 4px solid #FF9933;
    transition: background 0.3s;
}

.wb-bjp-theme-list .list-group-item:hover {
    background-color: #fff5eb;
}

.wb-bjp-outcome-cell .badge {
    padding: 8px;
    font-weight: 500;
}

.border-orange {
    border: 1px solid #FF9933;
}




.wb2026-bg {
  /* background: linear-gradient(to bottom, #cfefff, #ffffff); */
  background: url(../img/Governance.png) center bottom no-repeat;
    background-size: cover;
    padding: 50px 0 50px;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.wb2026-title {
  font-size: 2rem;
}

.wb2026-left-box {
  background: rgba(255,255,255,0.85);
  border-radius: 10px;
}

.wb2026-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.wb2026-center-image img {
  max-height: 420px;
}

/* .wb2026-news-wrapper {
  background: #f8f9fa;
  border-radius: 10px;
} */

.wb2026-news-scroll {
  max-height: 420px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .wb2026-news-scroll {
    max-height: none;
  }
}




.team-row-5 {
    display: flex;
    flex-wrap: nowrap;
}

.team-row-5 .team-col {
    width: 20%;
}

@media (max-width: 991px) {
    .team-row-5 {
        flex-wrap: wrap;
    }
    .team-row-5 .team-col {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .team-row-5 .team-col {
        width: 100%;
    }
}

.team-img img {
    width: 100%;
    border-radius: 10px;
}