.boxes {
    width: 50vh;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 1fr 1fr;
    /* gap: 10px; */
    background-color: #f5f5f5;
  }

  .box {
    width: 15rem;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    box-sizing: border-box;
    position: relative; /* Added */
  }

  .circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
  }
  .job-section{
    background-color: #f9f6f6;
  }
  .jobs {
    border: 1px solid #ddd;
    margin: 10px;
  }

  .job-title {
    background-color: white;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
 .job-title .title{
    color:#095192;
    height: 0px;
    padding: 0px;
    font-weight: bold;
  }
  .job-description {
    display: none;
    padding: 10px;
    background-color: #fff;
  }

  .job-description h4{
    font-size: 16px;
    color: #000000a1;
  }

  .job-description p{
    color: rgb(136, 133, 133);
  }

  .job-title.active {
    background-color: #ddd;
  }

  .minus-icon, .plus-icon{
    color: #01D28E;
    font-size: 30px;
    font-weight: bold;
  }

  .plus-icon:before {
    content: "+";
   
  }

  .minus-icon:before {
    content: "-";
   
  }

  .apply-buttons {
    display: flex;
    align-items: center;
  }

  .apply-button {
    margin-right: 50px;
    padding: 5px 10px;
    background-color: white;
    color: #095192;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }

  .details {
    margin-top: 10px;
    
  }

  .job-details{
    display: flex;
    
  }

  .detail-label {
    font-weight: bold;
    margin-right: 5px;
    /* margin-left: 5rem; */
    color: #000000a1;
  }
  .job-openings{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .job-name{
    background-color: white ;
    color: #095192;
    font-weight: bold;
    padding: 5px 0px;
    width: 12.5rem;
    text-align: center;
    border: none;
  }
  .job-names-mobile{
    background-color: rgba(232, 193, 193, 0.454) ;
    color: #095192;
    font-weight: bold;
    padding: 5px 0px;
    width: 7rem;
    text-align: center;
    border: none;
  }

       /* SLIDER */

     

     /* .description{
        width: 20rem;
        height: 18rem;
        position: absolute;
        margin-left: 5rem;
        border: 1px solid black;
     } */

     .about-person-profession{
      font-size: 17px;
      font-weight: bold;
     }

    
     
     .about-slider {
      /* max-width: 100rem; */
      height: 27rem;
       
        overflow: hidden;
        position: relative;
        /* border: 1px solid red; */
    }
    
    .about-slide {
          position: absolute;
        /* top: 0%; */
        /* left: 10%; */
        
        width:80rem;
        height: 25rem;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        /* margin-left: 1rem; */
        transition: transform 1s;
    }
    
    .about-testimonial > img {
      /* Only for images that have different size than slide */
      height: 25rem;
      object-fit: cover;
      width: 15rem;
    }
    
    .active{
        filter: brightness(100%);
          z-index: 2;
          transform: scale(1.6);
    }
    
    
    
    .slider__btn {
      
      border: none;
      background:rgb(1, 210, 142);
      font-family: inherit;
      color: white;
      border-radius: 50%;
      height: 3rem;
      width: 3rem;
      font-size: 1.25rem;
      cursor: pointer;
      /* margin-top: -1rem; */
    }
    
    .slider__btn--left {
      transform: translate(0%, -50%);
      position: absolute;
    right: 8%;
    margin-top: -10px;
    }
    
    .slider__btn--right {
      transform: translate(0%, -50%);
      position: absolute;
    right: 2%;
    margin-top: -10px;
    }
    .about-testimonial {
      width:45%;
    }

    .about__section {
/* Your styling for desktop view */
}

/* Mobile view adjustments */
@media (max-width: 768px) {
.about-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-slider {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.about-slide {
  width: 100%;
  transition: transform 0.5s;
}

.about-person-name,
.about-person-profession,
.about-person-description {
  text-align: center;
}

.slider-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
}

.testimonial-quote {
  position: relative;
}

.quote-mark {
  
  font-size: 10rem;
  color: rgb(1, 210, 142); /* Adjust the color as needed */
  font-weight: bold;
}
/* Change the color of the dropdown arrow */
.dropdown-toggle::after {
  border-top-color: rgb(1, 210, 142);
  margin-left: 40px;
  font-size: 30px;
  margin-bottom: -4px;
}
#jobLocationDropdown.dropdown-toggle::after {
  border-top-color: rgb(1, 210, 142); /* Change this to the desired color for job location arrow */
  margin-left: 40px;
  font-size: 30px;
  margin-bottom: -4px;
}

    .job-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #095192;
        /* margin-bottom: 10px; */
        padding: 35px;
    }

    .job-info {
        flex: 1;
    }
    .job-info p{
      color: #095192;
    font-weight: 600;
    font-family: 'Caladea';
    font-size: 40px;
    }

    .apply-button-jobs {
        margin-right: -25px;
    }
    .apply-button-jobs button{
      background-color: #01D28E;
      border: none;
      padding: 15px 45px;
      color: #fff;
      border-radius: 30px;
      font-family: 'Poppins';
      font-size: 15px;
      font-weight: bold;
    }

    /* life of lkpians */

    

.life-person-profession {
  font-size: 17px;
  font-weight: bold;
}

.life-slider {
  height: 500px;
  width: 660px;
  overflow: hidden;
  position: relative;
  /* border: 1px solid red; */
}

.life-slide {
  position: absolute;
  width: 1380px;
  height: 490px;
  align-items: center;
  justify-content: center;
  transition: transform 1s;
}

.life-testimonial > img {
  /* Only for images that have different size than slide */
  /* height: 25rem; */
  /* object-fit: cover; */
  max-width: 100%;
  height: auto;
  
}


.life__btn {
  border: none;
  background: rgb(1, 210, 142);
  font-family: inherit;
  color: white;
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  font-size: 1.25rem;
  cursor: pointer;
}

.life__btn--left
 {
  /* transform: translate(0%, -50%); */
  top: -155%;
}

.life__btn--right{
  top: -155%;
  left: 2.5%;
}

.life-testimonial {
  width: 650px;
  height: 490px;
}

.life__section {
  /* Your styling for desktop view */
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .life-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .life-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .life-slide {
    width: 100%;
    transition: transform 0.5s;
  }

  .life-person-name,
  .life-person-profession,
  .life-person-description {
    text-align: center;
  }

  .slider-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
}

.icon-layout{
  position: absolute;
    top:-4%;
    left: 100%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    background-color: rgb(1, 210, 142);
    height: 120px;
    border-radius: 50%;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-layout-right{
  position: absolute;
    top:-4%;
    right: 74%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    background-color: rgb(1, 210, 142);
    height: 120px;
    border-radius: 50%;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 20px;
  background-color: #fff;
  color: #095192;
  font-size: 21px;
  border: 1px solid #095192;
  border-radius: 25px;
  padding: 15px 20px;
  cursor: pointer;
  min-width: 150px; 
}

.custom-select-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select-arrow::before {
  content: '▼';
  font-size: 18px;
  color: #01D28E;
}

/* mmodal */
.btn-mmodal {
  padding: 10px 20px;
  display: block;
  margin: 25px auto 0;
  font-size: 18px;
}
.mmodal {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.overlay {
width: 100vw;
top: 0;
left: 0;
right: 0;
bottom: 0;
position: fixed;
background: rgba(49, 49, 49, 0.8);

}



.mmodal-content {
position: absolute;
top: 55%; /* Center vertically */
left: 50%; /* Center horizontally */
transform: translate(-50%, -50%);
line-height: 1.4;

border-radius: 3px;
width: 90%; /* Set a maximum height */
}

.close-mmodal {
position: absolute;
top: 10px;
right: 10px;
padding: 5px 7px;
}
.no-scroll {
overflow: hidden;
}
