
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%; 
    margin: 0;
    padding: 0;
}
.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}


/* Adjust the height of specific sections */
.main-body {
    flex: 1; /* Allow the main body to grow and fill available space */
    overflow-y: auto; /* Add scroll if content overflows */
}

/* Ensure the sidebar and other sections take up full height */
.content-height {
    height: 100%; /* Full height for the sidebar */
}

/* Adjust the height of the table wrapper */
.table-wrapper {
    height: 400px;
    overflow-y: auto; /* Add scroll if content overflows */
}

/* Ensure the carousel takes up full height */


/* Ensure the video container takes up full height */


/* Adjust the height of the news section */
 .news {
    height: 60px; /* Full height for the news section */
}
.main_news_text{
    font-size:15px !important;
}
.row:last-child {
    flex: 0; /* Prevent the footer from growing */
}
.palika_detail{
    height:90px;
}
.logo{
    height: 70px;
    width: 80px;
}
.flag{
    height: 80px;
    width: 100px;
}
.palika_name{
    font-size: 28px !important;
}
.palika_type{
    font-size: 18px !important;
}
.palika_address{
    font-size: 13px !important;
}

.logo {
    height: 70px;
    width: 80px;
}

.flag {
    height: 80px;
    width: 100px;
}
.palika_style{
    line-height: 1.2;
    margin: 5px;
    padding: 0;
}
.palika_name {
    font-size: 25px !important;
}

.palika_type {
    font-size: 15px !important;
}

.palika_address {
    font-size: 10px;
}

.list-nav{
    padding: 5px;
    margin: 2px;
    box-sizing: border-box !important;
}
.count-nav{
    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 20px 0px 0px 20px;
}
.list-nav-button{
    padding-top: 500px !important;
    box-sizing: border-box !important;
    
}
.display_number{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
}


.sewa-count{

    width: 50px;
    height: 30px;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    font-size: 20px !important;
    
}
.sewa-body{
    padding: 0px;
    box-sizing: border-box !important;
    margin: 0px;
    height: 180px;

}
.sewa-text{
    font-size: 15px !important;
}


.slide_imag img {
    height: 550px;
    width: auto; 
  }
.side_image{
    width: 75px; 
    height: 75px; 
    object-fit: cover;
}
 .nagarikwada_list{
        height:300px; 
        overflow-y: auto;
    }
 #scrolling-tbody {
    animation: moveUp 60s linear infinite; /* Smooth scrolling effect */
}
#scrolling-tbody:hover {
    animation-play-state: paused; /* Pause the animation when hovered */
}

/* for janapratinidhii animation  */
.table-wrapper {
    position: relative;
    overflow: hidden;
    height: 400px; /* Fixed height for the container */
}

#pratinidhi-list {
    position: relative;
    animation: moveUp 60s linear infinite; /* Scroll up animation */
}
#pratinidhi-list:hover{
    animation-play-state: paused;
}

.Vertical-line{
    width: 1px;
    height: 125px;
}
@keyframes moveUp {
    0% {
        transform: translateY(0); /* Start from the top */
    }
    100% {
        transform: translateY(-100%); /* Move all rows upward */
    }
}

