        
        body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.4;
}
        .links h3{
            color: white;
         }
         .list2 li{
            background: unset !important;
            padding-left: 0px !important;
            margin-left: 20px;
         }
         .list2 li::before {
            content: "\2022";
            color: white;
            font-weight: bold;
            display: inline-block; 
            width: 1em; 
            margin-left: -1em;
         }
         .list2 li a{
            color: white;
            font-weight: 500;
         }
         .fulltext table .header {
          font-size: 14px;
          color: #fff;
          font-weight: bold;
          padding: 5px;
          background: #334495;
      }
         *{
         box-sizing: border-box;
         }
         .marquee_btn:hover{ cursor:pointer;}

         .column {
  padding: 0;
  margin: 0;
}

         .row:after{
         content: "";
         display:table;
         clear:both;
         }
         .dropdown{
         float:left;
         /* overflow:hidden; */
         }
         
         .navlistitem:hover .dropdown-content{
            display:block;
         }
         span{
         font-size: 16px ;
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         text-align: justify;
         }
         a{
         font-family: 'Roboto', sans-serif  !important;
         font-size: 16px ;
         text-decoration: none;
         }
         button{
         font-family: 'Roboto', sans-serif  !important;
         }
         div{
            font-family: 'Roboto', sans-serif  !important;  
         }
         h1{
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         }
         h2{
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         }
         p{
            font-size: 16px ;
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         text-align: justify;
         }
         li{
            /* font-size: 17px ; */
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         text-align: justify;
         }
         b strong{
            font-size: 16px ;
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         text-align: justify;
         font-weight: bold;
         }
         strong{
            font-size: 16px ;
         font-family: 'Roboto', sans-serif  !important;
         color: black  !important;
         text-align: justify;
         }
         .header {
  margin: 0;
  padding: 0;
  position: relative;
  /* background-image: url(../images/header-img.webp); */
  background-repeat: no-repeat;
    background-size: cover;
}
.header td p b strong{
  color: white !important;
}
.header td p strong{
  color: white !important;
  font-size: 14px;
}
         .prev, .next {
         cursor: pointer;
         position: absolute;
         top: 50%;
         width: auto;
         padding: 16px;
         margin-top: -22px;
         color: black;
         font-weight: bold;
         font-size: 18px;
         transition: 0.6s ease;
         border-radius: 0 3px 3px 0;
         user-select: none;
         background-color: #f1f1f1;
         }
         /* Position the "next button" to the right */
         .next {
         right: 0;
         border-radius: 3px 0 0 3px;
         }
         /* On hover, add a grey background color */
         .prev:hover, .next:hover {
         background-color: #f1f1f1;
         color: black;
         }
         .mySlides1{
         padding:10px;
         cursor: pointer;
         }
         * {
         box-sizing: border-box;
         
         }

         .mySlides {
  position: relative;
  text-align: center;
  color: black;
}

.mySlides img {
  display: block;
  width: 100%;
  height: 320px;
  cursor: pointer;
  /*border: 3px solid #004080;*/
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
  object-fit: cover; /* Optional: ensures images are nicely cropped */
}

         .flex-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  /* background: white; */
  margin: 0;
  min-height: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
       .mid-container{
         display:flex;
         flex-direction: row;
       }
       .right-column {
         flex: 25%;
         margin: 0;
         padding: 0;
         display: flex;
         align-items: center;
         justify-content: flex-end;
       }
       .cbic-logo{
         width:100px;
         /* float:right; */
       }
       .languageul{
         float:right !important;
       }
       #navcontainer_mobile{
          display: none;
          
       }
       #navcontainer{
          display: flex;
          
       }
       .navlist{
         height:auto!important;
         background:#334495  !important;
       }
       .navlistitem_icon{
         top:0;
         position:relative;
         text-align:center;
         
         width:10%;
             display: inline-block !important;
    vertical-align: middle;
       }
       .navlistitem{
         top:0;
         position:relative;
         text-align:center;
         float:left;
         width:12.85%;
         height:auto;
         
       }
       .navlistitem_child{
         padding:0px !important;
         width:100% !important;
         background:none !important;
         height:100% !important;
       }
       .navlistitem_icon a{
          text-align: center  !important;
       }
       .right_column_table{
          float: right;
       }

/* ----------------------New Css Added---------------------------------- */
.logo1st {
  display: flex;
  align-items: center;
  flex: 25%;
  margin: 0;
  padding: 0;
  height: 100%;
  
}
.logo1st a{text-decoration: none;}
.logo1st img {
  width: 95px;
  margin-right: 20px;
      border-radius: 4px;
    /* box-shadow: 0 0 9px #848383; */
}

.logo1st h1 {
  font-size: 1.6em;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
      color: rgb(3 100 147) !important;
}

