 *{
      margin: 0;
      padding: 0;
         overflow-x: hidden;
     }

body {
      margin: 0;
      padding: 0;
      height: 80%;
      overflow-x: hidden;
      width: 100%;
     font-family: 'Montserrat', sans-serif;
    }

     ::-webkit-scrollbar{
      width: 0;
     }
    .hero {
       background: url('./images/i1/consulting.jpg') no-repeat top center/cover;
      height: 65vh;
      color: white;
      background-attachment: fixed;
      position: relative;
    
      font-size: 16px;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5); /* dark overlay */
    }
.close-icon {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s;
}


    .hero-content {
      position: relative;
      z-index: 1;
      top: 60%;
      transform: translateY(-50%);
      text-align: center;
    }
     .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    z-index: 1000;
  

  background-color: transparent; 
}
@media (max-width: 800px) {
     .navbar-nav {
    backdrop-filter: blur(9px);
    z-index: 1000;
  
  } 
   .hero {
    background-attachment: scroll !important;
  }
 footer .title{
  font-size: 18px;
}
  footer .para{
  font-size: 14px;
}
}
/* Fixed size for toggle button */
.navbar-toggler {
  width: 2.5rem;  /* or 40px */
  height: 2.5rem;
  padding: 0; /* removes extra internal spacing */
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler .navbar-toggler-icon,
.navbar-toggler .close-icon i {
  font-size: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
}

/* Remove outline and box shadow on focus */
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

    .btn-action {
      background-color: #0b7285;
      color: white;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    
  
    .form-control:focus {
      box-shadow: none;
      border-color: #006D77;
    }
    .btn-submit {
      background-color: #006D77;
      color: #fff;
    } 
 
     footer {
  background-color: #011627;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 400px) {
  footer .row {
    padding: 75px 25px 25px 25px;
   
  }
  
}

footer h2 {
  font-size: 23px;
  font-weight: 400;
}
footer h6 {
  font-size: 17px;
  font-weight: 400;
}
footer p {
  font-size: 15px;
  font-weight: 400;
}
footer nav {
  margin-right: -50px;
  text-align: left;
}
footer a {
  color: white;
  transition: ease 0.3s;
}
footer a:hover {
  color: #99ff14;
}

