/*===================Hero===================*/
.hero_wrapper {
  position: relative;
  height: 100vh;
  width: 100vw;
  margin: 0 !important;
  padding: 0 o !important;
}

.hero_content {
  background: #0000;
  position: relative;
  z-index: 100;
  height: 100%;
}
.hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.hero_bg img {
  width: 90%;
  height: auto;
}
/*===================Fonts===================*/

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*===================Navbar===================*/

.navbar .navbar-nav a {
  text-align: center !important; /* Center align nav items on mobile */
}

.navbar .navbar-nav .nav-item {
  float: none; /* Ensure nav items are not floated */
  display: inline-block; /* Display nav items as inline-block */
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*===================Footer===================*/

.footer-links a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  display: block;
}

.footer-links a:hover {
  color: #2980b9 !important;
}

/*===================Buttons===================*/
.btn {
  background-color: #ebbf0f;
  color: white;
}

.btn-blue {
  color: white;
  background-color: #0b4a6f;
}

.btn-blue:hover {
  background-color: #f0f0f0;
  border-color: #0b4a6f;
  color: black !important;
}

.btn-rounded {
  border-radius: 100px !important;
}

/*===================Additional===================*/
.toBG {
  z-index: -1 !important;
}