.text-logo2 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.3;
   
    font-weight: 500;
        margin-top: 7px;
        text-align: left;
}


.logo1st h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
.addresstop {
    flex: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}


.topbar {
  background-color: #334495;
  width: 100%;
  padding: 5px 0;
  z-index: 9999;
}

.topbar-links ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0px;
  justify-content: flex-end;
    align-items: stretch;
}
form.search
 {
    display: inline-table;
    position: relative;
    height: auto;
    padding-top: 0;
}
input.searchTerm {
    padding: 5px 10px;
    border: 2px solid #334495;
    border-radius: 50px 50px;
    width: 250px;
    position: relative;
}
button.searchButton {
    border: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #334495;
    background: transparent;
    padding: 0;
    font-size: 18px;
    cursor: pointer;
}
#fontControls {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}

#fontControls button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 2px 8px;
  cursor: pointer;
  border-radius: 3px;
  margin: 0 2px;
}

.blue-heading {
  color: #00518f !important; /* darker blue */
  font-size: 2.2em !important;
  font-weight: 700 !important;
  font-family: 'Roboto', sans-serif !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) !important;
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 4px solid #ffcc00; /* subtle golden-yellow line */
  display: inline-block;
}





.topbar-links li {
    list-style-type: none;
    border-color: #fff;
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    text-align: center;
    padding: 0 8px;
    color: #fff !important;
    font-size: 12px;
  line-height: 15px;}

.topbar-links li a{color: #fff; text-decoration: none;font-size: 13px;} /* Keeping this white as it's in the topbar */

.topbar-links li p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2;
}
.topbar-links li p, .topbar-links li p:hover {
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}

