@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.carrer-section-one{
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    height: 400px;
    background: rgb(34,153,170);
    background: linear-gradient(80deg, rgba(34,153,170,1) 0%, rgba(1,12,36,1) 100%);
}

.carrer-section-one .about-molecule-one{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
}

.carrer-section-one .about-molecule-two{
    width: 500px;
    height: 500px;
    position: absolute;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: 0px;
}

.carrer-section-one .row {
    width: 100%; 
}

.carrer-section-one .carrer-head {
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center; 
}


.carrer-head{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.carrer-head h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    line-height: 1.5;
}

.btn-carrer{
    scrollbar-width: 20px;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .career-container {
    display: flex;
    max-width: 147px;
    flex-direction: column;
    color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.6px;
    font: 400 15px Helvetica, sans-serif;
  }
  .career-link {
    display: flex;
    gap: 8px;
    padding: 13px 25px;
    border: 2px solid rgba(255, 255, 255, 1);
    text-decoration: none;
    color: inherit;
  }
  .career-icon {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 19px;
    margin: auto 0;
  }

  .custom-notification-box{
    display: none;  
  }
  
  .notification-box{
      display: none;
  }


  /* ---------------carrer page two----------------- */

  .carrer-section-two{
    width: auto;
    height: 80%;
  }

  .carrer_side_pattern_one{
    position: relative;
    right: 253px;
  }

  .carrer_side_pattern_two{
    position: relative;
    left: 253px;
  }




  .career-section {
    display: flex;
    max-width: 1200px;
    width: 100%;
    flex-direction: column;
    font-family: Helvetica, sans-serif;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
  }

  .section-title {
    color: rgba(182, 179, 179, 1);
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 1.92px;
    text-align: center;
    margin: 0;
  }

  .section-subtitle {
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.48px;
    text-align: center;
    margin: 10px 0;
  }

  .divider {
    width: 100%;
    height: 1px;
    border: none;
    background-color: rgba(1, 12, 36, 1);
    margin: 15px 0;
  }

  .job-listing {
    width: 100%;
    padding: 15px 0;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

  .job-listing:hover {
    background-color: rgba(1, 12, 36, 0.02);
  }

  .job-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }

  .job-title {
    color: rgba(14, 61, 68, 1);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.6px;
    margin: 0;
  }

  .job-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
  }

  .job-date {
    color: rgba(0, 0, 0, 0.5);
  }

  .status-open, .status-closed {
    padding: 2px 11px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 2px;
    min-width: 60px;
    text-align: center;
  }

  .status-open {
    color: rgba(12, 183, 12, 1);
  }

  .status-closed {
    color: rgba(240, 20, 20, 1);
  }

  .status-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
  }

  .status-icon.rotate {
    transform: rotate(0deg);
  }

  .job-listing[aria-expanded="true"] .status-icon {
    transform: rotate(180deg);
  }

  .job-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-top: 15px;
    padding: 0 20px;
  }

  .job-details.hidden {
    display: none;
  }

  .job-description {
    color: rgba(1, 12, 36, 1);
    font-size: 11px;
    line-height: 1.5;
    margin: 10px 0;
  }

  .text-default{
    font-family: "Poppins", serif;
    font-size: 15px;
  }

  .action-buttons {
    display: flex;
    gap: 20px;
    margin: 15px 0;
  }

  .notification-btn, .apply-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid rgba(1, 12, 36, 1);
    background: none;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 4px;
  }

  .apply-btn a{
    text-decoration: none;
    color: #000;
  }

  .notification-btn:hover, .apply-btn:hover {
    background-color: rgba(1, 12, 36, 0.05);
    transform: translateY(-1px);
  }

  .notification-btn:focus, .apply-btn:focus {
    outline: 2px solid rgba(1, 12, 36, 0.5);
    outline-offset: 2px;
  }

  .btn-icon {
    width: 14px;
    height: 14px;
  }

  .text-highlight {
    color: rgba(34, 153, 170, 1);
  }

  .pagination{
    display: flex;
    justify-content: center;
  }

  .pagination-btn {
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white;
  }
  
  .pagination-btn.active {
    background-color: #000000;
    color: white;
    border-color: #000000;
  }

  .custom-padding-carrer{
    padding-left: 10%;
    padding-right: 10%;
  }
  

  @media (max-width: 991px) {
    .career-section {
      padding: 20px;
    }

    .section-title {
      font-size: 40px;
    }

    .job-header-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .job-meta {
      width: 100%;
      justify-content: space-between;
    }

    .action-buttons {
      flex-direction: column;
      gap: 10px;
    }

    .notification-btn, .apply-btn {
      width: 100%;
      justify-content: center;
    }

    .carrer-section-one .about-molecule-one{
        display: none;
    }
    
    .carrer-section-one .about-molecule-two{
        display: none;
    }
    .carrer-head h1 {
        color: white;
        text-align: center;
        font-size: 24px;
        font-weight: 200;
        line-height: 1.5;
    }
    .pagination-btn {
        padding: 10px 15px;
        margin: 5px;
        cursor: pointer;
        border: 1px solid #ccc;
        background-color: white;
      }
      
      .pagination-btn.active {
        background-color: #000000;
        color: white;
        border-color: #000000;
      }
      
  }


  