body{
    background-image: url("../imgs/Elevate\ Education.png");
    height: 100vh;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
  .blue-icon{
    color: #2980B9;
  }
  #nav{
      /* border-bottom: 5px solid gray; */
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }

  #current{
    color: #00f;
  }

  #side-nav{
      display: none;
  }
  #nav-items{
      color: #000;
  }
  .dropbtn {
      background-color: #3498DB;
      color: white;
      padding: 16px;
      font-size: 16px;
      border: none;
      cursor: pointer;
    }
    
    .dropbtn:hover, .dropbtn:focus {
      background-color: #2980B9;
    }
    
    .dropdown {
      position: relative;
      display: inline-block;
    }
    
    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
    
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
    }
    
    .dropdown a:hover {background-color: #ddd;}
    
    .show {display: block;}
  
  /* hamburger-icon */
  
  .container {
      display: inline-block;
      cursor: pointer;
      display: none;
      
    }
    
    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #333;
      margin: 6px 0;
      transition: 0.4s;
    }
    
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }

    .h1-help{
        margin-top: 3%;
        margin-left: 36vw;

    }

    .help-btn-middle{
        width: 80%;
    }

    .help-btn{
        margin-bottom: -20%;
        width: 80%;
    }

   .card{
    margin-left: 5%;
   }

.title{
    position: absolute;
    margin-left: 45%;
    margin-top: 3%;

}
.title-background{
    width: 200px;
    height: 50px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
}
.text-uppercase{
    margin-top: -18%;
    margin-left: 19%;
    font-weight: bold;
}

 .help-categories{
        margin-top: 10%;
        width: 100vw;
        /* margin-left: 10%; */
    }
  
  .labels{
    position: absolute;
    margin-left: 7%;
    margin-top: -5.5%;
    font-size: 13px;
  }
  .labels2{
    position: absolute;
    margin-left: 7.9%;
    margin-top: -5.5%;
    font-size: 13px;
  }
  .labels span{
    font-style: italic;
  }
  .labels2 span{
    font-style: italic;
  }
  body{
    background-image: url("../imgs/Elevate\ Education.png");
    height: 100vh;
    background-repeat: no-repeat;
  }
  .blue-icon{
    color: #2980B9;
  }
  #nav{
      /* border-bottom: 5px solid gray; */
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  }
  .display-3{
    margin-left: 5%;
    margin-top: 6%;
    position: absolute;
    color: #000;
  }
  #username{
    font-weight: bold;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .badge {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}


.badge-pill {
    border-radius: 20rem;
}


.badge-danger {
    background-color: #dc3545;
}
.user-dropdown{
  background-color: #fff;
  border: 1px solid black;
  padding: 10px;
  width: 15vw;
  display: block;
}


  .rounded-circle{
    max-width: 33%;
    height: auto;
    position: absolute;
    margin-top: 5%;
    margin-left: 63%;
   
  }
  .blue-circle {
    margin-top: 30%;
    margin-left: 64%;
    background: linear-gradient(90deg, #3824cd, #9d84ff);
    width: 7%;
    height:14%;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
  }
  
  
  #side-nav{
      display: none;
  }
  #nav-items{
      color: #000;
  }
    
.card-section{
    display: flex;
    gap: 40px; 
    position: absolute;
    margin-left: 5%;
    margin-top: 15%;
}
.card{
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}
.card img{
    width: 100px;
    height: 100px;
    /* border-radius: 50%; */
    margin-left: 35%;
    margin-top: 10%;
}

.compiler-h2{
    color: white;
}

h5{
    text-align: center;
    font-weight: bolder;
}
.card p{
    text-align: center;
}
.btn4 {
    width: 80%;
    height: 11%;
    text-decoration: none;
    background: #00f;
    border: none;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    margin-left: 4%;
    overflow: hidden;
    z-index: 1;
    margin-top: 8%;
  }
  
  .btn4::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color:#007bff;
    opacity: 0;
    border-radius: 30px;
    transition: opacity 0.3s ease, right 0.3s ease;
    z-index: -1;
  }
  
  .btn4:hover::before {
    opacity: 1;
    right: 0; 
  }

  .btn5 {
    width: 80%;
    height: 11%;
    text-decoration: none;
    background: #00f;
    border: none;
    border-radius: 30px;
    color: #fff;
    position: absolute;
    margin-top: 7%;
    margin-left: 4%;
    overflow: hidden;
    z-index: 1;
  }
  
  .btn5::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%; 
    width: 100%;
    height: 100%;
    background-color:#007bff;
    opacity: 0;
    border-radius: 30px;
    transition: opacity 0.3s ease, right 0.3s ease;
    z-index: -1;
  }
  
  .btn5:hover::before {
    opacity: 1;
    right: 0; 
  }
  /* hamburger-icon */
  
  .container {
      display: inline-block;
      cursor: pointer;
      display: none;
      
    }
    
    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #333;
      margin: 6px 0;
      transition: 0.4s;
    }
    
    .change .bar1 {
      transform: translate(0, 11px) rotate(-45deg);
    }
    
    .change .bar2 {opacity: 0;}
    
    .change .bar3 {
      transform: translate(0, -11px) rotate(45deg);
    }
  
  .close{
    background: none;
    border: none;
    font-size: 30px;
  }

  /* Style for the level links */
  .level-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000; /* Initial color */
    text-decoration: none;
    font-size: 23px;
    margin-bottom: 30px;
    margin-left: 18%;
    margin-top: 5%;
    position: relative;
    transition: color 0.3s, transform 0.3s; /* Transition for color and transform */
}