.addresstop h1 {
    font-size: 2.4em !important;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
.addresstop h2 {
    font-size: 1.3em !important;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

section.marquee-cards
 {
    background: #fff;
    padding:0px 15px ;
        margin-top: 30px;
        margin-bottom: 20px;
}

.marquee-card-box h4 {
    text-align: center;
    padding:8px 10px;
    position: relative;
    font-size: 22px;
        color: #fff;
        background-color: #334495;
}


.marquee-card-box {
    border: 1px solid #efefef;
    box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.3);
    border-radius: 16px 16px 5px 5px;
        height: 100%;
}

.marquee-card-box ul {
    list-style: none;
    padding: 0;
}

.marquee-card-box ul li{
    color: #000;
    border-bottom: 1px #000 dotted;
    padding: 7px 5px;
}

.marquee-card-box ul li a{
    color: #000;
    text-decoration: none;
}

.marquee-card-box ul li i{ margin-right: 10px; font-weight: 700;    color: #334495;}

.linkbox {
  padding: 20px;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.linkbox:hover ul {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  cursor: pointer;
}

.linkbox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Animation for box1 and box3 */
.box3 .linkbox ul {
  animation: scroll-up 30s linear infinite;
}

.box1 .linkbox ul {
  animation: scroll-up 12s linear infinite;
}

/* Pause animation on hover */
.box1 .linkbox:hover ul,
.box3 .linkbox:hover ul {
  animation-play-state: paused;
  cursor: pointer;}





@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.divbox{
  color: blue;
}

.mr-img {
    display: inline-block;
}
.mr-img img {
        width: auto;
    height: 104px;
    max-width: 100%;
}

.mr-img {
    display: inline-block;
    border: 1px black solid;
    margin: 15px 10px 0;
}

.addmarq{    background: transparent;
  flex: 1;
  width: 100%;
  white-space: nowrap;
  padding: 3px 0;
}
.addmarq ul{margin-bottom: 0;}
.addmarq ul li a{color: #000000 !important;}

.addmarq a {
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.marqueeList {
  display: inline-block; /* or flex if needed */
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}


 .side-nav {
      /* height: 100%; */
      border-right: 1px solid #ccc;
      padding: 0;
      background-color: #fff;


    }

    .side-nav .nav-link {
          font-size: 18px;
          font-weight: 600;
      color: #0056b3;
      border-bottom: 1px solid #ccc;
      text-align: left;
      padding: 10px 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      border-radius: 0;
     
    }
#vertical-tabContent {
    height: 100%;
}
    .side-nav .nav-link.active {
      background-color: #334495;
      color: #fff;
      border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  margin: 10px;
    }

    .horizontal-tabs .nav-link {
      color: #334495;
      font-weight: 600;
      border-top-left-radius: 10px;

}


    .horizontal-tabs .nav-link.active {
      border-bottom: 2px solid #334495;
      background-color: #334495;
      color: #fff;
    }

    .tab-content {
      padding: 20px;
      background: white;
      min-height: 300px;
      /* border: 1px solid #ddd; */
      border-top: none;
    }

.middl-container{display: block; padding: 15px; background-color: #eeeeee;}
.profile-info{
    width: 20%;
}
.profile-info img {
    
    border: 2px solid #cacecd;
    border-radius: 5px;
    width: 100%;
}


.cc-message {
        width: 80%;
    padding-left: 20px;
}

.tab-content.Horiz-tabContent
 {padding: 20px ;
}

.tabtitl { display: block;
  margin-bottom: 20px;}
.tabtitl h2 {
    background: url(../images/titleline.png) no-repeat bottom left;
   margin: 0;
    padding: 0 0 11px;
    color: #2e2e2e;
    line-height: 2rem;
    font-size: 1.6rem;
        font-weight: bold;
}
#banner {
    margin-bottom: 20px; /* <-- Adds space below slider */
    overflow: hidden; /* Ensure it contains floated children if any */
}


.rwd-table {
     margin: auto;
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    padding: 0;
        font-size: 14px;
        margin-bottom: 30px;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}
.rwd-table th{
    font-size: 16px;
}
.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
.leftwrap{min-height: 600px;}

.scrollbar {
    /* margin-left: 30px; */
    /* float: left; */
    height: 450px;
    width: 100%;
    /* background: #f5f5f5; */
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 12px;
}
.grid {
    position: relative;}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #334495;
}


.table-wrap .container
 {
    padding: 0;
}
/* .rwd-table th:first-child{width: 5%;}
.rwd-table th:nth-child(2){width: 27%;}
.rwd-table th:nth-child(3){width: 32%;}
.rwd-table th::nth-child(4){width:26%;}
.rwd-table th:last-child{width: 20%;} */
.rwd-table td {
    word-break: break-word;
    white-space: normal;
  }

  .rwd-table tr td {
  padding: 10px;
  box-sizing: border-box !important;
}

.rwd-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.rwd-table th, .rwd-table td {
  padding: 10px;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.footerlink
 {
    display: block;
    margin-bottom: 8px;
    margin-top: 6px;
}

.tab-wrap-text{
  display: block;
}
.tab-wrap-text h2 {
    font-size: 2em;
    color: #334495 !important;
    font-weight: 600;
    margin-bottom: 20px;
    
}

.tab-wrap-text h3 {
    font-size: 1.4em;
    color: #121212 !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.tab-wrap-text h4 {
    font-size: 1.3em;
    color: #121212 !important;
    font-weight: 600;
    margin-bottom: 15px;
}


.tab-wrap-text ol{padding-left: 17px;}
.tab-wrap-text ol li{margin-bottom: 15px;;}

.tab-wrap-text ul{padding-left: 5px;}

.tab-wrap-text ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
}
.tab-wrap-text ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: #3c71bd;
    top: 7px;
    left: 0px;
}


.link-box-wrap {
display: flex;
gap: 15px;
    flex-direction: row;
    margin: 0 ;
    justify-content: start;
    flex-wrap: wrap;
}


.link-box-wrap .link-box {
    width: 100%;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    word-wrap: break-word; /* Prevent overflow */
    white-space: normal;   /* Allow wrapping */
    overflow-wrap: break-word;
    flex: 0 0 calc(25% - 15px);
}


.link-box{
  width: 32%;
    background: #effaff;

    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #d9d9d9;
    border: 1px #c5dbe6 solid;
}
.link-box a {
    color: #334495;
    text-decoration: none;
    display: block;
        padding: 20px;
            height: 100%;
}
.link-box i{ margin-left: 6px;}



.seco-tab
 {
    display: block;
    margin-top: 35px;
}


.seco-tab .innerTab li.nav-item{ margin-right: 0;    width: 20%; padding-left: 0; margin-bottom: 0;}
.seco-tab .innerTab li.nav-item::before{ display: none; padding: 0; margin-bottom: 0;}

.seco-tab .innerTab li.nav-item .nav-link{background: #fff;
    border: 1px #e2e2e2 solid;
  border-radius: 3px;
border-bottom: 3px #ccc solid;
color: #000;
width: 100%;
height: 100%;
min-height: 59px;}
.seco-tab .innerTab li.nav-item .nav-link.active{border-bottom: 3px #334495 solid; color: #334495;    background: #ebebeb;}

.seco-tab .innerTabContent{
   border: 1px #e5e5e5 solid;
    border-radius: 0 5px 5px 5px;
    margin-top: -1px;
}

.data_table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px !important;
}
.data_table tbody tr:nth-child(odd) {
    background-color: #eee;
}
.data_table tbody tr td {
    padding: 10px;
    text-align: center;
    font-size: 13px;
    color: white;
    font-weight: bold;
    border: 1px solid #ccc;
}
.data_table tbody tr:nth-child(even) {
    background-color: white;
}

.rwd-table tr td {
    border: 1px #ccc solid;

}
.verti-tab .nav-pills .nav-link {
      border-radius: 0;
    }

  .col-md-2.mb-3.vert-wrap{
    
    padding: 0;
  }

 .verti-tab .nav-pills .nav-link{
        background: #fff;
    border: 1px #e2e2e2 solid;
    border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
    border-bottom: 3px #ccc solid;
    color: #000;
    margin-bottom: 5px;
        padding: 12px 10px;
    min-height: 55px;
  }

 .verti-tab .nav-pills .nav-link.active{
        border-bottom: 3px #334495 solid;
    color: #334495;
    background: #ebebeb;
  }
.v-tabs-content{padding-top: 0px;}

.tab-card img{
  height: 240px;
  width: auto;
}

.tab-card .card-body h5{
      font-size: 14px;
    line-height: 21px;
    font-weight: 400 !important;
}

.address-box {
      border-left: 4px solid #334495;
      padding-left: 15px;
      margin-bottom: 20px;
      height: 100%;
    }
    .address-box h6 {
      font-weight: bold;
      color: #334495;
    line-height: 24px;
    margin-bottom: 20px;
    }
    .cont-wrap .icon {
      width: 20px;
      display: inline-block;
    }

.gallery-item {
      position: relative;
      margin-bottom: 15px;
    }
    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 5px;
    }
    .filter-btn {
      margin: 10px 0;
    }
    .filter-btn.active {
      background-color: #334495;
      color: white;
    }
.gallery-hed{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
    background: #334495;
    padding: 11px 5px;
}
.gallery-hed #galleryFilter{ 
  width: 300px;
}