@media (max-width: 575.98px) {
    /* Styles for small devices */
    .list-nav-button{
        color: red;
        padding-top: 5px;
    }
    .flag{
        display: none !important;
    }
    .hide-sec{
        display: none !important;
    }
    .staff_image{
       height:150px;
   } 
    .side_image {
        padding-top:10px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name {
        margin-top:5px !important;
        font-size: 10px !important;
    }
    .staff_image_two{
       height:150px;
   } 
    .side_image_two {
        padding-top:10px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name_two {
        margin-top:5px !important;
        font-size: 10px !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    /* Styles for small devices */
    .list-nav-button{
        color: red;
        padding-top: 10px;
    }
    .flag{
        display: none !important;
    }
    .news-icon{
        display: none;
    }
   .staff_image{
       height:150px;
   } 
    .side_image {
        padding-top:0px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name {
        margin-top:5px !important;
        font-size: 10px !important;
    }
   .staff_image_two{
       height:150px;
   } 
    .side_image_two {
        padding-top:0px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name_two {
        margin-top:5px !important;
        font-size: 10px !important;
    }
    

}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 400px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 350px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 80px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 15px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .staff_image_two{
       height:150px;
   } 
    .side_image_two {
        padding-top:20px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name_two {
        margin-top:5px !important;
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
    
}

/* For larger screens (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
     .content-height {
    height: 400px !important; 
    }
    .table-wrapper {
        position: relative;
        overflow: hidden;
        height: 450px !important; /* Fixed height for the container */
    }
    .slide_imag img {
        height: 400px !important;
        width: 300px !important; 
      }
    .list-nav-button{
        padding-top: 100px !important;
        box-sizing: border-box !important;
        
    }
    .sewa-text{
        font-size: 15px !important;
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 150px !important;
    
    }
    .side_image{
        width: 55px; 
        height: 55px; 
        object-fit: cover;
    }
    .staff_name{
        font-size: 10px !important;
    }
    .Vertical-line{
        width: 1px;
        height: 100px;
    }
    .table-head{
        font-size: 15px !important;
    }
     .nagarikwada_list{
        height:300px; 
        overflow-y: auto;
    }
    
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .content-height {
    height: 400px !important; 
    }
    .table-wrapper {
        height: 400px !important;
    }
    .slide_imag img {
        height: 400px !important;
        width: 350px !important;
    }
    .list-nav-button {
        padding-top: 100px !important;
    }
    .sewa-text {
        font-size: 15px !important;
    }
    .sewa-body {
        height: 205px !important;
    }
    .staff_title{
         font-size: 20px !important;
    }
   
   .staff_image{
       height:150px;
   } 
    .side_image {
        padding-top:20px;
        width: 60px;
        height: 80px;
    }
    
    .staff_name {
        margin-top:5px !important;
        font-size: 10px !important;
    }
    .Vertical-line {
        width: 1px;
        height: 100px;
    }
    .table-head {
        font-size: 15px !important;
    }
    .nagarikwada_list{
        height:300px; 
        overflow-y: auto;
    }
    .video-frame{
        height:200px;
    }
}

@media (min-width: 1400px) {
    .hide-sec {
        height: 45px !important;
    }
    .palika_detail{
        height:180px !important;
    }
    .logo{
    height: 120px;
    width: 150px;
    }
    .flag{
        height: 150px;
        width: 220px;
    }
    .palika_style{
    line-height: 1.3;
    margin: 10px;
    padding: 0;
    }
    .palika_name {
        font-size: 40px !important;
    }
    
    .palika_type {
        font-size: 30px !important;
    }
    
    .palika_address {
        font-size: 28px !important;
    }
    
    .content-height {
    height: 630px !important; 
    }
    .list-nav{
    font-size: 25px !important;
    padding: 5px;
    margin: 2px;
    box-sizing: border-box !important;
    }
    .count-nav{
        width: 50px;
        height: 40px;
        text-align: center;
        border-radius: 20px 0px 0px 20px;
    }
    
    .list-nav-button{
        font-size: 25px !important;
        padding-top: 250px !important;
        box-sizing: border-box !important;
        
    }
    .display_number{
        height: 35px;
        width: 35px;
        border-radius: 50%;
        text-align: center;
    }
    
    .table-wrapper {
        height: 630px !important;
    }
   
   .slide_imag img {
    height: 630px;
    width: auto; 
  }
    
   
    .side_image{
        width: 75px; 
        height: 75px; 
        object-fit: cover;
    }
    .sewa-count{

    width: 60px;
    height: 40px;
    text-align: center;
    border-radius: 0px 20px 20px 0px;
    font-size: 25px !important;
    
    }
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 250px;
    
    }
    .sewa-title{
        font-size:30px !important;
    }
    .sewa-text{
        font-size: 20px !important;
    }
    
    .staff_title{
         font-size:30px !important;
    }
   
   .staff_image{
       height:300px;
   } 
    .side_image {
        padding-top:10px;
        width: 100px;
        height: 130px;
    }
    
    .staff_name {
        margin-top:5px !important;
        font-size: 15px !important;
    }
   
    .Vertical-line {
        width: 1px;
        height: 150px;
    }
    .nagarikwada_list{
        height: 580px; 
        overflow-y: auto;
    }
    
    .service-list{
        font-size:25px !important;
    }
    .table-head {
        font-size: 25px !important;
    }
    .table-detail{
        font-size:20x !important;
    }
    .news {
    height: 70px !important; /* Full height for the news section */
    font-size:30px !important;
}
.main_news_text{
    font-size:25px !important;
}
.video-frame{
        height:250px;
    }
}



/* for theme two  */


.table-wrapper_two{
    max-height: 475px;
     overflow-y: auto;
}

.sewa-body_two{
    padding: 0px;
    box-sizing: border-box !important;
    margin: 0px;
    height: 200px;

}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .table-wrapper_two{
        max-height: 370px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
}
}
/* For larger screens (lg) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-wrapper{
        max-height: 415px !important;
         overflow-y: auto;
    }
    
    .sewa-body{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
    }
    .table-wrapper{
        max-height: 415px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 200px; 
    
    }
     .staff_title{
             font-size:20px !important;
        }
    .staff_image{
       height:200px;
   } 
    .side_image {
        padding-top:5px;
        width: 100px;
        height: 130px;
    }
    
    .staff_name {
        margin-top:5px !important;
        font-size: 15px !important;
    }
}
/* For extra large screens (xl) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
     .table-wrapper_two{
        max-height: 650px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 350px; 
    
    }
    .staff_title{
             font-size:20px !important;
        }
   
    .staff_image_two{
       height:200px;
   } 
    .side_image_two {
        padding-top:0px;
        width: 100px;
        height: 130px;
    }
    
    .staff_name_two {
        margin-top:5px !important;
        font-size: 15px !important;
    }
    .news{
        font-size:25px;
    }
    .news-icon{
        font-size:25px;
    }
}

@media (min-width: 1400px) {
    .table-wrapper_two{
        max-height: 650px !important;
         overflow-y: auto;
    }
    
    .sewa-body_two{
        padding: 0px;
        box-sizing: border-box !important;
        margin: 0px;
        height: 300px; 
    
}
 .staff_title{
             font-size:20px !important;
        }
   
    .staff_image_two{
       height:200px;
   } 
    .side_image_two {
        padding-top:0px;
        width: 100px;
        height: 130px;
    }
    
    .staff_name_two {
        margin-top:5px !important;
        font-size: 15px !important;
    }
}
/* for theme three  */
.pratinidhi-themethree{
    height: 350px;
    overflow-y: auto;
}
.service-nav{
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;

}