*{
    box-sizing: border-box;
}
 
html {
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0; 
    font-family: "DM Sans", sans-serif !important;
}
img{
  max-width: 100%;
}
p, h1, h2, h3, h4, h5, h6, figure, figcaption{
  margin: 0 0 10px;
  padding: 0;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
}
select {
	padding: 8px 28px 8px 15px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	outline: 0
}
a{
  text-decoration: none;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; 
    padding:0;
}

.section-header h2 {
     font-size: 22px;
    font-weight: 900;
    border-left: 5px solid #FF0000;
    padding-left: 10px;
    margin: 0;
    line-height: 22px;
	font-family: "DM Sans", sans-serif;
}

.more-link {
    border: 1px solid #000;
    background: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: 0.3s ease;
    font-weight: 700;
}
.more-link:hover {
    background: #000;
    color: #fff;
}


 .section_cm {
    background-color: #F2F2F2;
    padding: 40px 0; 
}
.cm_list .item {
    text-align: center; 
}
.cm_list .circle-img {
    width: 220px;
    height: 220px;
    background-color: #fff;
    border: 4px solid #FF0000;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}
.cm_list .circle-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
}
.cm_list h4 {
    margin: 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 28px;
}
.cm_list p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
}
.cm_list:before {
    content: '';
    position: absolute;
    top: 36%;
    max-width: 940px;
    width: 100%;
    height: 5px;
    background-color: #FF0000;
    left: 11%;
}

 


.liveNewsBlock {
    margin: 10px 0 24px;
}
.live-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  background-color: #F2F2F2;
}

.live-badge {
  background: #FF0000;
  color: #fff;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  min-width: 100px;
  height: 50px;
  font-size: 24px;
  font-weight: 900; 
}  
.live-blinkElection {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ff9999;
    margin: 0 7px 0 0;
}
.live-blinkElection:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: blink 1s ease-in-out infinite;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

.live-header a {
  margin: 0;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
}

.liveNews-slider .item {
  background: #fff;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
} 
.liveNews-slider .item .time {
  font-size: 12px;
  color: #FF0000;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.liveNews-slider .item p {
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  font-weight: 700;
  color: #000;
 display: -webkit-box;
    -webkit-line-clamp: 2;   /* 👈 सिर्फ 2 लाइन दिखे */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
} 
.newswrap {
    border: 1px solid #ccc;
    padding: 18px 27px;
    border-top: 0px solid;
}
.common_arrow .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 99999;
}
.common_arrow .owl-nav button {
    position: relative;
}  
.common_arrow .owl-nav .owl-prev {left: -20px;}
.common_arrow .owl-nav .owl-next {right: -20px;}
.common_arrow .owl-nav .owl-prev i {
    width: 10px;
    color: #000;
}
.liveNews-slider .owl-stage {
    padding-left: 0px !important;
}

.resultData {
    margin: 0 0 24px;
}
.resultData .container {
    display: flex;
    flex-wrap: wrap;
}
.resultData .container .lft {
    width: calc(100% - 320px);
    padding: 0 30px 0 0;
}