.gallery-hed  .form-label{
margin-bottom: 0; color: #fff;
font-size: 18px;

}
#gallery .img-card {
  height: 125px;
    margin-bottom:15px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}
#gallery .img-card img{
  width: 100%;
      min-height: 125px; /* fixed height */
      overflow: hidden;
}

  /* Move close button to top right */
  .lightbox .lb-closeContainer {
    position: absolute;
    top: -35px;
    right: 20px;
    z-index: 9999;
  }

  .lightbox .lb-close {
    display: block;
    width: 30px;
    height: 30px;
    background: url('https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.11.3/images/close.png') no-repeat center;
    background-size: contain;
  }

  /* Optional: hide default close area below */
  .lightbox .lb-data .lb-closeContainer {
    position: absolute;
  }

  /* Ensure no padding at bottom for close button */
  .lightbox .lb-dataContainer {
    padding-bottom: 0;
  }





.rwd-table.srnumber {
  counter-reset: srno; /* Counter initialize */
}
.rwd-table.srnumber tbody tr td:first-child{font-size: 0;}
.rwd-table.srnumber tbody tr td:first-child::before {
  counter-increment: srno;         /* Counter increase for each row */
  content: counter(srno);          /* Show counter value */
  display: inline-block;
  width: 100%;
  font-size: 14px;
    font-weight: normal;
    padding: 10px 11px;
}

.rwd-table td a {text-decoration: none;}

