.bodyStyle {
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(250,250,255,1) 0%, rgba(236,242,255,0.9360337885154062) 100%);
}

.topbar {
  background-color: #00ab55;
  color: #fff;
  /*color: #00ab55;*/
  /*color: #fff;*/
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767px) {
  .topbar {
    font-size: 12px;
  }
}

.footer {
  background-image: url('web/images/foot-bg.jpg'); /* Background image */
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  padding: 40px 0;
}

.footoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 93%); /* Overlay color */
}

.footer a{
  color: #FFFFFF;
}

.footer-text {
  font-size: 13px;
  margin-bottom: 20px;
}
.footer-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}
/* Responsive styling */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }
}