.bottom-card1 {
    /* display: block;
    position: relative;
    width: 350px;
    height: 235px;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 14px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    color: #000; */
    text-align: center;
    color: #000;
    
  
    
  
  }

  .bottom-card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -110px;
    background: #3498db;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }
  .bottom-card1:hover:before {
    transform: scale(21);
  }
  
  
  .bottom-card1:hover span {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  
  .bottom-card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .bottom-card1 span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  
  .bottom-card1 .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: #3498db;
    border-radius: 4px;
    /* border: 1px solid #deebfd; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
  }
  
  .bottom-card1 i {
    color: #3a3b3b;
    font-size: 23px;
    transition: ease-in-out 0.3s;
    color: #fff;
  }

  
  
  .double-card ul {
    text-align: left;
    font-size: 12px;
    color: #282741;
    margin-top: 10px;
    line-height: 22px;
  }
  
  .double-bottom-card1 {
    /* display: block;
    position: relative;
    width: 350px;
    height: 235px;
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 14px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    text-align: center;
    color: #000; */
    text-align: center;
    color: #000;
    
  
  }
  .double-bottom-card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -110px;
    background: #3498db;
    width: 100px;
    height: 100px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }
  .double-bottom-card1:hover:before {
    transform: scale(21);
  }
  
  .double-bottom-card1:hover span {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }

  .bottom-card1:hover .icon{
    background: #fff;
  }
  .bottom-card1:hover i{
    color: #3498db;
  }

  .double-bottom-card1:hover .icon{
    background: #fff;
  }
  .double-bottom-card1:hover i{
    color: #3498db;
  }
  
  .double-bottom-card1:hover p,
  .double-bottom-card1:hover ul {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .double-bottom-card1 span {
    font-size: 17px;
    color: #000;
    font-weight: 600;
  }
  
  .double-bottom-card1 .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    background: #3498db;
    border-radius: 4px;
    /* border: 1px solid #deebfd; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
  }
  
  .double-bottom-card1 i {
    color: #3a3b3b;
    font-size: 23px;
    transition: ease-in-out 0.3s;
    color: #fff;
  }
  
  /* .double-card {
    width: 96%;
    height: 270px;
  }
   */
  .carousel-item-1 .row {
    width: 100% !important;
  }
  
  /* Media Query for Mobile Devices */
  @media (max-width: 480px) {
    /* .double-card{
      height: 410px;
    } */
    .double-card ul{
      font-size: 11px;
      margin-left: 6%;
      line-height: 17px;
    }
    .head-content{
      padding: 20px;
    }
  }


  
   .icon-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
  }
   .openings-box{
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    width: 100%;
  }
  .openings-box .openings-list-head{
    font-size: 18px;
    font-weight: 600;
    float: left;
  }
  .openings-box .openings-list-job-type, .openings-box .openings-list-job-location{
    font-size: 16px;
    font-weight: 400;
  }
  .openings-box .openings-list-head-div{
    width: 50%;
    float: left;
  }
  .openings-box .apply-btn-div{
    width: 50%;
    /* float: right; */
  }
  .openings-box .apply-btn-div .apply-btn{
    float: right;
  }
  .openings-box .apply-btn{
    background-color: #3498db !important;
    border: #3498db !important;
  }

  .job-description-card {
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    /* height: 94%; */
    padding: 5%;
  }

  
  .centered-container {
    text-align: center; 
}

.centered-container ul {
    display: inline-block; 
    padding: 0; 
    margin: 0 auto; 
}