.nav-link:hover {
  background-color: #dbe9ff; /* Light blue background */
  color: #0d6efd;            /* Bootstrap primary blue text */
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.logotext {
  display: flex;
  flex-direction: column; /* Vertical stacking */
  align-items: flex-start; /* Align text to left, change to center if needed */
  gap: 4px; /* spacing between lines */
  font-family: 'Roboto', sans-serif !important;
  text-shadow: 0 0 3px white, 0 0 5px white;
  padding: 2px;
  margin: 0;
  
}

.logotext h1,
.logotext h2 {
  margin: 0;
  padding: 2px;
}


.topbar-flex {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  /*flex-wrap: nowrap;*/
  gap: 10px;
}
/* .topbar-flex ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
} */

/* Search bar spacing on desktop */
.searchbar-menu {
  margin-right: 10px;
  position: relative;
}
.news-container {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  background-color: #ffd8a6;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
}

.news-container:hover marquee {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

.news-label {
  background-color: #334495;
  color: #ffffff;
  font-weight: 600;
  padding: 0 20px;
  font-size: 15px;
  white-space: nowrap;
  border-right: 1px solid #ccc;
  display: flex;
  align-items: center;
  min-width: 120px;
  height: 100%;
  margin: 0;
}

.news-container .marquee-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-container marquee {
  padding: 0 15px;
  font-size: 15px;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
 
}


.news-container marquee a {
  color: #000000;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 500;
}

.news-container marquee a:hover {
  color: #334495;
}

.card-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.info-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    width: 31%;
    min-height: 400px; /* Increase height */
    text-align: center;
    position: relative;
    overflow: visible;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.icon-circle {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 3px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #334495;
    margin-top: -30px;  /* Adjust to control how much it overlaps */
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
}

.head-band {
    background: #334495;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    font-size: 18px;
    width: 100%;
}

.card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
}

.card-content h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.card-content p {
    font-size: 14px;
    color: #555;
    flex-grow: 1;
}

.card1 .head-band { background: #334495; }
.card2 .head-band { background: #00bcd4; }
.card3 .head-band { background: #4caf50; }
.topbar-links li.socil-icon a {
    font-size: 18px;
}

.wrpbx {
    box-shadow: 0px 0px 8px #ccc;
    display: block;
    padding: 25px 25px 15px 25px;
    border: 1px #cccccc91 solid;
    border-radius: 20px;
    margin-top: 24px;
}

.topbar-flex ul.top-left{}

.topbar-flex ul.top-left li{ 
  /* border-right: 1px solid #fff;  */
  border-left: none;}

.img-block h5{font-size: 18px;}

.map-img{ display: block;    margin-bottom: 20px;}
.map-img img{width: 100%; max-width: 100%;}

.tab-wrap-text h5 {
    font-size: 1.2em;
    color: #121212 !important;
    font-weight: 600;
    margin-bottom:8px;
}

.the-chart {
    padding: 7px;
    border: 1px solid #3498db;
    height: 100%;
}
.the-chart p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
}

.flow-chart {
    text-align: center;
}

 /* --- Organizational Chart --- */

   
       .tab-wrap-text   .org-chart {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Use Flexbox for layout */
       .tab-wrap-text   .org-chart ul {
            display: flex;
            position: relative;
            padding: 20px 0;
            list-style: none;
            margin: 0;
        }
        
       .tab-wrap-text   .org-chart li {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            position: relative;
            padding: 0 10px;
        }

        /* --- Connector Lines (Desktop First) --- */

        /* Vertical line coming DOWN from a parent node */
       .tab-wrap-text   .org-chart li ul::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 20px;
            border-left: 2px solid #8d99ae;
        }

        /* Horizontal and vertical lines connecting to a node from above */
       .tab-wrap-text   .org-chart li li::before,
       .tab-wrap-text   .org-chart li li::after {
            content: '';
            position: absolute;
            top: 0;
            width: 50%;
            height: 20px;
            border-top: 2px solid #8d99ae;
            background: transparent;
                border-radius: 0;
        }

       .tab-wrap-text   .org-chart li li::before {
            left: 0;
            border-right: 2px solid #8d99ae;
        }
        
       .tab-wrap-text   .org-chart li li::after {
            right: 0;
        }

        /* --- Remove unnecessary connector lines on desktop --- */
       .tab-wrap-text   .org-chart li li:only-child::before,
       .tab-wrap-text   .org-chart li li:only-child::after {
            display: none;
        }
        
       .tab-wrap-text   .org-chart li li:first-child::before,
       .tab-wrap-text   .org-chart li li:last-child::after {
            border-right: 0;
            border: 0;
        }
        
       .tab-wrap-text   .org-chart li li:last-child::before {
            border-right: 2px solid #8d99ae;
            border-top-right-radius: 8px;
        }
        
       .tab-wrap-text   .org-chart li li:first-child::after {
            border-top-left-radius: 8px;
            border-left: 2px solid #8d99ae;
        }
.tab-wrap-text .org-chart ul li ul li ul li {
    padding-top: 20px;
}

.tab-wrap-text .org-chart li li:first-child::before {
    /* border-right: 2px solid #8d99ae;
    border-top-left-radius: 8px; */
}
.tab-wrap-text   .org-chart li:first-child::before{display: none;}

        /* --- Node Styling --- */
       .tab-wrap-text .node {
            padding: 12px 10px;
            border: 2px solid #2b2d42;
            background-color: #ffffff;
            color: #333;
            border-radius: 6px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            min-width: 150px;
            margin-bottom: 0;
                font-size: 14px;
        }

/* .tab-wrap-text .org-chart ul li ul {
    padding-top: 0;
}

.tab-wrap-text .org-chart ul li ul li ul {
  padding-top: 20px;
} */


  .table-container {
            max-width: 900px;
            margin: auto;
            overflow-x: auto; /* Ensures table is scrollable if it still overflows */
        }

        /* Table styling */
        .responsive-table {
            width: 100%;
            border-collapse: collapse;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            margin-bottom: 25px;
            border-radius: .4em;
    overflow: hidden;
        }

        .responsive-table th,
        .responsive-table td {
            padding: 12px 15px;
            text-align: center;
            border: 1px solid #ddd;
            font-size: 15px;
        }

        .responsive-table th {
            background-color: #428bca;
            color: white;
            padding-top: 6px !important;
        padding-bottom: 6px !important;
        font-weight: 300;
        font-size: 14px;
        }
        
        /* Section headers (e.g., Airports) */
        .responsive-table .section-header th {
            background-color: #f2f2f2;
            color: #333;
            font-weight: bold;
            text-align: center;
        }

        .responsive-table tbody tr:nth-of-type(even) {
            background-color: #f9f9f9;
        }
        
        .responsive-table tbody tr:hover {
            background-color: #f1f1f1;
        }

        /* Total row styling */
        .total-row td {
            font-weight: bold;
            background-color: #e9e9e9;
        }
        
        /* Grand Total row styling */
        .grand-total-row td {
            font-weight: bold;
            background-color: #333;
            color: #fff;
            border-top: 3px solid #000;
        }


        /* Align text columns to the left */
        .responsive-table td[data-th="Location"] {
            text-align: left;
        }

 tr.fst-row, tr.sec-row {
    display: none;
}

div#google_translate_element img.goog-te-gadget-icon
 {
    display: none;
}
#vertical-tabContent ul.horizontal-tabs li.nav-item
 {
    font-size: 16px;
}





table.srnumber {
  counter-reset: rowNumber;
}

/* Increment counter for each row, skip first row (header) */
table.srnumber tr:not(:first-child) {
  counter-increment: rowNumber;
}

/* Show counter in first td of each row */
table.srnumber tr:not(:first-child) td:first-child::before {
  content: counter(rowNumber);
}


.goog-te-gadget-simple{border: 1px #ffffffa8 solid;
    color: #fff;
    border-radius: 4px;}
    .goog-te-gadget-simple span {
    font-size: 13px;
}

.midcolm {
    display: flex;
    align-items: center;
    flex: 25%;
    margin: 0;
    padding: 0;
    height: 100%;
    justify-content: center;
}

.akam-logo{    width: 137px;
    float: right;}
img.akam-logo.swach-bha {
    width: 199px;
}



        #toggleButton {
            padding: 10px 15px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            border: 1px solid #007bff;
            background-color: #007bff;
            color: white;
            transition: background-color 0.3s;
        }
        
        #toggleButton.is-on {
            background-color: #28a745; 
            border-color: #28a745;
        }

.image-con{padding: 43px 0;}
.image-con img {
    width: 95%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 19px #ccc;
}
.image-con .img-bx{width: 100%;}
.lightbg{ background: #cacecd;}


@media screen and (max-width: 1050px) {

.addresstop{
  flex: 33%;
}
li{
  text-align: left;
}
}


/* Mobile layout */
@media screen and (max-width: 991.98px) {

  .logo1st h1 {
  font-size: 18px;
  
}

.logo1st h2 {
  font-size: 15px;
  
}
  .verti-tab .nav-pills .nav-link{
    border-radius: 5px;
  }

  .col-md-2.side-nav{
width: 100%;

  }
  .col-md-10.leftwrap{

    width: 100%;
    width: 100%;
        background: #fff;
        padding: 0;
    
  }
 .link-box-wrap{
  display: flex;
gap: 15px;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 ;
     width: 100%;
    max-width: 100%;
    box-sizing: border-box;
   
 }

  .topbar-flex {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 10px;
}


  
  /*.searchbar-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .searchbar-menu .search {
    width: 90%;
    max-width: 400px;
    position: relative;
  }

  .searchbar-menu .search input.searchTerm {
    width: 100%;
    padding-right: 40px;
  }

  .searchbar-menu .search button.searchButton {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    height: 100%;
    background: none;
    border: none;
    color: #334495;
    font-size: 18px;
  }*/

  .topbar-flex ul {
    display:flex;
    justify-content: center !important;
  }

  .seco-tab .innerTab li.nav-item{
    width: 47%;
   

  }

  .marquee-card-box {
    margin-bottom:20px;}

  .delhi-profi {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cc-message {
    text-align: justify;
    padding: 0 15px;
  }

  .profile-info img {
    height: auto;
  }

  .addresstop h2 {
    font-size: 1.2em !important;
}
   p{
  text-align: left;
  /* font-size: 13px; */
}
 .marquee-cards .col-sm-12 {
    margin-bottom: 20px;
  }
  .orgchart{
    width: 100%;
  }
.linkbox {
  display: flex;
    flex-direction: column;
    overflow-y: visible !important;
    align-items: center;
  }
.gallery-hed {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-hed .form-label,
  .gallery-hed #galleryFilter {
    width: 100%;
  }

  .gallery-hed #galleryFilter {
    margin-top: 6px;
    max-width: 100%;
  }

  .grid.scrollbar {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
  }

  .rwd-table td, .rwd-table th{
        text-align: left;}

 
.rwd-table td:before{width: auto; margin-left:10px}
    
  .mySlides img {
    height: auto;
  }
  

  .delhi-profi {
    flex-direction: row;
    align-items: flex-start;  
    width: 100%;
  }
  .delhi-profi .profile-info {
    width: 35%;
}
    .grid.scrollbar {
        max-height: 440px;}

  .delhi-profi div {
    width: 100%;  
  }
  .logo1st{
    justify-content: center;
    margin: 0 auto;
    padding-bottom:20px;
  }

 
 .leftwrap div.tab-pane ul {
    /* display: flex;
    flex-direction:row;
    gap: 0px;
    row-gap: 5px;
     */
}
.responsive-table tr{text-align: left;}
.leftwrap div.tab-pane ul li {
    /* width: 50%;           
    word-break: break-word;
    display: flex;
   box-sizing: border-box;
   justify-content: center;
    padding: 0 !important;
    margin: 0 !important; */
}

.leftwrap div.tab-pane ul li .nav-link {
    /* width: 100%;
    text-align: center;
    border: 1px solid #0078B6;
    border-radius: 0px;
    margin: 5px;
    font-size: 11px; */
 border-top-left-radius: 6px;
    background: #f3f3f3;
    margin-right: 3px;
    margin-bottom: 2px;

}

.leftwrap div.tab-pane ul li .nav-link.active{    background-color: #334495;}

h2{

  font-size: 1.5em !important;
  
}
.responsive-table th {
    display: none;
}

.table-responsive {
  width: 100%;
  overflow-y: auto; /* Enables horizontal scroll */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

.data_table {
  width: 100%;
  border-collapse: collapse;
}

.data_table td, 
.data_table th {
  border: 1px solid #ddd;
  padding: 8px;
  white-space: nowrap; /* Prevents text from breaking */
}



 .responsive-table thead {
                /* Hide the original table headers */
                border: none;
                clip: rect(0 0 0 0);
                height: 1px;
                margin: -1px;
                overflow: hidden;
                padding: 0;
                position: absolute;
                width: 1px;
            }

            .responsive-table tr {
                display: block;
                /* margin-bottom: 15px; */
                border: 1px solid #ddd;
                box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            }
            
            /* Hide table-wide headers in mobile view */
            .responsive-table .section-header {
                display: block;
            }

            .responsive-table td {
                display:inline-block;
                justify-content: space-between; /* Pushes label and value to opposite ends */
                text-align: left;
                padding: 10px;
                border: none;
                border-bottom: 1px solid #eee;
                        justify-content: start;
                        
            }

            .responsive-table td:last-child {
                border-bottom: 0;
            }

            /* The ::before pseudo-element creates the label from the data-th attribute */
            .responsive-table td::before {
                content: attr(data-th); /* Use the value of the data-th attribute */
                font-weight: bold;
                text-align: left;
                padding-right: 10px;
            }



 /* Change flex direction to stack nodes vertically */
           .tab-wrap-text   .org-chart ul {
                flex-direction: column;
                padding: 20px 0 0 0;
            }

           .tab-wrap-text   .org-chart li {
                /* padding: 10px 0; */
            }
            
            .node {
                min-width: 250px; /* Give nodes more space on mobile */
                margin-bottom: 0; /* Remove bottom margin for vertical stacking */
            }

            /* --- Redraw Connector Lines for Vertical Layout --- */
            
            /* Remove all desktop lines */
           .tab-wrap-text   .org-chart li li::before,
           .tab-wrap-text   .org-chart li li::after,
           .tab-wrap-text   .org-chart li ul::before {
                /* border: 0 none; */
            }

            /* Main vertical trunk line connecting children */
           .tab-wrap-text   .org-chart li ul::before {
                /* left: 0;
                top: 0;
                height: 100%;
                width: 0;
                transform: none;
                border-left: 2px solid #8d99ae; */
            }

            /* Horizontal line from trunk to each child node */
           .tab-wrap-text   .org-chart li li::before {
                /* top: 50%;
                left: 0;
                width: 20px; 
                height: 0;
                border-top: 2px solid #8d99ae; */
            }

            /* Adjust position of children relative to the parent */
           .tab-wrap-text   .org-chart li ul {
                       display: flex;
        flex-direction: row;
            }

            /* Vertical connector from parent to the start of the children's trunk line */
           .tab-wrap-text   .org-chart > ul > li > ul {
                /* position: relative; */
            }

.tab-wrap-text   .org-chart > ul > li > ul::after {
                /* content: '';
                position: absolute;
                top: -20px;
                left: 0;
                width: 0;
                height: 20px;
                border-left: 2px solid #8d99ae; */
               
            }
.tab-wrap-text .org-chart ul li ul li ul li
 {
 padding: 20px 2px;
}
.tab-wrap-text .node{min-width: auto; padding:4px 3px;
      font-size: 9px;}
.tab-wrap-text .org-chart ul li ul li ul li .node{
 
}

.logo1st img{    width: 80px;}
.text-logo2{font-size: 12px;}
.rwd-table td:first-child{margin-top: 0;}
.tab-content.Horiz-tabContent{padding: 20px 0px;}
    .leftwrap div.tab-pane ul {
        justify-content: space-between;
        align-items: stretch;
    }
    .leftwrap div.tab-pane ul li.nav-item{width: 49%;}
    .leftwrap div.tab-pane ul li.nav-item .nav-link{
        width: 100%;
        height: 95%;
        padding: 4px 10px;
        font-size: 13px;
    }
    .v-tabs-content{padding: 0;}
/* .tab-wrap-text ul li{font-size: 13px;} */
section.marquee-cards .container-fluid {
    padding: 0;
}
section.marquee-cards{padding: 0;}
}

@media screen and (max-width:767.98px) {

.image-con {
    padding: 20px 0;
}
.image-con .img-bx {
    width: 100%;
    margin-bottom: 24px;
}
.column-reverse{flex-direction: column-reverse;}
.image-con img{width: 100%;}
}

@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
  #gallery .img-card{
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: .7em !important;
  }

.rwd-table th{
    padding-top:6px !important;
    padding-bottom:6px!important;
            font-weight: 300;
        font-size: 14px;
        border: 1px solid #bfbfbf;
}
.horizontal-tabs .nav-link {
   

}

}

/* Responsive layout - makes a one column-layout instead of two-column layout */
         @media (max-width: 767.98px) {
             .flex-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .logo1st{flex: 100%;}
        .mid-container{
         flex-direction: column;
        }
        .right-column{
         float:right;
         flex:20%;
         text-align: center;
         justify-content: center;
         
        }
        .midcolm{
             flex:20%;
        }
        .cbic-logo{
         width:65px;
         
        }
        .akam-logo {
    width: 75px;
    float: unset;
}
img.akam-logo.swach-bha {
    width: 140px;
}
        .languageul{
         float:unset !important;
        }
       
       .navlist{
         background:#334495  !important;
         display: flex !important;
         flex-direction: column !important;
         height: fit-content !important;
         position: absolute;
          z-index: 1;
          padding-bottom: 25px !important;
       }
       .navlistitem_icon{
         top:9px;
         position:relative;
         text-align:left;
         float:left !important;
         width:100% !important;
         padding: 5px;
       }
       .navlistitem{
         top:15px;
         position:relative;
         text-align:left !important;
         float:left !important;
         width: 100% !important;
         height: 100% !important;
         padding: 20px !important;
       }
       .navlistitem_child{
         font-family: inherit !important;
         padding: 0px !important;
         width: 100% !important;
         background: none !important;
         text-align: left !important;
         padding: 1px 6px !important;
       }
       .navlistitem_icon a{
          text-align: left !important;
         padding: 0px 15px !important;
       }
       .dropdown-content{
         margin-left:100px;
         display:none;
         position:absolute;
         background-color:#334495;
       width: min-content;
       margin-top: -15px;
         box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
         z-index : 1;
         border-bottom-left-radius: 6px;
         border-bottom-right-radius: 7px;
         }
         .right_column_table{
            float: unset;
            margin: auto;
         }
         .tab-card img {
    height: auto;
    width: 100%;
}
.topbar-links {
    padding: 0 5px;
}
.topbar-flex{gap: 1px;
        flex-direction: column;
        padding: 9px;}
        .topbar-flex ul.top-left{flex-direction: column;
        padding: 9px;
              gap: 7px;}

  .topbar-flex ul.top-left li{    text-align: center !important; border: none !important;
    border-bottom: 1px #ffffff5c solid !important; padding:0px 0px 4px;
} 


.topbar-links li{
  font-size: 13px;
  padding: 0 3px;
}
.topbar-links li.socil-icon a {
    font-size: 15px;
}
.tab-content {
    padding: 20px 10px;}
h2 {
        font-size: 1.3em !important;
    }
  .tab-wrap-text h3 {
    font-size: 1.2em;        text-align: left;}

    .tab-wrap-text h4 {
    font-size: 1.1em;}

    .wrpbx{    padding: 25px 15px 15px 15px;}
    #vertical-tabContent ul.horizontal-tabs li.nav-item{min-height: 50px;}
        .delhi-profi {
        flex-direction: column;
        align-items: center;}
            .delhi-profi .profile-info {
        width: 200px;
    }
    .delhi-profi .profile-info p.designation.py-1 {
    text-align: center;
    font-size: 13px;
}

         }

      @media (min-width: 576px) {
    .container, .container-sm {
       max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
         max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}         

@media (min-width: 1400px) {
      .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}