.helpExit{
  right: 2;
  float: right;
  display: flex;
  font-size: 2rem;
  cursor: pointer;
}

.gettingStarted{
  width: 80%;
  height: 80vh;
  background: white;
  padding: 15px;
  top: 0;
  margin-left: 10%;
  margin-top: 6%;
  position: absolute;
  z-index: 50;
  display: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.modules{
  width: 80%;
  height: 80vh;
  background: white;
  padding: 15px;
  top: 0;
  margin-top: 6%;
  position: absolute;
  z-index: 51;
  display: none;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.helpForm{
  width: 55%;
  height: 80vh;
  background: white;
  padding: 15px;
  top: 0;
  margin-top: 6%;
  position: absolute;
  z-index: 51;
  display: none;
  margin-left: 10%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.formArea{
  margin-top: 3%;
}

#itImg{
  display: block;
  margin-left: 20%;
}

.helpInput{
  margin-bottom: 2%;
}

.cancelBtn{
  margin-top: -6.3%;
  margin-left: 10%;
  position: absolute;
}

label{
  font-weight: bold;
}

em{
  color: black;
  background: whitesmoke;
}

#header1{
  margin-top: 2%;
}

/* Style for the ">" arrow */
.level-arrow {
    position: absolute;
    margin-left: 67%;
}

/* Hover styles */
.level-link:hover {
    color: #00f; /* Hover color */
    transform: translateX(5px); /* Move slightly to the left on hover */
}


@media only screen and (max-width: 1320px) {

  .help-categories{
    margin-top: 12%;
    width: 100vw;
    margin-left: 8%;
}


}

@media only screen and (max-width: 1160px) {

  .help-categories{
    margin-top: 14%;
    width: 100vw;
    margin-left: 4%;
}



}

@media only screen and (max-width: 900px) {
  .m-dropdown {
    margin-top: 4%;
  }
  
  .m-dropdown .m-dropbtn {
    border: none;
    outline: none;
    color: #000;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  

}

@media only screen and (max-width: 800px) {
  .m-dropdown {
    margin-top: 5%;
  }
  
  #itImg{
    display: none;
  }
  .m-dropdown .m-dropbtn {
    border: none;
    outline: none;
    color: #000;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  

}  
    @media only screen and (max-width: 700px) {
      body{
        height: 100vh;
      }
      #nav{
          display: none;
          position: relative;
          
      }
      #side-nav{
          display: block;
      }
      .container {
          display: inline-block;
          right: 0;
        }
      #nav-links{
          display: none;
      }
      .rounded-circle{
        display: none;
      }
      .blue-circle{
        display: none;
      }
      
      #header1{
        font-size: 40px;
        margin-top: 15vh;
      }

      .card-section{
        margin-top: 45vh;
        width: 88%;
      }
  
      .card-title{
        font-size: medium;

      }
      .card-text{
        font-size: 12px;
      }
      
      .btn4{
        height: 8%;
        width: 80%;
        margin-top: 8%;
        margin-bottom: 0;
      }
      .btn5{
        height: 8%;
        width: 80%;
        margin-bottom: 0;
      }

    }
  
    @media only screen and (max-width: 460px) {

      body{
        background-size: cover;
      }
      
      #header1{
        font-size: 30px;
        margin-top: -15vh;
        margin-left: 1%;
        text-align: center;
      }

      .help-categories{
        margin-top: 60%;
        width: fit-content;
        margin-left: 13%;
        height: 120vh;
      }
      .card-section{
        display: block;
        margin-top: 30vh;
        height: 120vh;
        margin-left: 22%;
        height: 140vh;
      }
      .card{
        margin-bottom: 10%;
    
      }
      #gsBtn{
        margin-top: -22%;
      }
      #accountBtn{
        margin-top: -22%;
      }
      #cards2{
        height: 38vh;
      }
      .gettingStarted{
        margin-top: 22%;
        height: fit-content;
      }
      .modules{
        margin-top: 22%;
        height: fit-content;
      }
      .helpForm{
        margin-top: 22%;
        margin-left: -8%;
        width: 90%;
        height: fit-content;
      }
      .helpInput{
        width: 100%;
      }
      .cancelBtn{
        margin-top: 0%;
        margin-left: 1px;
        width: 92%;
        position: absolute;
      }
      em{
        margin-top: 20%;
        position: absolute;
        width: 90%;
      }


  }


    @media only screen and (max-width: 700px) {
      #nav{
          display: none;
          position: relative;
          
      }
      #side-nav{
          display: block;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
      }
      .container {
          display: inline-block;
          right: 0;
        }
      #nav-links{
          display: none;
      }
    }
  