/* Election Widgets Section */
.election-widgets-section {
    background: #f5f5f5;
    padding: 30px 0;
    margin-bottom: 30px;
}
.election-widgets-section .container {
    display: block;
}
.widgets-row {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.widget-left {
    flex: 0 0 calc(35% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-right {
    flex: 0 0 calc(65% - 15px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 767px) {
    .widget-right {
        flex: 0 0 calc(100% - 0px);
    }
}

.polling-wrapper {
    display: flex;
  }
 .polling-wrapper .polling-item {
    display: flex;
    align-items: center;
    background-color: #F2F2F2;
  }
 .polling-wrapper .date-box {
    text-align: center;
    padding: 6px 15px;
    color: white;
    font-weight: 900;
    font-size: 14px;
    line-height: 23px;
  }
 .polling-wrapper .blue {
    background-color: #4588FF;
  }
 .polling-wrapper .green {
    background-color: #00B050;
  }
 .polling-wrapper .label-box {
    color: #000;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    max-width: 115px;
  }
 .polling-wrapper .label-box-green {
    border: 1px solid #00a651;
  }
 .polling-wrapper .date {
    font-size: 24px;
    display: none;
  }
 .polling-wrapper .month {
    display: block;
  }
.polling-wrapper .date_blue {
    border: 1px solid #4588FF;
}

.poll-card {
    background-color: #E21D24;
    color: #fff;
    padding: 10px 15px 1px;
    border-radius: 5px;
}
.poll-card h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    line-height: 29px;
    font-weight: bold;
}
.poll-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    margin-bottom: 15px;
}
.poll-option {
    display: flex;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    margin: 0 0 6px;
}
.poll-option input[type="radio"] {
    display: none;
}
.poll-option span.radio-custom {
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.poll-option input[type="radio"]:checked + span.radio-custom {
    background-color: #fff;
}
.poll-option input[type="radio"]:checked + span.radio-custom::after {
    content: '';
    width: 14px;
    height: 14px;
    background-color: #E21D24;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.poll-option input[type="radio"]:not(:checked) + span.radio-custom {
    background-color: #E21D24;
}
.poll-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.poll-footer button {
    background-color: white;
    color: black;
    border: none;
    padding: 8px 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.poll-footer button:hover {
    background-color: #f1f1f1;
    color: #E21D24;
    transform: translateY(-2px);
}
.poll-footer .date {
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}
.resultData .container .rgt {
    width: 320px;
}

.result-card {
  background: white;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border: 0.5px solid rgba(204, 204, 204, 1);

    background-image: url('../images/bihar_bgMap.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; 
    margin-top: -14px;
} 


.sidebar-news {
  list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    } 
    .news-content {
        display: flex;
        gap: 10px;
       align-items: flex-start;
		
    } 
.thumbBigImage{
    width: 100%;
    height: 309px; 
    overflow: hidden; 
    margin: 0 0 10px;
}
.thumbBigImage img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 5px;
    display: block;
}
.news-img {
    max-width: 129px;
    min-width: 129px;
    width: 100%;
    height: 73px; 
    overflow: hidden; 
}

.news-img img {
    width: 100%;
    height: 100%; 
    object-fit: cover; 
    border-radius: 5px;
    display: block;
}
.news-text h3 {
       font-size: 17px;
    margin: -3px 0 0;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container {
    display: flex;
    gap: 20px;
    background: rgba(242, 242, 242, 1);
    padding: 15px;
    border-radius: 10px;
}
.main-news-card {
    max-width: calc(100% - 300px);
    width: 100%;
}
.sideBarBlock {
    max-width: 300px; 
    width: 100%;
}
.big_flash a{
    color: rgba(0, 0, 0, 1);
} 
.big_flash h2 {
   font-weight: 700;
        font-size: 24px;
    line-height: 42px;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.big_flash p {
   font-size: 17px;
    line-height: 29px;
    margin:0; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.news-item {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.news-item:last-child{
    border-bottom: 0px solid;
    padding: 0 !important;
    margin: 0 !important;
}


.videoSection{
  background-color: rgba(0, 0, 0, 1);
  padding: 30px 0 50px;
  color: #fff;
}

.videoSection .more-link {
    border: 1px solid #fff;
    background: #000;  
    color: #fff; 
}
.videoSection .more-link:hover {
    background: #fff;
    color: #000;
}
.video-section {
    display: flex;
    flex-wrap: wrap;
}
.video-section .main-video-card {
    max-width: calc(100% - 470px);
    width: 100%;
    padding: 0 30px 0 0;
}
.video-section .video-sidebar {
    max-width: 470px;
    width: 100%;
}
.video-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 91.77%);
    position: absolute;
    bottom: 0;
    padding: 38px 20px 11px;
}
.main-video-link {
    position: relative;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    display: block;
}
.main-video-link img {
    border-radius: 8px;
    display: block;
    width: 100%;
}
.video-overlay h2 {
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}
.video-list {
    list-style: none;
    margin: 0;
    padding: 0;
} 
.video-list .video-item {
    border-bottom: 1px solid rgba(119, 119, 119, 1);
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.video-list .video-item:last-child{
    border-bottom: 0px solid;
    padding: 0;
    margin: 0;
}
.video-list .video-item a {
    width: 100%;
    display: flex;
    gap: 20px;
    color: #fff;
    align-items: flex-start;
}
.video-list .video-item .video-thumb {
    max-width: 210px;
    min-width: 210px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.video-list .video-item .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    display: block;
} 
.play-label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.video-info span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.video-info h3 {
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 14px;
} 

.photoGallaryElection{
    background-color: #F2F2F2;
    padding: 40px 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0 0 45px;
}
.electionGalleryBihar .item a {
    display: block; 
    width: 100%;
} 
.photo-card {
    background: rgba(34, 34, 34, 1);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px 0;
}
.photo-card img {
    height: 100%;
    object-fit: cover;
}
.photo-label {
    position: absolute;
    left: 5px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    padding: 5px 7px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 4px;
    bottom: 5px;
}
.photo-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.electionGalleryBihar .item a:hover .photo-card {
    transform: translateY(-4px);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.wrap_thumb {
    position: relative;
    height: 160px;
    overflow: hidden;
}
.caption_gallery {
    padding: 15px 10px;
}

.pastElection_bihar{
  margin: 0 0 40px;
}
.dataPastElection{
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border: 0.5px solid rgba(204, 204, 204, 1);
  padding: 20px;
}

.election-tabs {
}
.election-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.election-tab-nav li {
    text-align: center;
    padding: 4px 12px;
    cursor: pointer;
    font-weight: 900;
    transition: background 0.3s;
    border-radius: 5px;
    font-size: 20px;
    background: rgba(242, 242, 242, 1);
    color: #000;
    border: 1px solid rgba(136, 136, 136, 1);
    margin:0 5px 0 0;
    display: inline-block;
    vertical-align: top;
} 
.election-tab-nav li.active {
    background: rgba(255, 0, 0, 1);
    color: #fff;
     border: 1px solid rgba(255, 0, 0, 1);
}
.election-tab-nav li:hover {
     background: rgba(255, 0, 0, 1);
    color: #fff;
    border: 1px solid rgba(255, 0, 0, 1);
}
.election-tab-content {
    padding: 15px 0 0;
}
.election-tab-pane {
    display: none;
}
.election-tab-pane.active {
    display: block;
}

.party_data_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.party_data_table th {
    padding: 10px 10px 5px;
    border-bottom: 2px solid #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.party_data_table td {
    padding: 14px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
    border-top: 2px solid #fff;
}
.party_data_table tr.rjd td {
    background-color: #e6f8ee;
}

.party_data_table tr.jdu td {
    background-color: #f4fde9;
}
.party_data_table tr.bjp td {
    background-color: #ffeee6;
}

.party_data_table tr.inc td {
    background-color: #e9f7fe;
}
.party_data_table tr.oth td {
    background-color: #f6f6f6;
}
.party_summary {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    margin: 19px 0 0;
    line-height: 30px;
}
.party_summary p {
    margin: 0;
}
.mapresult__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.mapresult__wrap .site_map {
    max-width: calc(100% - 450px);
}
.mapresult__wrap .table_data_wrapper {
    max-width: 450px;
    width: 100%;
}
.mapresult__wrap .site_map svg {
    width: 100%;
    height: 500px;
    cursor: pointer;
}


.electionInner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.card_block {
    flex: 1 1 calc(33.333% - 30px);   
    min-width: 250px; 
}
.bihar_election_info{
  margin: 0 0 40px;
} 

.key-candidate-list {
    list-style: none;
    margin: 0 0 6px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border: 0.5px solid rgba(204, 204, 204, 1);
    padding: 15px;
    border-radius: 5px;
}
.key-candidate-list li { 
    padding: 0 0 15px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    margin: 0 0 15px;
}
.key-candidate-list li:last-child {
    border-bottom: none;
     padding: 0;
    margin: 0;
}
.key-candidate-list li a{
   display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    color: #000;
}
.candidate-photo {
    width: 85px;
    height: 95px; 
}
.candidate-photo img {
    object-fit: cover;
    border-radius: 50%;
}
.candidate-info h3 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 900;
}
.candidate-info p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
    font-weight: 500;
}
 
.news-card img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.news-card h2 {
        font-size: 20px;
    font-weight: 600;
    margin: 10px 0px 0;
    color: #000;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-card .main-link {
    text-decoration: none;
    color: inherit;
    display: block;
}
.news-list {
   list-style: none;
    margin: 13px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid rgba(221, 221, 221, 1);
}
 
.news-list li a {
   width:100%;
	display:block;
}   
.otherNews {
    margin: 45px 0 0;
}
.otherNews .news-item {
    padding: 0 0 16px;
    margin: 0 0 16px;
}
.otherNews .news-item:nth-last-child {
    padding: 0;
    margin: 0;
}
.stateMapInner{
    margin: 0 0 6px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    border: 0.5px solid rgba(204, 204, 204, 1);
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.partyColor ul {
    display: inline-flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    justify-content:center;
    margin: 30px 0 0;
}
.partyColor li {
    color: #000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}
.partyColor li:not(:last-child) {
    margin-right: 12px;
}
.partyColor span {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-right: 6px;
}
.constituency-select {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  font-weight:500;
  border: 1px solid rgba(136, 136, 136, 1);
  border-radius: 4px;
  background-color: rgba(242, 242, 242, 1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
.constituency-select:focus {
  outline: none;
  border-color: #999;
}
#popup_election {
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.97);
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.closePopUp {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.2s ease, filter 0.2s ease;
}
.closePopUp:hover { 
  transform: scale(1.1); 
  filter: contrast(1.5) brightness(1.2); 
}
.popup_election_inner {
    width: 100%;
    text-align: center;
    padding: 15px;
}
.sm_party-name {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 20px 0 0;
}
.sm_party-name p{
  margin: 0;
}
.sm_party-name span {
    font-size: 18px;
    color: #999999;
    font-weight: 700;
}
.p-status-txt {
    font-size: 16px;
    font-weight: bold;
    color: #676767;
    margin: 20px 0 0;
}

.ad_section{
    text-align: center; 
}

.for_mobile{
	display:none;
}
.top_bnr{
	margin:15px 0 0;
	text-align:center;
}
.top_bnr img{
	width:100%;
}
.page-banner-title {
    position: relative;
}
 .page-banner-title span {
    display: block;
    text-indent: -9999px; 
    overflow: hidden;
    height: 0;
}

#mobile-bottom-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3);
    z-index: 99;
    text-align: center;
    padding: 5px;
    display: none;
}


 
@media (max-width: 992px) {
    .card_block {
        flex: 1 1 calc(50% - 20px);
    }
}
 
@media (max-width: 600px) {
    .card_block {
        flex: 1 1 100%;
    }
	    #mobile-bottom-ad {
        display: block;
    }
}
/* Responsive */
@media (max-width: 999px) {  
	
.news-list { 
    margin: 13px 0 10px;
    padding: 12px 0; 
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

	
	.pollDate {
    padding: 0 12px;
    margin: 0 0 15px;
}
	.for_mobile{
	display:block;
}
	.for_desktop{
	display:none;
}
 .result-card { 
   margin-top: -7px;
} 
 .liveNewsBlock {
    margin: 10px 0 18px;
}
.resultData {
    margin: 0 0 18px;
}
	
  .live-badge { 
           padding: 3px 6px;
        min-width: auto;
        height: auto;
        font-size: 14px;
        margin: 0 7px 0 0;
        border-radius: 4px;
}
.live-header {
    padding: 10px; 
}
.live-blinkElection { 
    margin: 0 5px 0 0;
    display: inline-block;
}
.live-header a { 
           font-size: 15px;
        line-height: 25px;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newswrap { 
    padding: 18px 18px 15px 1px; 
}
.resultData .container .lft, .resultData .container .rgt, .main-news-card, .sideBarBlock {
    width:100%;
     max-width:100%;
    padding:0;
}
.resultData .section-header {
    flex-wrap: wrap;
    gap: 15px;
}
.polling-wrapper { 
    width: 100%;
}
.polling-wrapper .polling-item { 
    flex: 1;
}
.polling-wrapper .label-box { 
   padding: 2px 8px;
        font-size: 14px;
        max-width: 100%;
        line-height: 17px;
        width: 100%;
}
.polling-wrapper .date {
    font-size: 18px; 
}
.polling-wrapper .date-box { 
             padding: 8px 5px;
        font-size: 14px;
        line-height: 17px;
        min-width: 70px;
        text-align: center;
}
.resultData .container { 
    gap: 18px;
}
	.videoSection { 
    padding: 18px 0; 
}
.news-container { 
    gap: 0; 
    padding: 12px; flex-wrap: wrap;
}
.electionNewsBlock .section-header {
    display: none;
}
.thumbBigImage { 
    height: auto; 
}
.big_flash h2 { 
    font-size: 24px;
    line-height: 38px;
}
     .big_flash {
        border-bottom: 1px solid rgba(204, 204, 204, 1);
        padding: 0 0 10px;
        margin: 0 0 15px;
    }
.ad_section{ 
    margin-top: 0;
}
.video-section .main-video-card, .video-section .video-sidebar{
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.cm_list:before {  
    max-width: 80%;
    width: 100%; 
    left: 10%;
}
.cm_list .owl-stage {
    padding-left: 0 !important;
}
.video-overlay {  
    padding: 30px 12px 5px;
}
.video-overlay h2 { 
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
}
.video-section .main-video-card { 
    border-bottom: 0.5px solid rgba(119, 119, 119, 1); 
    padding: 0 0 15px; 
    margin: 0 0 15px;  
}
	.section-header { 
    margin-bottom: 12px; 
}
.video-list .video-item .video-thumb {
    max-width: 160px;
    min-width: 160px; 
    height: auto; 
}
.video-list .video-item a { 
    gap: 12px; 
}
.video-info h3 { 
    font-size: 16px; 
    line-height: 22px;
    margin: 0 0 6px;
}
.electionGalleryBihar .owl-stage {
    padding-left: 0px !important;
}
.mapresult__wrap .site_map svg { 
    height: 256px; 
}
.dataPastElection { 
    padding: 12px 0;
}
.party_data_table td {
    padding: 10px 8px;
    font-size: 16px;    
}
.party_data_table tbody tr td:first-child {
    font-size: 20px !important;
}
.party_summary { 
    font-size: 14px; 
    margin: 12px 0 0;
    line-height: 23px;
}
.mapresult__wrap .site_map {
    max-width:100%;
    width:100%;
}
.election-tab-nav { 
    padding: 0 15px;
}
.mapresult__wrap { 
    gap: 0;
}
.party_data_table th {
    padding: 8px 6px; 
    font-size: 14px; 
}
.partyColor ul { 
    margin: 10px 0 0;
}
.section_cm { 
    padding: 18px 0;
}
.bihar_election_info, .pastElection_bihar {
    margin: 0 0 18px;
}
.photoGallaryElection { 
   padding: 18px 0 14px;
   margin: 0 0 20px;
}
.otherNews {
    margin: -15px 0 0;
}	
	.electionInner { 
    gap: 20px;
}
	.key-candidate-list { 
    padding: 12px; 
}
	.key-candidate-list li {
    padding: 0 0 10px; 
    margin: 0 0 10px;
}

}




.bihar-banner-el{width: 100%;position: relative;}
.bihar-banner-el{margin: 0px 0px 25px 0px;}
.bihar-banner-el .el-bh-row{display: flex;flex-wrap: wrap;align-items: flex-end;}
.bihar-banner-el .img-el{}
.bihar-banner-el .img-el img{width: 75px;
border-radius: 100%;}
.bihar-banner-el .bar-content{width: calc(100% - 180px);padding: 0px 5px;}
.bihar-banner-el .el-col-50{width: 50%;}
.bihar-banner-el .el-col-50:nth-of-type(1){}
.bihar-banner-el .el-col-50:nth-of-type(2) .left-el-text{padding: 0px;
text-align: right;}
.bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text{padding: 0px 10px 0px 0px;}
.bihar-banner-el .el-col-50:nth-of-type(2){display: flex;
justify-content: flex-end;}
.bihar-banner-el   .bar-el-bihar-maping{
    height: 30px;
    margin: 10px 0px 0px 0px;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    }
    .bihar-banner-el  .bar-el-bihar-maping .el-bar{}
    .bihar-banner-el   .pt-20{padding: 15px 0px 0px 0px;}
    .bihar-banner-el  .text-sl-l{font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;}
    .bihar-banner-el  .right-el-lg-text{font-size: 38px;
    font-weight: 900;
    vertical-align: text-top;
    line-height: 30px;}
    .bihar-banner-el   .text-sm-b{text-transform: uppercase;
    font-size: 17px; font-weight:700; line-height:1}
    .bihar-banner-el  .el-border-rigth{position: relative;}
    .bihar-banner-el  .el-border-rigth::before{content: '';
    position: absolute;
    left: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;}
    .bihar-banner-el  .el-border-left{position: relative;}
    .bihar-banner-el  .el-border-left::before{content: '';
    position: absolute;
    right: 0;
    background-color: #000;
    height: 100%;
    width: 0.5px;

    }
    .bihar-banner-el  .right-el-lg-text{padding:0 0 0 10px;}
    .bihar-banner-el   .left-el-text{padding:0px;}
    .bihar-banner-el  .bar-el-bihar-maping .el-bar#green{width: 20%;
        background-color: #00b050;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;position: absolute;
        left: 0;}
        .bihar-banner-el .bar-el-bihar-maping .el-bar{height: 30px;-webkit-animation:animation-bar 2s ease-in-out;animation:animation-bar 2s ease-in-out}
        .bihar-banner-el .bar-el-bihar-maping .el-bar#red{background-color: #e84700;
        width: 60%;border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;}
        .bihar-banner-el .el-row-end{justify-content: flex-end;} 
        .bihar-banner-el .el-bh-slider::before{
    content: '';
    position: absolute;
    z-index: 9;
    border-left: 1px dashed rgba(136, 136, 136, 1);
    height: 176px;
    left: calc(50% - 1px);
    top: -14px;
    }
    
.bihar-banner-el   .top-title-el{
  position: absolute;
  top: -46px;
  left: calc(50% - 41px);
  font-size: 16px;
  font-weight: 900;
  padding: 6px 8px;
  border-radius: 5px;
  color: #333;
  border: 1px solid rgba(136, 136, 136, 1);
  background-color: #fff;
  z-index: 99;
  }
  
 .tl-total-seat {
    text-align: center;
    font-size: 16px;
    margin: 30px 0 0;
}
.tl-total-seat strong {
    font-weight: 900;
}

        @media screen and (max-width: 767px){
            .bihar-banner-el .el-first-img-resp{position: absolute;
                left: 0; top:-5px}
            .bihar-banner-el  .el-last-img-resp{position: absolute;
                right: 0;top:-5px}
            .bihar-banner-el .img-el img{width: 60px;}
            .bihar-banner-el .bar-content {
                width: 100%;
                padding: 0px 5px;
                
            }
            .bihar-banner-el .el-col-50:nth-of-type(1) {
                margin: 0px 0px 0px 60px;width: calc(50% - 60px);
            }
            .bihar-banner-el .el-col-50:nth-of-type(2) {
                margin: 0px 60px 0px 0px;
                width: calc(50% - 60px);
            }
            .bihar-banner-el .el-col-50 .el-bh-row{flex-direction: column; align-items: unset}
            .bihar-banner-el .el-col-50:nth-of-type(2) .el-bh-row{flex-direction: column-reverse;}
            .bihar-banner-el  .el-border-left::before, .el-border-rigth::before{width: 0px !important;}
            .bihar-banner-el  .right-el-lg-text {
                padding: 0;
            }
            .bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text {
                padding: 0;
                text-align: right;
            }
            .bihar-banner-el .pt-20 {
                padding: 10px 0px 0px 0px;
            }
            .bihar-banner-el .text-sm-b {
                text-transform: uppercase;
                font-size: 16px;
                font-weight:700;
            }
            .bihar-banner-el  .text-sl-l {
                font-size: 11px;
                line-height: 12px;
            }
            .bihar-banner-el .right-el-lg-text {
                font-size: 26px;
                line-height: 20px;
                font-weight: 700;
                padding: 5px 0px 18px 0px !important;
            }
            .bihar-banner-el .bar-el-bihar-maping {
                height: 12px;margin:5px 0px 0px 0px;
            }
            .bihar-banner-el .bar-el-bihar-maping .el-bar {
                height: 12px;
            }
            .bihar-banner-el .top-title-el {
                top: -27px;
                font-size: 9px;
            }
            .bihar-banner-el .top-title-el{left: calc(50% - 32px);}
            .bihar-banner-el .el-bh-slider::after {
                content: '';
                border-top: 4px solid #ce1d10;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                position: absolute;
                left: calc(50% - 5px);
                top: -12px;
            }
            .bihar-banner-el .tl-total-seat {font-size: 10px;background: #fff; display: block; z-index: 99;}
            .bihar-banner-el .el-bh-slider::before {border-left: 1px dashed #ce1d10; height:133px;}
        }  



@-webkit-keyframes animation-bar {
    0% { width: 0; }
}
@keyframes animation-bar {
    0% { width: 0; }
}

@media (max-width:1170px) and (min-width:900px){

.bihar-banner-el .img-el img{ width:75px;}
.bihar-banner-el .right-el-lg-text{font-size:32px;}
.bihar-banner-el .text-sl-l{font-size:15px;}
.bihar-banner-el .pt-20{ padding:5px 0px 0px 0px}
.bihar-banner-el .bar-content{width: calc(100% - 150px);}
.bihar-banner-el .right-el-lg-text{padding: 0px 0px 0px 5px;}
.bihar-banner-el .el-col-50:nth-of-type(2) .right-el-lg-text{padding: 0px 5px 0px 0px;}
}

@media (min-width:850px){
.bar-container{ flex-direction: row; }
.bar-container .tally-chart{flex-basis: calc(100% - 320px); max-width: calc(100% - 320px);}

}
@media (max-width:767px) and (min-width:340px){
.bar-container .bihar-banner-el .right-el-lg-text {font-size: 26px;}
}
@media (max-width:411px){
.topheader{ -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 230px; margin: 0 auto;} .topheader h2{ text-align: center; padding-bottom: 5px; }
.topheader > div,.topheader > div:first-child{ -ms-flex-preferred-size:100%; flex-basis:100%; max-width:100%; }

table.tableresult thead th{padding:5px;}
table.tableresult tr > td{ padding:15px 0;}
.bihar-banner-el .text-sm-b{ font-size:14px}    
.bihar-banner-el .right-el-lg-text{ font-size:26px}


}




  /* Header Wrapper */
.header-container {
	max-width: 1240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #ccc;
}
header{
	background: #fff;
	position: sticky;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index:999;
	box-shadow: 0 1px 5px rgba(190, 190, 190, .46);
} 
/* Navigation */
.nav_new ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav_new ul li a{
	cursor: pointer;
	font-size: 15px;
	font-weight:600;
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
}	

.nav_new ul li:first-child a {
    color: #e7131a; 
}
.nav_new ul li:first-child a svg path {
    fill: #e7131a !important; 
    stroke: #e7131a !important; 
}
.nav_new ul li a:hover {
    color: #e7131a; 
}
.nav_new ul li a:hover svg path {
    fill: #e7131a !important; 
    stroke: #e7131a !important; 
}
.nav_new ul li:nth-child(3) a:hover svg path {
    stroke: #e7131a !important;
    fill: none !important;
}
  
#header_election .logo {
    display: flex;
    align-items: center;
}
.nav-open {
    overflow: hidden;
}
.hamburger {
    cursor: pointer; 
    position: relative;
    width:28px
}
.hamburger .line {
    width: 24px;
    height: 2px;
    background: #2c2d31;
    display: block;
    margin: 4px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-open .hamburger .line:nth-child(1) {
    opacity: 1;
    transform: rotate(45deg) translate(2px, 8px);
    background: #232323;
}
.nav-open .hamburger .line:nth-child(2) {
    left: -20px;
    opacity: 0;
    transform: rotate(0) scale(.2, .2);
}
.nav-open .hamburger .line:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -7px);
}

.popup-menu { 
	display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
	right:0;
    width: 100%;
    height: 100vh;
    transition: top 0.3s ease;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
}
.popup-menuInnerBlock {
    max-width: 1240px;
    margin: 0 auto;
	height: 100%;
}
body.nav-open .popup-menu {  
	display: block;
	top: 89px;
}
#header_election{
	position: relative;
}
#gw_category_list_widget-2 {
    max-height: 480px;
    overflow-y: auto;
    background-color: #fff;
    max-width: 255px;
    width: 100%;
}
.gw-cat-item a:hover {
    background: #f5f5f5; 
} 
.gw-cat-item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px; 
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 5px;
    color:#000;
    font-weight:700;
} 
.gw-cat-item .gw-cat-img img {
    width: 25px;
    height: 25px;
    object-fit: cover;
	display: block;
}
.gw-cat-item .gw-cat-name {  
    line-height: 1; 
}

/* Dropdown */
    .dropdown {
      position: relative;
    }
    .dropdown-menu {
      position: absolute;
      top: 100%; /* Fix: dropdown attaches right below parent */
      left: 0;
      background: #fff;
      min-width: 200px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      border-top: 3px solid #e7131a;
      display: none;
      flex-direction: column;
      z-index: 1000;
    }

    .dropdown-menu a {
      padding: 12px 16px;
      text-decoration: none;
      font-size: 15px;
      font-weight: 600;
      color: #000;
      display: block;
      white-space: nowrap;
    }

    .dropdown-menu a:hover {
      background: #f2f2f2;
      color: #e7131a;
    }

    .dropdown:hover .dropdown-menu {
      display: flex;
    }

    /* Right Menu */
    .right-menu {
      display: flex;
      align-items: center;
      gap: 18px;
    }

    .live {
      color: red;
      font-size: 14px;
      font-weight: 600;
		 display: flex;
    align-items: center;
    justify-content: center;
    }

    .social-icons {
      display: flex;
      gap: 12px;
    }

    .social-icons a {
      text-decoration: none;
      color: black;
      font-size: 15px;
      border: 1px solid black;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
    }

    .social-icons a:hover {
      background: black;
      color: white;
    }

    /* Full width line */
    .full-line {
      width: 100%;
      height: 2px;
      background: #000;
    }
/* mobile header */

.mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.menu-toggle {
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.menu-toggle.active {
  transform: rotate(90deg);
}

.mobile-logo img {
  height: 35px;
}

.live-tv {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
}
.live-tv a{
 	color: red;
    font-size: 14px;
    font-weight: 600;
	 display: flex;
    align-items: center;
    justify-content: center;
}
 

.dot {
   position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff0000;
    margin: 0 5px 0 0;
    display: inline-block;
}
.dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #ff9999;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: blink_2 1s ease-in-out infinite;
}
@keyframes blink_2 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}


/* MENU OVERLAY */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.2);
  z-index: 2000;
  padding: 20px;
  overflow-y: auto;
  /* Slower animation for menu opening */
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mobile-menu.active {
  transform: translateX(0);
}

/* MENU HEADER */
.menu-header {
  display: flex; 
  justify-content: center;
}
#header_election .social-icons {
    margin: 0;
}
#header_election .social-icons a {
    margin: 0;
}

.menu-logo {
  height: 45px;
}
 #closeBtn {
    position: absolute;
    top: 15px;
    left: 330px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    z-index: 9999;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#closeBtn i { 
    font-size: 14px;
}

