*{
	margin: 0px;
	font-family: glegoo;
	box-sizing: border-box;
}
body{
	margin: 0px;
	padding: 0px;
	width: auto;
	color: black;
}
	
img {
  max-width: 100%;   /* Images Responsive होण्यासाठी */
  height: auto;
}

@font-face {
		font-family: glegoo;
		src: url(glegoo.ttf);
}

a {
	text-decoration: none;
	font-weight: bold;
}

.yojanalisting h4 {
    margin: 1px;
    font-size: 18px;
    padding-left: 10px;
    padding-left: 10px;
	line-height: auto;
	margin: 5px;
	border: 1px solid black;
	box-shadow: 0 3px 10px #0a25400d;
	border-radius: 10px;
  }

.yojanalisting a{
	font-weight: normal;
	color: black;
}
.header {
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.header h2{
	box-sizing: border-box;
	text-align: center;
	font-size: 23px;
	margin-top: 0px;
	padding-top: 0px;
}

.header a{
	color: orangered;
    text-decoration: none;
}

.m {
	margin-top: 0px;
	width: 100%;
}

p {
	font-size: 18px;
}

ul {
	margin-left: 12px;  /* left side la bullet gap kami jast karanyasathi */
  	padding-left: 12px;  /* left side la bullet gap kami jast karanyasathi */
}
ul li {
	font-size: 18px;
}

b {
	font-size: 18px;
}

table th {
	background-color: #FFEDD4;
}

table, tr, th {
    border: 1px solid black;
    border-collapse: collapse;
	font-size: 18px;
	}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 18px;
	padding: 6px;
}
table, td {
	text-align: center;
}

/* Responsive container */
.table-container {
    width: 100%;
    overflow-x: auto;
}


/* Optional: responsive font & padding for small screens */
@media (max-width: 600px) {
    table {
        font-size: 14px;
    }
    th, td {
        padding: 6px;
    }
}

.logo-text {
      display: flex;         /* एकाच रांगेत आणतो */
      align-items: center;   /* vertical center मध्ये ठेवतो */
      gap: 15px;             /* logo आणि text मध्ये अंतर */
	  box-shadow: 0 1px 4px 0 rgba(0,0,0,.3);
	  margin-top: 10px;
	  border-radius: 5px;
	  height: 50px;
	  
}

.logo-text img {
      width: 50px;  /* logo size */
      height: auto;
	  margin-left: 10px;
	  margin-top: 5px;
	  margin-bottom: 5px;
}

.logo-text h1 {
      font-size: 19px;
      margin: 0;
	  font-weight: normal;
	  
}

.first {
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 50px;
	}

.first a, .second a {
	color: black;
}
	  
.second {
	float: left;
	width: 50%;
	padding: 10px;
	line-height: 50px;
	}
	  
@media (max-width: 900px) {
	  
	.first,
	.second {
	width: 100%;
	}
	}


.ul {
	float: left;
	width: 98%;
}

ul li {
	font-size: 18px;
}

ol li {
	font-size: 18px;
}

.ul1, .ul2, .ul3, .ul4, .ul5 {
	margin-bottom: 4px;
	box-shadow: 0 1px 4px #6AECE1;
	float: left;
	border: 1px solid #ddd;
	width: 20%;
	height: 122px;
	overflow: auto;
	font-weight: normal;
	text-align: center;
	border-radius: 10px;
	display: flex;
    justify-content: center; /* डावीकडून आणि उजवीकडून मधोमध (Horizontal) */
    align-items: center;     /* वरून आणि खालून मधोमध (Vertical) */
	}
	  

.ul1, .ul2, .ul3, .ul4, .ul5, a h3{
	font-weight: normal;
	color: black;
}
	  
@media (max-width: 1200px) {
	  
	.ul1,
	.ul2,
	.ul3,
	.ul4,
	.ul5 {
	width: 100%;
		}
	}

.footer {
	background: #054450;
	text-align: center;
	line-height: 45px;
	border-top: 2px solid tomato;
	}
	  
.footer p {
	font-size: 14px;
	}

.footer a {
	color: white;
	
}
	  
.bottom-bar {
	background: #01303C;
	text-align: center;
	font-family: glegoo;
	margin-bottom: 0px;
	}
	  
.bottom-bar p {
	color: white;
	font-size: 14px;
	height: 35px;
	padding-top: 7px;
	}

/* m r Design CSS Start Here */

.r {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

.a {
	float: left;
	width: 80%;
	}

.sidebar {
	float: left;
	width: 20%;
	padding: 10px;
	text-align: center;
	}

.category {
	color: white;
	background-color: red;
	border-radius: 5px;
	}
  
.declaration {
	font-weight: 600;
	height: auto;
	width: auto;
	font-size: 16px;
	}
	
.rts a {
	text-decoration: none;
 	}
  
/* Clear floats after the columns */
.r:after {
	content: "";
	display: table;
	clear: both;
	}
/* Style the footer */
  
/* r layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 900px) {
  
	.a,
	.sidebar {
	  width: 100%;
	}
  	}
  
/* m r Design CSS End Here */



.container{
	max-width: 1170px;
	margin:auto;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

.footlink-col ul{
	list-style: none;
}

.footlink{
	background-color: #131921;
	padding: 10px 0;
	border-top: 2px solid yellow;
}

.footlink-col{
   width: 25%;
   padding: 0 15px;
}

.footlink-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
	margin-left: 40px;
}

.footlink-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footlink-col ul li:not(:last-child){
	margin-bottom: 10px;
}

.footlink-col ul li a{
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 300;
	color: white;
	display: block;
	transition: all 0.3s ease;
}

/*r*/
@media(max-width: 767px){
  .footlink-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footlink-col{
    width: 100%;
}
}

.depot{
	color: red;
}


/* Alphabet Navigation Bar */
    .alphabet-nav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 20px;
    }

    .alphabet-nav a {
      text-decoration: none;
      color: white;
      background-color: #0077cc;
      margin: 3px;
      padding: 3px 18px;
      border-radius: 1px;
      font-weight: bold;
      transition: background-color 0.2s;
    }

    .alphabet-nav a:hover {
      background-color: #005fa3;
    }



/* jeva bus sutayla 1 taas asel tar time background green hoil tyasathi css aahe */
	.highlight-green {
    background-color: darkgreen !important;
    color: white !important;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: bold;
}



/* Google Map Sathi CSS */
.map-container {
            margin: 20px 0;
            text-align: center;
        }
        iframe {
            width: 100%;
            max-width: 600px;
            height: 450px;
            border: 2px solid #ed1c24; /* ST Bus Red Color */
            border-radius: 8px;
        }




.select {
	background-color: orangered;
	text-align: center;
	line-height: 50px;
	width: auto;
  	border-bottom: 1px dotted white;
  	border-radius: 8px;
}

.select h3 {
	margin: 0px;
	}

.select a h3{
	color: white;
}




/* Footer Add Code */

.footer-banner-ad {
    width: 100%;
    max-width: 728px; /* Standard Leaderboard size */
    margin: 20px auto; /* Center करण्यासाठी */
    text-align: center;
    background-color: #f9f9f9; /* Ad लोड होईपर्यंत पांढरी जागा दिसणार नाही */
    overflow: hidden;
    line-height: 0;
}

/* Mobile साठी सेटिंग */
@media (max-width: 768px) {
    .footer-banner-ad {
        max-width: 320px; /* Mobile साठी छोटी साइज */
        height: auto;
    }
}





/* Footer Add Code */

