
.highlight {
    background-color: transparent;
    border-bottom: 2px solid blue;
    font-weight: bold;
}

section, .section-padding {
    padding: 40px 0;
    position: relative;
}

.header-text p{
    color: #000;
}

#searchBox {
    margin-bottom: 20px;
    padding: 8px;
    width: 300px;
    font-size: 16px;
}

.top-info {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px; /* space between items */
}

.top-info li {
    position: relative;
    padding: 0 10px;
}

.top-info li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -5px; /* adjust spacing */
    color: #000; /* separator color */
}

.top-info a {
    font-size: 12px;
    color: black;
    font-weight: 600;
}

.header-one .logo-area {
     padding: 0px ; 
}

.logo img {
    width: auto;
    height: 100px;
}

.header-one, .header-one .site-navigation {
    background: #2aacea;
}

.navbar-toggler {
    background: black;
}

ul.navbar-nav > li > a {
    padding: 5px 15px !important;
}

ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
    color: #000 !important;
    background: #fff;
}

.header-one ul.navbar-nav > li {
    padding-left: 0;
    padding-right: 0px; 
}
ul.navbar-nav > li {
    padding: 0 0px; 
    position: relative;
}

.dropdown-menu > .active > a, .dropdown-menu > .active , .dropdown-menu > .active > a:focus, .dropdown-menu > .active > .dropdown-menu > .active > a {
    background: #2aacea;
    color: #000;
}

.header-one, .header-one .site-navigation {
    background: #2aacea!important;
}

.dropdown-menu li a {
    color: #fff;
}

.dropdown-menu{
    background: #2aacea!important;
}

.dropdown-menu li a {
    padding: 15px 5px;
}

.banner-carousel .banner-carousel-item {
    height: 400px;
}

.breaking-bar {
    background: #052963 ; /* red */
    color: #fff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.breaking-bar .label {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 15px;
    background: #b02a37;
    padding: 5px 12px;
    border-radius: 4px;
}
.breaking-bar .carousel-item {
    font-size: 1rem;
}
.breaking-bar a {
    color: #fff;
    text-decoration: none;
}

.notice-item img{
    height: 20px;
}

.demo1{
    list-style: none;
}

.read-more-btn {
  display: inline-block;
  padding: 6px 14px;
  background-color: #007bff;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.read-more-btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.list-item {
    background-color: #0056b3;
    border-radius: 12px;
    width: 170px;
    flex: 0 0 auto;
    padding: 35px;
    transition: all 0.3s ease;
    color: #fff;
    margin: 30px;
}

.list-item:hover {
  background-color: #0056b3;
  color: #000;
}

.list-icon {
  font-size: 30px;
  padding: 10px;
  background-color: #0056b3;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-item:hover .list-icon {
  background-color: #0056b3;
  color: #000;
}

.list-text {
   font-size: 14px;
  font-weight: 500;
  white-space: nowrap;        /* keep in single line */

}

.icon-row {
 display: flex;
  justify-content: center;      /* center items horizontally */
  flex-wrap: wrap;              /* wrap to next line on small screens */
  overflow-x: auto;             /* horizontal scroll if needed */
  -webkit-overflow-scrolling: touch;
  padding: 10px 0;
  gap: 15px;                    /* spacing between items */
}

.copyright {
    color: #fff;
    background: #0c0c0c;
}

.footer-main {
    padding: 0px 0 20px;
}

.footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* allow wrapping on small screens */
  padding: 0;
  margin: 0;
}

.footer-menu ul li {
  padding: 0 15px;
  list-style: none;
  position: relative;
}

/* Desktop view: vertical separator between items */
.footer-menu ul li:not(:last-child) {
  border-right: 2px solid #ccc;
}

.footer-menu{
    margin-top: 30px;
}

/* Sponsor Images */
.sponsor-img {
  height: 60px;
  margin: 0 15px;
  padding-right: 15px;
  border-right: 2px solid #ccc; /* Separator line */
}

.sponsor-img:last-child {
  border-right: none; /* remove last separator */
}

/* Arrows */
.custom-arrow {
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #4DB6E2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s ease;
  z-index: 10;
}

.arrow-icon {
  color: white;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.carousel:hover .custom-arrow {
  opacity: 1; /* show on hover (desktop) */
}

.banner-title {
    color: #000;
}

.banner-area {
    min-height: 100px;
}

.breadcrumb li a, .breadcrumb .breadcrumb-item, .breadcrumb li a:focus, .breadcrumb li a:hover {
    color: #000 !important;
}

.data-table-1 {
    width: 100%;
    table-layout: fixed; /* required for column widths to work */
    border-collapse: collapse;
    font-family: "Noto Sans Marathi", Arial, sans-serif;
    font-size: 14px;
    text-align: left;
}

.data-table-1 caption {
    caption-side: top;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #2c3e50;
    text-align: center;
}

.data-table-1 td, .data-table-1 th {
    word-wrap: break-word;       /* older browsers */
    overflow-wrap: break-word;   /* modern browsers */
    hyphens: auto; 
}

.data-table-1 th,
.data-table-1 td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.data-table-1 thead th {
    background-color: #1f618d;
    color: #fff;
    text-align: center;
}

.data-table-1 tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.data-table-1 tbody tr:hover {
    background-color: #d6eaf8;
    transition: 0.3s;
}

.data-table-1 td {
    vertical-align: top;
}

.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); /* 3 images in each row */
    gap: 15px; 
}
.gallery-item {
    position: relative;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform .3s;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-item h6 {
    text-align: center;
    margin-top: 8px;
}
.modal-img {
    max-width: 100%;
    max-height: 80vh;
    transition: transform .3s;
}
.lightbox-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
}
.lightbox-controls button {
    background: rgba(0,0,0,0.6);
    border: none;
    color: white;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.zoom-btn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    border: none;
    color: white;
    font-size: 1.3rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

ul.navbar-nav > li > a i {
    color: #fff;
}


/* Mobile view: stacked, use horizontal separator instead */
@media (max-width: 767px) {
  .footer-menu ul {
    flex-direction: column;
    align-items: center;
  }

  .footer-menu ul li {
    padding: 10px 0;
    border-right: none; /* remove vertical line */
  }

  .footer-menu ul li:not(:last-child) {
    border-bottom: 1px solid #ccc; /* horizontal separator */
    width: 60%; /* adjust width of line under logo */
  }
}



@media (max-width: 768px) {
    .header-text p{
        font-size: 11px!important;
    }
    .logo img {
        height: 80px!important;
    }

    .header-right {
        display: none !important;
    }

    .banner-carousel .banner-carousel-item {
        height: 105px!important;
    }

    .footer-menu ul li:not(:last-child) {
        border-right: none!important; 
    }

    .list-icon {
        font-size: 24px;
        padding: 8px;
    }
    .list-text {
        font-size: 12px;
    }

    .data-table-1 th,
    .data-table-1 td {
        padding: 8px 10px;
        font-size: 12px;
    }
    .data-table-1 caption {
        font-size: 16px;
    }

    .breaking-bar .carousel-item {
        font-size: 0.6rem!important;
    }

    .breaking-bar .label {
        padding: 3px 2px!important;
    }

    .breaking-bar {
        padding: 8px 10px!important;
    }
}

/* Tablet (2 per row) */
@media (max-width: 991px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile (1 per row) */
@media (max-width: 575px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}