body {
    font-family: Arial, sans-serif;
    margin: 0;
  }
  
  .wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
  }
  
  h1 {
    font-size: 2rem;
    text-align: center;
  }
  
  h2 {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  
  p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .firstSection {
    height: 50vh !important;
}
.company-details a ,p{
  cursor: pointer;
  text-decoration: none;
  color: black; 
}
.company-details a,p:hover{
  text-decoration: none;
  color: rgb(139, 127, 127); 
}
@media only screen and (max-width:1030px) {
  .underline{
    font-size: 30px;
  }
  .firstSection {
    height: 550px !important;
} 
}







/* For about us pages styling  */


body {
  font-family: Arial, sans-serif;
  margin: 0;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

header {
  background-color: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

nav {
  display: flex;
  justify-content: space-between;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li {
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #999;
}

.hero {
  background-image: url('https://via.placeholder.com/1200x400');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  text-shadow: 2px 2px #333;
}

.content {
  padding: 50px;
}

h2 {
  font-size: 2rem;
  margin-top: 50px;
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
}





/* For Privecy Policy  */


body {
  font-family: Arial, sans-serif;
  margin: 0;
}

.wrapper {
  width: 80%;
  margin: 0 auto;
}

header {
  background-color: #f2f2f2;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

nav {
  display: flex;
  justify-content: space-between;
}

nav ul {
  list-style: none;
  display: flex;
}

nav li {
  margin-right: 20px;
}

nav a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease;
}

nav a:hover {
  color: #999;
}

.hero {
  background-image: url('https://via.placeholder.com/1200x400');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  color: #fff;
  
}