

.news {


.newsletter-container {
      max-width: 1000px;
      margin: auto;
      background:#ffffff;
      padding: 40px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    





  .cover-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 80vh;
      padding: 0px;
      text-align: center;
    }


.cover-container{
  /* The image used */
  background-image: url("images/c1.jpg");

  /* Full height */
  height: ; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



body, html {
  height: 100%;
  margin: 0;
}


  

  
 .logo {
      width: 140px;
      height: auto;
      margin-bottom: 30px;
    }

    .title {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .subtitle {
      font-size: 24px;
      color: #00695c;
      margin-bottom: 40px;
     text-align: right;
    }

    .date {
      font-size: 18px;
      color:#444;
      margin-bottom: 60px;
    }

.quarter {
      font-size: 24px;
      color:#0000ff;
      font-weight: bold;
      margin-bottom: 0px;
      text-align:left;
    }

    .quote {
      font-style: italic;
      font-size: 20px;
      color: #555;
     color:darkblue;
      max-width: 600px;
      margin: 0 auto;
    }
.address {
      width: 150px;
      height: auto;
      margin-bottom: 30px;
   
    }

.grid-container {
  display: grid; /* Enables grid layout */
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 25px; /* Adds space between grid items */
}


.header {
      background-color:powderblue;
      color: white;
      padding: 20px;
      text-align: center;
    }
   
.header h1 {
      margin: 0;
    }
  h1 {
    color: red;
    font-family: Arial, sans-serif;
font:30px
}

  .footer {
      text-align: center;
      padding: 10px;
      font-size:100%;
      color:#585858;;
      background: #f0f0f0;
    }
body {
      margin: 0;
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(#e0f7fa, #ffffff);
      color:#003366;
    }

body {
       font-family: 'Segoe UI', sans-serif;
      /*font-family: Arial, sans-serif;*/
      margin: 0;
      background-color:purple;
      padding: 0;
    }

.img {
  max-width: 100%;
  height: auto;
  display: block; /* Optional: Removes extra space below the image, common with inline elements */
}

   .a {
      color: #003366;
      text-decoration: none;
    }
   
*para { 
style =text-align: justify;  
}
div {
  text-align: justify;
  text-justify: inter-word;
}
    
   /*.section {
      height: 75vh;
      text-align: jstify;
      padding: 25px;
      border-bottom: 1px solid #ccc;
}*/
    
    .section h4 {
      color: #003366;
      text-align: left;

    }

    

/* * {
  box-sizing: border-box;
}*/

/*.row {
  display: flex;
}*/

#meghraj {
  font-family: ;
  border-collapse: collapse;
  width: 100%;
}

#meghraj td, #meghraj th {
  border: 1px solid #ddd;
  padding: 8px;
}

#meghraj tr:nth-child(even){background-color: #f2f2f2;}

#meghraj tr:hover {background-color: #ddd;}

#meghraj th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}




