﻿body 
{
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
    color: #333; /* Dark grey text color for the body */
}

header {
    background-color: #f0f0f0; /* Light grey background */
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

header h1 {
    margin: 0;
    color: #666; /* Medium grey for the title */
}

header .links {
    display: flex;
    align-items: center;
}

header .links a {
    text-decoration: none;
    color: #666; /* Medium grey color for hyperlinks */
    margin: 0 15px;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

header .links a:hover {
    background-color: #d3d3d3; /* Slightly darker grey on hover */
}

.hero,
.about,
.services,
.contact {
  max-width: 1200px;
  margin-bottom: 20px;
}


.header {
      padding: 0 70px;
      display: flex;
      align-content: center;
      justify-content: space-between;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #666;
    }

.nav {
      display: flex;
      align-content: center;
      justify-content: center;
      gap: 60px;
      list-style-type: none;
    }

.nav li a {
      text-decoration: none;
      color: #666;
      font-size: 1.2rem;
      font-weight:bold;
    }
    
    .hero {
      background-color: White;
      height: 500px;
     /* background-image: url('Attach/Bg_RAM.png'); 
      background-size: conver;
      background-position: center;*/
          
    }

.hero h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 14;
    }

.about {
      /*background-color: #C8B6B0;*/
      height: 120px;
    color: #D5C3BE;
}


.about h1 {
      display: flex;
      align-items: center;
      justify-content: left;
      line-height: 2;
      color: #666;
    }

.services {
      /*background-color: #eee;*/
      height: 200px;
    }

.services h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 6;
    }


.contact {
      background-color: #eee;
      height: 200px;
    }

.contact h1 {
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 6;
    }

.footer {
      background-color: #777;
      height: 50px;
    }

.footer p {
     margin: 110px;
      line-height: 1.7;
    }
 
 .box-shadow {
      font-family: cursive, sans-serif;
      background-color: #C8B6B0;
      color: White;
      padding: 1px;
      border-radius: 2px;
      box-shadow: 2px 2px 20px 15px #666;
    }
   
    
    .box-shadowContactus {
      font-family: cursive, sans-serif;
      background-color: #C8B6B0;
      color: white;
      padding: 1px;
      border-radius: 2px;
      box-shadowContactus: 2px 2px 20px 15px #666;
    }         
          
    .boxAuthentication
    {
        border-radius: 50px 50px 30px; margin-top: 50px; margin-left:150px; 
      margin-right:25px;  background: #C8B6B0;   padding: 20px;   width: 1000px;    height: 400px;
    }      
    
          
          
            
  #rcorners2 {
  border-radius: 15px 50px 30px;
  background: #666;
  padding: 20px; 
  width: 500px;
  height: 200px; 
}

    #rcorners3 {
  border-radius: 15px 50px 30px;
  background: #C8B6B0;
  padding: 20px; 
  width: 580px;
  height: 200px; 
}

    #rcorners4 {
  border-radius: 15px 50px 30px;
  background: #C8B6B0;
  padding: 20px; 
  width: 500px;
  height: 200px; 
}

    #rcorners5 {
  border-radius: 15px 50px 30px;
  background: #666;
  padding: 20px; 
  width: 580px;
  height: 200px; 
}

    #rcorners1 {
  border-radius: 15px 50px 30px;
  background: White;
  padding: 20px; 
  background-image: url('Attach/Bg_RAM.png'); 
  background-size: conver;
  background-position: center;
}

    #rcorners6 {
  border-radius: 15px 50px 30px;
  background: White;
  padding: 20px; 
  width: 1200px;
  height: 100px; 
}
   
      #ScreenForm {
   border-radius: 15px 50px 30px;
  background: #C8B6B0;
  padding: 20px; 
  width: 500px;
  height: 200px; 
}    

#datetime {
    font-size: 0.9em;
    color: #666; /* Medium grey color for date-time */
    font-weight: bold;
}

.boxhome
{
  border-radius: 15px 50px 30px;
  padding: 20px; 
  background-image: url('Attach/Bg_RAM.png'); 
  background-size: conver;
  background-position: center;
  margin-left:12px;   width: 1175px;  height: 220px;
    }
    
.smallButton 
{
  /*background: #C8B6B0; */
  background: #666; 
}


.smallButton :hover {
   background-color: #C8B6B0;

 }
 
 .Gv_Complaint
{
    height: 65vh;
    overflow: scroll;
}
        
.Gv_Complaint tr:first-child, .Gv_Complaint > tbody > tr:first-child 
{
   position: sticky;
   top: 0;
   z-index: 1;
}

.Gv_Complaint a:hover
{  foont-size:12px !important;
}