*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Work Sans', sans-serif;
}
.adContainer {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: center;  
    text-align: center;
  }
  .Heading {
    width: 90vw;
    height: 30vh;
    background-image: url('../img/criticaSecImage.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
    border-radius: 10px;
    opacity: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
/* sidebar */

.sidebar{
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  height: auto;
  padding-bottom: 20px;
 
}
.sidebar ul li a{
  /* padding: 20px 30px; */
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin-top: 4%;
  font-size: 15px;
}

.sidebar ul li a img{
  width: 15px;
  height: 18px;
}
.nav-pills .nav-link.active {
  background-color: #FFEFE6;
  color: #000; /* Optional: Change text color for better contrast */
}
 
/* step sec */


 .step{
  padding: 20px 20px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin-left: 4%;
 }

 .step button{
  color: #FF5C00;
  background-color: white;
  font-size: 12px;
  font-weight: 400;
 }
  .step button img{
    width: 14px;
    height: 17px;
  }

  .stepHead{
    font-size: 20px;
    color: #67B208;
    font-weight: 500;
   }
  
   .stepHead span{
    font-size: 30px;
   } 
  

.stepText{
  font-size: 14px;
  font-weight: 400;
}

.stepText span{
  color: #FF5C00;
  font-weight: 400;
}

.step .stepDesc{
  background-color: #F2F2F2;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px;
}

/* Ratings */





/* feedback sec */
.feedback{
  margin-left: 40%;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 30px;
}

/* cases */
.cases{
  padding-left: 6%;
}