.bi-people::before {
    content: "\f4d0";
    color: white;
    font-size: 50px;
}
.become-banner {
    position: relative;
    width: 100%;
    max-width: 100%; 
    padding: 0px;
}

.become-banner img {
    width: 100%;
    display: block;
    vertical-align: middle;
}

.become-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.become-overlay-content {
    text-align: center;
    color: white;
    padding: 20px;
}

.become-overlay-content h1 {
    font-size: 36px; 
    margin-bottom: 20px; 
}
.become-overlay-content{
    display: flex;
    flex-direction: column;
}
.become-overlay-content1{
    display: flex;
    flex-direction: column;
    bottom: 15%;
    position: absolute;
}
.become-button {
    display: inline-block;
    background-color: white;
    color: black; 
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px; 
    font-size: 18px; 
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.become-button:hover {
    background-color: #0056b3;
    text-decoration: none; 
    color: white;
}
.become-richtext{
     text-align: center;
     padding: 50px;
     display: flex;
     justify-content: center;
}
.become-richtext h1 {
    padding-bottom: 10px;
    font-size: 25px;
}
.text-sub-become p{
    font-size: 20px;
}
.text-sub-become{
    width: 80%;
}
.become-richtext h1{
    padding-bottom: 10px;
}
.become-banner-set img{
    width: 100%;
}
.image-icon-text{
    text-align: center;
    padding: 50px;
}
.image-icon-text h1{
    font-size: 25px;
}
.main-become-block-set{
    display: flex;
    justify-content: space-around;
}
.main-become-block{
    margin: 20px 10px;
    width: 25%;
}
.become-block-para{
    padding: 40px 10px;
    background-color: rgb(190, 190, 190);
    color: black;
    border-radius: 20px;
}
.become-block-text h6{
    font-weight: 600;
}
.become-block-para p{
    color: black;
}
.become-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 50px 10px;
}

.become-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    color: black;
    text-align: center;
    font-weight: 500;
}

.become-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.become-left-image,
.become-right-image {
    flex: 0 0 20%;
    text-align: center;
}

.become-left-image img,
.become-right-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.become-center-paragraph {
    flex: 0 0 60%;
    padding: 0 20px;
}

.become-center-paragraph p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #666;
}
.become-last-button{
    display: inline-block;
    background-color: #0056b3;
    color: white; 
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px; 
    font-size: 18px; 
    transition: background-color 0.3s ease;
}
.become-last-button:hover{
    background-color: white;
    color: #0056b3 ;
}
.become-last-set{
    text-align: center;
    padding: 50px;
}
.become-last h1{
    font-size: 25px;
}
.become-last p{
    font-size: 20px;
}
.become-block-para p {
    color: black;
    font-size: 18px;
}
.become-center-paragraph {
    flex: 0 0 60%;
    padding: 0 0px;
    font-size: 14px;
}
@media only screen and (max-width: 980px) {
    .become-richtext {
        text-align: center;
        padding: 20px;
        display: flex;
        justify-content: center;
    }
    .text-sub-become {
        width: 100%;
    }
    .become-richtext h1 {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .become-richtext p {
        
        font-size: 12px;
    }
    .image-icon-text h1{
        font-size: 20px;
    }
    .main-become-block-set {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
    }
    .main-become-block {
        margin: 20px 10px;
        width: 100%;
    }
    .image-icon-text {
        text-align: center;
        padding: 20px;
    }
    .become-heading {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
        color: black;
        text-align: center;
        font-weight: 500;
    }
    .become-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .become-last h1{
        font-size: 20px;
    }
    .become-last p{
        font-size: 12px;
    }
    .become-block-para p {
        color: black;
        font-size: 14px;
    }
    .become-button {
        display: inline-block;
        background-color: white;
        color: black;
        text-decoration: none;
        padding: 6px 20px;
        border-radius: 5px;
        font-size: 12px;
        transition: background-color 0.3s ease;
    }
}
@media only screen and (max-width: 1050px) {
    .become-banner {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-top: 70px ;
    }
    .nav-center {
        /* display: none; */
        position: absolute;
        /* top: 60px; */
        left: auto;
        width: 100% !important;
        /* background-color: #333; */
        right: auto;
        margin: 0 auto;
        text-align: center;
    }

.nav-center {
    text-align: center;
}

/* Initially hide the menu */
.slidebar {
    display: none;
    background-color: #333;
    position: absolute;
    width: 100%;
    top: 56px !important; /* Adjust based on the height of your navbar */
    left: 0 !important;
    z-index: 1000;
    opacity: 1 !important;
    background: black!important;
    width: 100% !important;
    height: auto !important;
    text-align: left !important;
}
.box_1 {
  box-sizing: border-box;
  width: 97%;
  max-width: 100%;
  text-align: left;
  padding: 5px !important;
  margin-top: 8px !important;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
/* Menu items styling */
.nav-menu ul {
  color: white;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-menu ul li {
  color: white;
    padding: 8px 16px;
    border-bottom: 1px solid white;
}
.submenu li{
  border-bottom: 0px !important;
}
.menu-item.open > a .arrow-nav {
  transform: rotate(180deg);
  transition: transform 0.3s;
 
}
.menu-item .submenu {
  display: none !important;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.menu-item.open .submenu {
  display: block !important;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.arrow-nav{
  display: grid;
  align-items: center;
}
.menu-item div{
  display: flex;
  justify-content: space-between;
}
.nav-menu a {
  padding: 15px;
}

/* Touch event simulation for hover effect on mobile */
.nav-menu a:active {
  background-color: #f0f0f0;
  color: #007bff;
}
.nav-menu ul li a {
  color: white !important;
  text-decoration: none;
  font-size: 13px;
}

.nav-menu ul li a:hover {
    background-color: #575757;
}
.nav-right-btn {
      display: block;
      order: 3;
      text-align: left;
      margin-top: 0px;
  }
  .nav-right{
    text-align: right;
    margin-top: 0px;
  }
  .images_wNav {
    width: 10%;
}
.banner {
  width: 100% !important;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.acad-mbl-nav{
  display: flex;
        align-items: center;
        /* justify-content: center; */
}
.images_wNav {
    width: 6% !important;
}
.nav-center {
  /* display: none; */
  position: absolute;
  /* top: 60px; */
  left: auto;
  width: 50%;
  /* background-color: #333; */
  right: auto;
  margin: 0 auto;
  text-align: center !important;
}

  .nav-menu {
      display: none;
      text-align: center;
  }

  .nav-menu li {
      display: block;
  }
  .academic-image img{
    width: 100%;
  }
  .create-slide-aca img{
    width: 100%;
  }
  /* .nav-center img {
    width: 20%; 
} */

.nav-right-btn {
    order: 3;
}

.nav-right {
    order: 4;
}
}