body {
  scroll-behavior: smooth !important;
}

a {
  text-decoration: none !important;
}

nav,
#mobile-menu {
  background-color: black  !important;
}
.shodow{
  box-shadow: 2px 2px 5px #30983b !important;
}
footer {
  background-color: black  !important;
}
#home{
  color: black;
  /* background:  linear-gradient(rgba(0, 0, 0, 0.226), black),url("./images/hero.jpg"); */
  background:  #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/* Privacy and Terms Conditions */
.page {
  text-align: justify;
  padding: 20px;
}

.page h3 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.page h4 {
  font-size: 25px;
  font-weight: 500;
  text-align: start;
  margin: 10px 0px;
}

.page p {
  font-size: 18px;
  margin-bottom: 10px;
}

.page ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 10px;
}

.page ul li {
  margin-bottom: 10px;
}

.page a {
  margin-bottom: 10px;
  color: #007bff !important;
  font-weight: 600;
}
