footer.site-footer {
    overflow: unset;
}

.language-switcher-language-url {
    display: none;
}

.news-banner-section {
    overflow: unset;
}

.error.form-control+label:last-child {
    color: #ff0000;
}

.webform-submission-form .error.form-control {
    border-bottom: none !important;
}

.alert.alert-error.alert-danger.alert-dismissible.fade.show {
    display: none;
}

.joinus-form input.form-control {
    color: #fff;
}

.joinus-form input.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.join-us-slider{
    background: #000000;
    min-height: 738px;
}

#joinus-form {
    opacity: 0;
}
#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 80px;  /* Adjust the distance from the bottom */
  right: 20px;   /* Adjust the distance from the right */
  padding: 10px 20px;
  background-color: #212529;
  color: white;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
  font-size: 16px;
}

#scroll-to-top:hover {
  background-color: #555; /* Hover effect */
}
@media screen and (min-width: 1400px) {
    .ourEcosystem {
        height: calc(100vh + 50px);
    }
}