/* SEARCH */
.search-box {
  display: flex;
  margin: 20px 0;
  border:1px solid #ddd;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: none;
  outline:none;
}

.search-box button {
  background: #d60000;
  border: none;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
}

/* LINKS */
.menu-links {
  display: flex;
  flex-direction: column;
}

.menu-links a {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  /* Removed animation effects from menu text */
}

.menu-links a:hover {
  color:#d60000;
}

/* SOCIAL */
.social-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Removed animation effects from social icons */
}

.social-icons a {
  font-size: 18px;
  margin: 0 8px;
  color: #000;
  transition: color .2s;
}

.social-icons a:hover {
  color: #fff;
} 

/* Overlay background */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}




/* ===== Namespaced footer to avoid theme conflicts ===== */
    .nx-footer { background:#000; color:#fff; padding:50px 12px; }
    .nx-footer__container { max-width:1240px; margin:0 auto; display:flex; gap:40px; justify-content:space-between;    flex-wrap: wrap; }
    
		 .nx-footer__container .nx-footer__col:first-child {
			max-width: 280px;
			width: 100%;
		}
		.nx-footer__container .nx-footer__col:nth-child(2) {
			max-width: 590px;
			width: 100%;
		}
		.nx-footer__container .nx-footer__col:nth-child(3) {
			max-width: 280px;
			width: 100%;
		}
    /* Left column */
    .nx-footer__logo { width:130px; height:auto; display:block; margin-bottom:16px; }
    .nx-footer__h3 { font-size:20px; font-weight:700; margin:0 0 12px; }

    /* Social under Follow Us — using FA icons */
    .nx-footer__social { display:flex; gap:18px; margin:6px 0 16px; align-items:center; }
    .nx-footer__social a { color:#fff; font-size:28px; line-height:1; text-decoration:none; display:inline-flex; }
    .nx-footer__social a:hover { color:#C7844F; }
    .nx-footer__about { font-size:14px; line-height:1.6; opacity:.95; }

    /* Middle column */
    .nx-footer__section-title { font-size:22px; font-weight:700; margin:0 0 16px; }

    .nx-footer__links,
    .nx-footer__cats { list-style:none; padding:0; margin:0; }
    .nx-footer__links li { margin:0 0 10px; }
    .nx-footer__link { color:#fff; text-decoration:none; font-size:15px; transition:color .25s; }
    .nx-footer__link:hover { color:#C7844F; }

    /* 3-column TOP CATEGORIES like your screenshot */
    .nx-footer__cats { display:grid; grid-template-columns: repeat(3, auto); gap:10px 56px; }
    .nx-footer__cats li { margin:0; }

    /* Group Websites — horizontal layout */
    .nx-footer__groups {
        margin-top: 18px;
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
    }
    .nx-footer__group-logo {
      height:40px;  
    }

    @media (max-width: 1100px){
      .nx-footer__container { gap:30px; }
      .nx-footer__cats { gap:10px 36px; }
    }
@media (max-width: 767px) {
	#header_election{
		display:none;
	}
	.mobile-header{
		display:flex;
	}
	
.nx-footer__container { 
	width:100%; 
    flex-wrap: wrap;
}
.nx-footer__container .nx-footer__col:first-child, .nx-footer__container .nx-footer__col:nth-child(2), .nx-footer__container .nx-footer__col:nth-child(3) {  
	max-width: 100%;
}
	.nx-footer { 
		padding: 30px 12px;
	}
	.nav_new ul { 
		gap: 10px; 
	}
}






