
    *{
      margin: 0;
      padding: 0;
         overflow-x: hidden;
     }
body {
      margin: 0;
      padding: 0;
      height: 80%;
      overflow-x: hidden;
     font-family: 'Montserrat', sans-serif;
    }

     ::-webkit-scrollbar{
      width: 0;
     }
    .hero {
       background: url('./images/i1/study.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);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      top: 60%;
      transform: translateY(-50%);
      text-align: center;
    }
 
.close-icon {
  font-size: 1.5rem;
  color: #000;
  transition: 0.3s;
}

 .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;
}

   /*   .hero-overlay {
     z-index: 3;
      height: 88%;
      display: flex;
      align-items: center;
      justify-content: center;
   
    }  
.hero-overlay .hero-text{
  z-index: 3;
} */
   
    .btn-action {
      background-color: #0a6672;
      color: white;
      border: none;
    }

    .btn-action:hover {
      background-color: #084f58;
    }

    .hero-text {
      font-size: 3rem;
      font-weight: bold;
      text-transform: lowercase;
    }
     body {
      font-family: 'Montserrat', sans-serif;
    }
     .about-container .row {
       margin-top: 50px;
margin-bottom: 30px;    } 

@media( min-width:920px){
 .about-container .about{
       margin-top: 100px;
margin-bottom: 30px;    } 

}
    .left-text {
     letter-spacing: 1px;
    font-size: 25px;
    font-weight: 600;
    }
    .section-bg {
      background-color: #f6fbfc;
    }
    .section-title {
      font-weight: 600;
      font-size: 25px;
    }
.section-para{
  font-size: 15px;
}
    .name{
      margin-top: 50px;
   font-size: 20px;
    }
    ul.custom-list {
   list-style: none;
      padding-left: 0;
    }
    ul.custom-list li::marker {
      color: #008c9e;
    }
     .custom-list li {
      position: relative;
      padding-left: 1.5rem;
      font-size: 15px;
      margin-bottom: 0.75rem;
    }
    .custom-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.4rem;
      width: 0; 
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #0b7285; /* Custom blue arrow */
    }
     
    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;
}
