

.merabout{
    margin-top: 20px;
    
}
.meraboutbtn{
    padding-top: 20px;
}
.meraboutimg{
    padding:20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background:white;
}
.bgimg{
    background-image: url("http://businessglory.in/thegov/meri/assets/images/img/home/bg-img.png");
}
.cardbody{
    padding: 20px;
}
.transpartcard{
    background-color: #E9EFEC;
  border: 2px solid white;
  opacity: 0.8;
  
}
.transpartcard {
    background-color: #e2d7d4;
    border: 2px solid white;
    opacity: 0.8;
}
.transpartcardbtn{
  text-align: center;
  padding-bottom: 20px;
}
.white-hr {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    display: block;
  }
  .cardimg{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%!important;
    border-left: none;
  
  }
  /* ---------------------- */

  /* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    
font-family: 'Roboto', sans-serif !important;
    background-color: #4b688b;
    color: white;
}



.news-container {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
}

.news-title {
    margin-bottom: 30px;
    font-size: 2rem;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 10px;
}

.carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.carousel-item {
    display: none;
    justify-content: space-between;
    width: 90%;
    margin: 0 5%;
}

.carousel-item.active {
    display: flex;
}

.date-box {
    background-color: white;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    margin-right: 20px;
}

.date-box .day {
    font-size: 2rem;
    font-weight: bold;
}

.date-box .month {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.content-box {
    padding: 20px;
    text-align: left;
    color: white;
}

.carousel-controls {
    margin-top: 20px;
}

.carousel-controls button {
    background-color: #000000;
    border: 1px solid #000000;
    color: white;
    padding: 10px;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px;
}

.carousel-controls button:hover {
    background-color: white;
    color: black;
}.content-box {
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    color: white;
    flex-grow: 1;
}

.content-box p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}
.news-box {
    display: flex;
    align-items: center;
    position: relative; /* Add this to position the quote-box relative to this box 
    margin: 10px;
    background: -webkit-linear-gradient(-33deg, #4b688b 21%, rgba(0, 0, 0, 0) 19%), -webkit-linear-gradient(-49deg, #000000 88%, #0a095c 73%);
    padding: 20px;
    flex-grow: 1;
}*/

/* .quote-box {
    position: absolute; 
    bottom: 2px; 
    right: 2px; 
    padding: 10px 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 35px;
    height: 35px;
    
} 
 */
 .fontfamilypage{
   
font-family: 'Roboto', sans-serif !important;
}
.shadow {
    box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, .2);
}

.fontafamilycontent{
   
font-family: 'Roboto', sans-serif !important;
    Font-size : 90% , 100%!important; 
}

.LATESTNEWS{
    margin-bottom: 30px;
    font-size: 2rem;
	    color: black;
    border-bottom: 2px solid black;
    display: inline-block;
    padding-bottom: 10px;
}

/* ---------------MOBILE VIEW CSS------------- */

.fontfamilypage{
   
font-family: 'Roboto', sans-serif !important;
}
/* Global reset and basic styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  
font-family: 'Roboto', sans-serif !important;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
}

.Metacontent {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.Metacontent p,
.Metacontent h1,
.Metacontent h2,
.Metacontent h3,
.Metacontent h4,
.Metacontent h5,
.Metacontent h6 {
  /*font-size: 1.2rem;*/
  line-height: 1.6;
  word-wrap: break-word;
}

/* .Metacontent table {
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
} */



.Metacontent {
  overflow-x: auto; /* Enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
  width: 100%; /* Ensure the container matches the viewport width */
}

.Metacontent table {
  width: 100%;
  border-collapse: collapse;
  display: table;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ddd;
}


.Metacontent table th,
.Metacontent table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

.Metacontent table th {
  background-color: #f4f4f4;
}

/* For smaller screens (tablets and mobile) */
@media (max-width: 768px) {
    .tabcontent {
        width: 100%!important;
        padding:10px;
      }

  .Metacontent {
    padding: 0;
    margin: 0;
  }
  .Metacontent .topnav {
    width: 100%!important;
  }

  /* Allow horizontal scroll for all tables */
  .Metacontent table {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch; /* Ensures smooth scrolling on iOS */
  }

  .Metacontent table th,
  .Metacontent table td {
    font-size: 0.9rem;
    padding: 8px;
  }

  .Metacontent p {
    font-size: 1rem;
  }
  .widget.widget_categories.categories_product ul li a {
    width: 100%;
  }

  
}

/* For very small screens (phones) */
@media (max-width: 480px) {
    .tabcontent {
        width: 100%!important;
        padding:10px;
      }


       /* Ensures the layout takes up the entire screen width on mobile */
  .topnav3, .container-fluid {
    padding: 0 !important;
    margin: 0 auto;
    width: 100%;
}
.row {
    margin: 0;
}
.col-12 {
    padding: 0;
}
.tabcontent {
    /* width: 100%; */
}
  .Metacontent {
    padding: 0;
    margin: 0;
    width: 100%!important;
    padding-left: 0px;
  }
  .Metacontent .topnav {
    width: 100%!important;
  }

  .Metacontent p {
    font-size: 0.9rem;
  }

  .Metacontent h1 {
    font-size: 1.3rem;
  }

  .Metacontent h2 {
    font-size: 1.1rem;
  }

  /* Adjust table appearance for mobile */
  .Metacontent table {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    border: 1px solid #ddd;
    width: 100%;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling */
  }

  .Metacontent table th,
  .Metacontent table td {
    font-size: 0.8rem;
    padding: 8px;
  }

  .Metacontent p, .Metacontent table {
    word-wrap: break-word;
  }


  .widget.widget_categories.categories_product ul li a {
    width: 100%;
  }
}



@media only screen and (min-width: 600px) and (max-width: 1280px) {
    .widget.widget_categories.categories_product ul li a {
        width: 100%;
      }
}


  /* Ensures the layout takes up the entire screen width on mobile */
  .topnav3, .container-fluid {
    padding: 0 !important;
    margin: 0 auto;
    width: 100%;
}
.row {
    margin: 0;
}
.col-12 {
    padding: 0;
}
.tabcontent {
    /* width: 100%; */
}