/* Custom CSS for additional styling */
/* Custom CSS for additional styling */
body{
    max-height:98vh;
    max-width:100vw;
}

.h2-responsive {
  /* font-size: 5vw; */
  font-size: 4vh;
  font-weight: bold;
  padding: 3px;
  background-color: rgb(240, 136, 0);
}

.h3-responsive {
  /* font-size: 5vw; */
  font-size: 3.5vh;
  font-weight: bold;
  padding: 4px;
  background-color: rgb(240, 136, 0);
}

.header {
  height: 8vh;
}

.content-gallery {
  height: 65vh;
}

.content-footer {
  height: 25vh;
}

.footer-image {
  height: 12rem;
  max-width: 100%;
}

.table-borderless>tbody>tr>td,
.table-borderless>tbody>tr>th,
.table-borderless>tfoot>tr>td,
.table-borderless>tfoot>tr>th,
.table-borderless>thead>tr>td,
.table-borderless>thead>tr>th {
  border: none;
  color: #ffffff;
}

.footer-right{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.h2-title {
  font-size: 5vh;
  padding: 5px;
  font-weight: bold;
  text-align: center;
  background-color: rgb(13, 8, 52);
  color: #ffffff;
}

.row>* {
  padding-right: calc(var(--bs-gutter-x) * .3);
  padding-left: calc(var(--bs-gutter-x) * .3);
}

.content-height {
  height: 100vh;
  overflow: hidden;
}

.p-responsive,
.citizen-service,
.citizen-service-value {
  /* font-size: 3vw; */
  font-size: 3vh;
}

.table-responsive-vertical {
  /* background-color: black; */
  padding: 5px;
}

.table-responsive-vertical table {
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.citizen-service {
  color: #fa8686 !important;
  font-weight: bold;
  padding: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(198, 2, 247);
  text-align: right;
}
.free-service {
  color: #fa8686;
  font-weight: bold;
  font-size: small;
  padding: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(198, 2, 247);
  text-align: right;
}
.free-service-data {
  color: #1804fb;
  font-weight: bold;
  font-size: small;
  padding: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(198, 2, 247);
  text-align: left;
}

.footer-image-container {
  background-color: rgb(198, 2, 247);
  text-align: center;
}

.citizen-service-value {
  color: #ffffff;
  font-weight: bold;
}
.gallery{
  position: relative;
}

.marquee-container {
  background-color: #051b30; /* Background color for the ticker container */
  padding-top: 0.7vh;
  position: relative;
  padding-bottom: 0.2vh;
  color: #ffffff;
  text-align: center;
  /* overflow: hidden;  */
  white-space: nowrap;
}
.marquee-container marquee {
   /* Prevent the content from wrapping to the next line */
}

@media (max-width: 767px) {
  .h2-responsive {
    font-size: 3vh;
  }

  .p-responsive,
  .citizen-service,
  .citizen-service-value {
    font-size: 1.2vh;
  }
}


#slider .slide video {
  width: 100%;
  height: auto;
}

#slider .slide img {
  width: 100%;
  height: auto;
}
#slider .slide video {
  max-height: 49vh;
}

#slider .slide img {
  max-height: 49vh;
}

@media print {
  /* Hide navigation and sidebar */
  .no-print, .navbar  {
    display: none;
  }
}
