body {
    font-family: Arial, sans-serif;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 6px;
    text-align: center;
    font-size:14px;
}
.padbot30{
    padding-bottom:0px;
}
th {
    background-color: #004f94!important;
                color: #ffd100;

}
td {
    background-color: #f9f9f9!important;
}
.category {
    background-color: #004f94;
    font-weight: bold;
}
/* Mobile responsiveness+*/
        @media only screen and (min-width: 900px) {
table{
width:80%!important;
margin:10px 20px 20px 60px !important;
}
h2{
margin:0 0 0 40px;
}
            }
@media only screen and (max-width: 600px) {
    table, thead, tbody, th, td, tr {
        display: block;
    }
    th, td {
        text-align: right;
        padding-left: 70% !important;
    }
    td:before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-left: 10px ;
        font-weight: bold;
        text-align: left;
    }
    th {
        display: none;
    }
    tr {
        margin-bottom: 10px;
    }
}
.carousel-inner img {
    width: 100%;  /* Ensures images fill the carousel */
    height: auto;
}
  .bootstrap-carousel {
all: unset;
}
@media (min-width: 1023px) and (max-width: 1400px) {  
.main-navigation ul li a{
font-size:14px !important;
}
}
/* Sidebar base */
.primary-sidebar .widget {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

/* Title */
.widget-title {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

/* Link inside title */
.widget-title a {
  color: #222;
  text-decoration: none;
  flex: 1;
}

/* Toggle icon */
.toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 6px;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #222;
  transition: transform 0.3s ease;
}

.toggle-icon::before {
  top: 7px;
  left: 2px;
  right: 2px;
  height: 2px;
}

.toggle-icon::after {
  left: 7px;
  top: 2px;
  bottom: 2px;
  width: 2px;
}

/* Active state: minus icon */
.widget.active .toggle-icon::after {
  transform: scaleY(0);
}

/* Mobile: collapsed by default */
@media (max-width: 767px) {
  .primary-sidebar .widget ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 0;
  }

  .primary-sidebar .widget.active ul {
    max-height: 600px;
    padding-left: 15px;
  }
}

/* Desktop: always open */
@media (min-width: 768px) {
  .primary-sidebar .widget ul {
    max-height: none;
    padding-left: 15px;
  }
}
