.job-list {
    display: flex;
    flex-flow: column;
    /*margin-top: 1rem;
     border: 1px solid #ececec;
    padding: 1.5rem;
    border-radius: 20px; */
}

.job-list__item {
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 1.5rem;
    transition: .3s;
    box-shadow: 0px 6px 25px #0000000F;
}

.job-list__item:hover {
    transform-origin: top
}

.job-list__item a {
    animation: 1.5s fadeInUp
}

.job-list__item__header {
        display: grid;
        grid-template-columns: 50% 25% 20%;
        align-items: center;
        padding: 0rem 0rem 1.5rem 0;
        border-bottom: 1px solid rgb(232 232 232);
        margin: 1.5rem 2rem 0 2rem;
        cursor: pointer;
        position: relative;
}
@media(max-width:1600px)
{
    .job-list__item__header {
    grid-template-columns: 40% 30% 25%;
}
}

@media(max-width:992px)
{
.job-list__item__header {
    grid-template-columns: 40% 25% 26%;
}
}


@media (max-width: 768px) {
    .job-list__item__header {
        grid-template-columns: 40% 25% 30%;
            padding: 0rem 0rem 1.4rem 0;
            margin: 1.4rem 1.4rem 0 1.4rem;
    }
}
.job-list__item__header:after,.job-list__item__header:before {
    content: "\ea9f";
    position: absolute;
    font-family: icomoon;
    right: 0rem;
    transition: .3s;
    font-size: 35px;
    color: var(--web-color3);
    transform: translateY(-25%);
}

.job-list__item.active .job-list__item__header:before
{
    content: "\ea9d";
    position: absolute;
    font-family: icomoon;
    right: 0rem;
    transition: .3s;
    font-size: 35px;
    color:#9f9f9f;
    transform: translateY(-25%);
}

@media (max-width: 768px) {
    .job-list__item__header:after,.job-list__item__header:before {
        font-size: 25px;
    }
}


.filter-card .custom-checkbox .custom-control-label::after,.filter-card h5 span:after,.job-list__item__header:after {
    /* transform: rotate(90deg) */
}

.filter-card .card-header:hover h5 span:after,.filter-card .card-header:hover h5 span:before,.job-list__item:hover .job-list__item__header:after,.job-list__item:hover .job-list__item__header:before {
    /* background: #333 */
}

.filter-card.active h5 span:before {
    transform: rotate(90deg);
    color:#9f9f9f;
}

.filter-card.active h5 span:after,.job-list__item.active .job-list__item__header:after {
    transform: rotate(0);
    opacity: 0
}

.job-list__item__header__title {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    color: var(--web-color3);
}
@media(max-width:1024px)
{
    .job-list__item__header__title {
        font-size: 25px;
    }
}
.career-search,.small-search {
    margin-bottom: 5rem
}

.job-list__item__details {
    padding: 1.5rem 2rem;
    background: #fff;
    display: none;
    border-radius: 20px
}

#clearFilter.show,.job-list__item.active .job-list__item__details {
    display: block;
    color: var(--web-color3);
     font-weight: 500;
}

.job-list__item__details p {
    /* font-size: 1rem; */
    line-height: 1.7;
    animation: 1s fadeInUp
}

.job__exp__sec {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.job-vacancies,.job__exp,.job__location {
    font-size: 20px
}
@media(max-width:768px)
{
.job-vacancies, .job__exp, .job__location {
    font-size: 16px;
}
}

.job-vacancies strong,.job__exp strong,.job__location strong{
    font-size: 22px
}
@media(max-width:1024px)
{
    .job-vacancies strong,.job__exp strong,.job__location strong{
        font-size: 18px;
    }
}
@media(max-width:768px)
{
    .job-vacancies strong,.job__exp strong,.job__location strong{
        font-size: 16px;
    }
}
@media(max-width:576px)
{
    .job-vacancies strong,.job__exp strong,.job__location strong{
        font-size:16px;
}
}

.job__exp {
    animation: .5s fadeInUp;
    display: flex;
    flex-wrap: wrap;
}

.job-filter-panel {
    border: 1px solid #ececec;
    padding: 1.5rem;
    border-radius: 20px;
    background: #fafafa;
    /* position: sticky; */
    /* top: 100px; */
}

.social-connect__link svg {
    height: 35px;
    width: 35px
}

.job-location .fa {
    color: #9a9a9a
}

.small-search {
    margin-top: 8rem;
    display: none
}

.small-search form {
    margin: auto;
    max-width: 300px
}

.filter-section input {
    border: 1px solid #ececec;
    padding: 0.6rem .5rem 0.6rem 2rem;
    font-weight: 200;
    border-radius: 10px;
    background: #fff;
    height: auto;
}

.filter-section {
    position: relative;
    margin-bottom: 2rem
}

.filter-section input:focus::placeholder {
    color: #c8c8c8
}

.filter-section input:focus {
    border-color: var(--web-color3)
}

.filter-section a {
    position: absolute;
    left: 10px;
    top: 16px;
    z-index: 1;
    color: #9a9a9a !important;
    font-size: 1.2rem;
}

.custom__radio label,.refine-search .custom-control-label {
    font-size: 1rem;
    display: block;
    overflow: hidden;
    line-height: 1.2;
    transition: .3s;
    cursor: pointer;
    position: relative
}

.filter-section a:hover {
    color: #0da7dc
}

#clearFilter,.custom-control .custom-control-input[disabled],.custom-control .custom-control-input[disabled]~label,.filter-section a:before {
    display: none
}

.filter-section a.icon-clear {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: var(--web-color3);
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.filter-section .year-dropdown {
    color: #989898
}

.refine-search .card {
    border: none;
    /* border-bottom: 1px solid rgba(128,128,128,.2); */
    border-radius: 0;
    background: transparent;
    margin-bottom: 1rem;
}

.refine-search .card:last-child {
    margin-bottom: 0;
}

.refine-search .card-body {
    padding: 0
}

.refine-search .card-header {
    padding: 0.5rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    cursor: pointer
}

.refine-search h2 {
    margin-bottom: 2.5rem
}

.refine-search .custom-control-label {
    padding: 8px 15px 8px 15px;
    border-radius: 45px;
    border: 1px solid rgb(228 228 228);
    color: rgb(84 84 84);
    background: #fff;
    font-size: 16px;
}

/* .filter-card .custom-checkbox .custom-control-label::after,.filter-card .custom-checkbox .custom-control-label::before {
    border: none;
    height: 2px;
    width: 10px;
    background: #a7a7a7;
    left: 15px;
    top: 45%;
    transition: .3s
} */

.filter-card .custom-control-label:hover {
    border-color: #333;
    color: #000
}
.custom__radio label:hover {
    border-color: #333;
    color: #000;
}
.custom__radio label.active,.filter-card .custom-control-label.active {
    border-color: var(--web-color3);
    color: #fff;
    background: var(--web-color3);
}



.filter-card .card-body {
    display: none;
    flex-wrap: wrap;
}

.filter-card .card-body .custom-control {
    padding: 0 0.2rem .5rem 0;
}

/* .filter-card .custom-checkbox .custom-control-label.active::after,.filter-card .custom-checkbox .custom-control-label.active::before {
    background: var(--web-color3)
} */

/* .filter-card .custom-checkbox .custom-control-label.active::before {
    transform: rotate(-138deg);
    transform-origin: bottom;
    width: 6px;
    left: 13px;
    top: 46%
} */

.filter-card .custom-checkbox .custom-control-label.active::after {
    transform: rotate(-235deg)
}

.filter-card .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none
}

.filter-card h6 {
    position: relative;
    cursor: pointer;
    padding-right: 30px; /* space for plus/minus */
}

/* Horizontal line (always visible) */
.filter-card h6::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background: #777;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

/* Vertical line (only visible when CLOSED) */
.filter-card h6::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #777;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}

/* ? When ACTIVE ? show MINUS (hide vertical line) */
.filter-card.active h6::after {
    opacity: 0;
    transform: translateY(-50%) scaleY(0);
}


.filter-card.active .card-body {
    display: flex;
    gap:0rem;
    max-height: 200px;
    overflow-y: auto;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }
}

.custom-control .custom-control-input[disabled]~label,.custom-control .custom-control-input[disabled]~label:focus,.custom-control .custom-control-input[disabled]~label:hover {
    opacity: .5;
    user-select: none;
    border-color: rgb(204 204 204);
    color: rgb(84 84 84);
    pointer-events: none
}

.custom__radio {
    margin: 0 0.2rem 0.2rem 0
}

.custom__radio label {
    padding: 8px 12px 8px 12px;
    border-radius: 45px;
    border: 1px solid rgb(228 228 228);
    color: rgb(84 84 84);
    font-size: 16px;
    background: #fff;
}




.custom__radio label input {
    opacity: 0;
    position: absolute
}


@media (max-width: 768px) {
.job-list__item__details {
    padding: 1.4rem
}
}

@media (max-width: 576px) {
    .job-list__item__header__title {
        font-size: 22px;
    }

    .job-list__item__header {
        grid-template-columns: repeat(1, 1fr);
    }

    .job__exp__sec {
        align-items: flex-start;
        flex-direction: column
    }
    /* .job-list {
        padding: 1rem;
    } */
    .job-filter-panel {
        border: none;
        padding: 1rem;
    }

    .job-content {
        flex-direction: column;
    }
    .job-list__item__header:after, .job-list__item__header:before {
        font-size: 25px;
}
.job-list__item.active .job-list__item__header:before {
    font-size: 25px;
}

}




















@media (min-width: 1200px) {
    .parallax-container {
        overflow: hidden;
    }
}

.content-banner-section {
    background-color: #aaa;
    height: calc(50vh - 60px);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}
@media (min-width: 2560px)  {
    .content-banner-section {
        height: calc(80vh - 70px);
    }
    }

@media (max-width: 1366px) {
    .content-banner-section {
        height: calc(100vh - 65px);
        margin-top: 55px;
    }
}
@media (max-width: 1024px) {
    .content-banner-section {
        height: calc(100vh - 55px);
        margin-top: 55px;
    }
}

@media (max-width: 576px) {
.content-banner-section img {
    -o-object-position: center;
    object-position: right;
    width: 100%;
    object-fit: cover;
}
.content-banner-section::before {
    background: linear-gradient(to right, rgb(0 0 0) 0%, rgb(0 0 0 / 45%) 40%, rgb(0 0 0 / 51%) 100%);
}
}




/* iPad Pro 12.9" Portrait */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait) {

  .content-banner-section  {
        height: 38.25rem;
    }
    .banner-carousel__indicator {
        bottom: 5vh;
}
}
/* iPad Pro 12.9" Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape) {

    .content-banner-section  {
        height: 27.25rem;
    }
    .banner-carousel__indicator {
        bottom: 7vh;
}
.banner__caption {
    transform: translateY(-15%);
    top: 25%;
}
}

@media only screen
  and (min-device-width: 820px)
  and (max-device-width: 1180px)
  and (orientation: portrait) {

    .content-banner-section  {
        height: 28.25rem;
    }
}


@media only screen
  and (min-device-width: 820px)
  and (max-device-width: 1180px)
  and (orientation: landscape) {

    .content-banner-section  {
        height:22.25rem;
    }
  }

  @media (max-width: 820px) {
    .content-banner-section  {
        height:22.3125rem;
    }
    }

  @media only screen
  and (min-device-width: 2560px)
  and (max-device-width: 2560px)
  and (min-device-height: 1600px)
  and (max-device-height: 1600px) {

    .content-banner-section  {
    height: 80vh;
  }
}

  /* @media (max-width: 600px) {
    .content-banner-section  {
        height:100vh;
    }
  } */






  .banner_item {
    width: 100%;
    text-align: center;
}
.banner__caption h1 {
    width: 100%;
}

@media(max-width:1024px)
{
    .banner_item {
        width: 100%;
    }
    .career_job_Search {
        width: 100%;
    }
}
.pattern_h img {
    z-index: 1;
}
.multiselect-dropdown {
    position: relative;
}

.dropdown-box {
    width: 100%;
    border: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    padding: 0px 15px;
    height: 60px;
    background-color: #ffffff00;
    color: #fff;
}
@media(max-width:1600px)
{
    .dropdown-box {
        height: 45px;
    }
}


.dropdown-arrow {
    margin-left: auto;
    padding: 0 4px;
}

.dropdown-list {
    display: none;
    position: absolute;
    background-color: #161111f5;
    border-radius: 8px;
    border: 1px solid #ccc;
    z-index: 1;
    width: 100%;
    max-height: 184px;
    overflow-y: auto;
    margin-top: 2px;
    color: #fff;
}

.dropdown-list label {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0px 10px;  
    margin-bottom: 0;
    cursor: pointer;
}

.dropdown-list label:hover {
    background-color: transparent;
}

.dropdown-list input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    width: 14px;
    height: 14px;
}


.show {
    display: block;
}

.career_job_Search .form-control {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 0px 15px;
    height: 60px;
}
@media(max-width:1600px)
{
    .career_job_Search .form-control {
        height: 45px;
    }
}
@media (max-width: 768px) {
    .career_job_Search .form-control {
        height: 40px;
    }


}

.selected-items {
    display: flex;
    gap: 5px;
    flex: 1;
    align-items: center;
    overflow-x: auto;  /* Enable horizontal scroll */
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin; /* Firefox thin scrollbar */
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent; /* Firefox color */
}

/* Webkit Scrollbar Styling */
.selected-items::-webkit-scrollbar {
    height: 1px; /* <-- Small Height */
}

.selected-items::-webkit-scrollbar-track {
    background: transparent;
}

.selected-items::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.selected-items::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}



.selected-item {
    background: #e0e0e038;
    padding: 1px 8px 3px 8px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.selected-item span {
    margin-left: 5px;
    cursor: pointer;
    /* font-weight: bold; */
    font-size: 26px;
    /* border: 1px solid #fff; */
    padding: 0.2rem .5rem 0.4rem 0.5rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selected-item span:hover{
    color:var(--web-color1)
}


.tag {
    display: inline-flex;
    align-items: center;
    background-color: #f1f2f6;
    border-radius: 6px;
    padding: 0px 0px 3px 8px;
    margin: 5px 5px 0 0;
    font-weight: 600;
    }

    .tag .remove-btn {
        background: none;
        border: none;
        margin-left: 0px;
        margin-top: 6px;
        cursor: pointer;
        color: #333;
    }

    .tag .remove-btn:hover {
      color: var(--web-color1);
    }


    .tag .remove-btn i {
        font-weight: 600;
    }


    .content__desc
    {
        margin-bottom: 1.5rem;
    }


    .banner__caption {
        transform: translateY(-16%);
    }
  @media(min-width:992px)
  {
    .job-post {
        flex: 0.8;
      }
      /* .banner__caption {
         transform: translateY(-15%);
    } */
  }

  /* @media(max-width:1920px)
  {
  .banner__caption {
    transform: translateY(-15%);
}
  }
@media(max-width:1600px)
{
    .banner__caption {
        transform: translateY(0%);
    }
} */

.banner__caption {
transform: translateY(-15%);
        top: 30%;
}

/* .form-select{
    background-color: #ffffff00;
    color: #fff !important;
    height: 60px;
    border: 1px solid #e7e5e5;
    border-radius: 8px;font-weight: 100;
} */

@media(max-width:1600px)
{
    .form-select
 {
    height: 47px;
}
}

@media(max-width:768px)
{
.dropdown-box {
    height: 40px;
}
.form-select {
    height: 40px;
}
.content__desc {
    margin-bottom: 0.5rem;
}

}

.career-details h2{
    font-size: calc(26px + (40 - 27) * (100vw - 375px) / (1920 - 375));
    font-weight: 600;
    margin-bottom: 25px;
}


.form-control:focus {
    background: #fff0;
    border-color: #0f8eba;
    -webkit-box-shadow: 0 0 0 0 #cef1b5;
    box-shadow: 0 0 0 0 #cef1b5;
    /* color: #fff; */
}
.career_card
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap:wrap;
}



/* .form-select{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.form-select:focus{
    background-color: #000;
    color:#fff;
} */


.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #3a5061!important;
    font-size: unset!important;
    font-weight: 400!important;
}

.chosen-container-active .chosen-choices {
    border-bottom: 1px solid #bcddf7!important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 5px 20px 5px 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 7px !important;
}

select:not(:-internal-list-box):not([multiple]) option {
    color:#fff;
}

.last_apy{
    color:grey;
    margin-top: 0.5rem;line-height: 1.2;
}

.last_apy strong
{
    color: #636262;
}

@media(max-width:1024px)
{
    .last_apy strong
{
    font-size: 18px;
}
.career_job_Search .c-button {
    padding: .7rem 3rem 0.7rem 1.5rem;
}
}


@media (max-width: 576px) {
    .last_apy strong {
        font-size: 16px;
    }
    .separator
    {
        display:none;
    }
}


    @media(min-width:992px){
    .job_apply
    {
        text-align: center;
    }
}


.job-list__item:not(.active) .job-list__item__header {
    border-bottom: none;
  }


  .job-posting {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-family: Arial, sans-serif;
  }

  .job-details {
    flex: 1;
    margin-right: 2rem;
  }

  .job-meta {
    display: flex;
    gap: 2rem;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #555;
  }

  .job-meta strong {
    color: #222;
  }

  .job-description {
    margin: 0;
    font-size: 0.95rem;
    color: #444;
  }

  .job-action {
    text-align: right;
    min-width: 150px;
  }

  .apply-btn {
    display: inline-block;
    background-color: #21409a;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .last-date {
    font-size: 0.85rem;
    color: #666;
  }

  .last-date strong {
    display: block;
    color: #222;
  }










  .dropdown-search {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.search-input {
    width: 100%;
    padding: 0px 0px;
    border: 1px solid #cccccc00;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    outline: transparent;
}


  .job-list__item__details
  {
    display: none;
  }
  .job-list__item.open .job-list__item__details {
      display: block;
  }
.dropdown-search {
  position: sticky;
  top: 0;
  background: #161111;
  z-index: 10;
  padding: 8px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}








.banner_item p
  {
   margin: 1.2rem 0 1.8rem 0;
  }

  /* CATEGORY BUTTONS */
  .career-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }

  .career-buttons button {
    padding: 8px 20px;
    background: rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    border-radius: 25px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
  }

  .career-buttons button:hover {
    background: rgba(255,255,255,0.25);
    border-color: #fff;
  }


.search__section
{
    display: flex;
    width: 65%;
    margin: auto;
    position: relative;
}
@media(max-width:576px)
{
    .search__section
{
    width: 100%;
}
}
.search--input {
    width: 100%;
    border-radius: 15px 0 0 15px;
    border: 1px solid #dedede;
    padding: 1rem 3rem;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    background: #fff;
    font-weight: 300;
}


.search__section .c-button {
    border-radius: 0px 15px 15px 0;
}


.search_icon
{
    position: absolute;
    top: 36%;
    left: 2%;
    color: #afafc1;
    font-size: 22px;
}

@media(max-width:1600px)
{
    .search_icon {
        top: 33%;
    }
}

@media (max-width: 600px) {
    .search_icon {
        top: 30%;
    }
}
.filters_icon
{
    color: var(--web-color3);
    font-size: 20px;
    display: flex;
    gap: 0.7rem;
    align-items: center;
}

.filter_heading
{
    margin-bottom: 2rem;
    min-height: 30px;
}


@media (max-width: 768px) {
    .filter_heading
    {
        margin-bottom: 1rem;
    }
}


.job-item {
    padding: 20px 7px;
    margin-bottom: 0;
    /* cursor: pointer; */
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    /* align-items: center; */
    transition: background 0.3s ease,
                padding 0.3s ease,
                border-radius 0.3s ease,
                box-shadow 0.3s ease;
    position: relative;
    border: 1px solid #ececec;
    padding: 1.5rem;
    border-radius: 20px;
    margin-bottom: 1rem;
}
@media (max-width: 576px) {
.job-item {
flex-direction: column;
}
}


/* ? BOTTOM separator for EVERY item */
/* .job-item::after {
    content: "";
    position: absolute;
    bottom: 0;          
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    transition: opacity 0.3s ease;
} */

/* ? Hover effect */
.job-item:hover {
    background: #f3f7ff;
    border-radius: 10px;
    padding: 1.5rem;
}

/* ? Hide separator of hovered item */
.job-item:hover::after {
    opacity: 0;
}

/* ? Also hide separator of the previous item (for clean floating look) */
.job-item:has(+ .job-item:hover)::after {
    opacity: 0;
}
.job-item p
{
    opacity: .8;
}


.job-item-content
{
    flex: 0 0 83%;
}


.job_featured
{
    background: var(--web-color2);
    color: #fff;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 20px;
    font-weight: 300;
}

.share_friends
{
    font-size: 16px;
    color: #8b8787;
    line-height: 1.2;
}

.whatsapp_icon
{
    display: flex;
    gap: 6px;
    justify-content: space-between;
    align-items: center;
}

.whatsapp_icon i
{
    background: #bababa;
    color: #fff;
    border-radius: 20px;
    width: 33px;
    height: 33px;
    padding: 6px;
    font-size: 23px;
    line-height: 0.8;
    text-align: center;
}
.job-item:hover .whatsapp_icon i {
    color: #fff;
    background: #28cd28;
}

.job-item:hover .share_friends
{
    color:var(--web-color);
}

.btn_default {
    background: #f3f7ff;
    color: var(--web-color3);
    border: none;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

/* Button hover via job-item */
.job-item:hover .btn_default {
    background: var(--web-color3);
    color: #fff;
}

    .btn_default:hover {
        background: var(--web-color1)!important;
        color: #fff;
    }






    .job-title {
        font-size: calc(18px + (22 - 18) * (100vw - 375px) / (1920 - 375));
        font-weight: 500;
        color: var(--bs-body-color);
        margin-bottom: 12px;
    }

   .job-item:hover .job-title{
        color: var(--web-color3);
    }

    .job-icon {
        margin-right: 12px;
    }
/*
   .location
    {
        font-weight: 500;
        color: #4f4f4f;
    } */



    .job-icon svg {
        height: 15px;
        /* fill: rgb(230 180 126); */
    }
    .job-content {
        display: flex;
    gap: 18px;
    font-size: 16px;
        }

@media(max-width:600px)

{
    .job-content {
        display: flex;
        gap: 4px;
        font-size: 16px;
    }
}

    .pagination {
        display: flex;
    gap: 1px;
    justify-content: end;
    margin-top: 0px;
    }
    .page-btn {
    padding: 8px 14px;
    border: 1px solid #f3f7ff !important;
    background: #e2e7f3 !important;
    color: var(--web-color3);
    margin: 3px;
    border-radius: 50%;
    min-width: 35px !important;
    height: 35px !important;
    width: 35px !important;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .page-btn.active {
    background: var(--web-color3)!important;
    color: #fff;
    }




.page_prev{
    transform: rotate(180deg);
}

.prev_next{
    transform: rotate(0deg);
}














.job-cards-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  @media(max-width:768px)
  {
    .job-cards-section {
        gap: 1rem;
      }
  }
  @media(max-width:576px)
  {
    .job-cards-section {
        grid-template-columns: repeat(1, 1fr);
      }
  }

  .career-card {
    position: relative;
    background: #fbefe0;
    border-radius: 30px;
    padding: 2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  @media(max-width:768px)
  {
    .career-card {
        padding: 20px;
    }
  }

  /* Light faded icon on right */
  .card-icon {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }

  @media(max-width:1600px)
  {
    .card-icon {
        width: 90px;
    }

  }
  @media(max-width:768px)
  {
    .card-icon {
  bottom: 30px;
  right: 10px;
  width: 46px;
}
}

@media(max-width:600px)
{
  .card-icon {
display:none;
}
}
  .card-content p{
    min-height:130px;
    margin-top: 1rem;
  }
  @media(max-width:1600px)
  {
    .card-content p{
        min-height:110px;
      }
  }


 /* Life at csm section */
 .lifeatcsm{
    background: #f9fafb;
  }
  .lifeatcsm_grid
  {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 2rem;
          margin-top: 1rem;
      }
      @media(max-width:576px){
      .lifeatcsm_grid
  {
          grid-template-columns: repeat(1, 1fr);
          gap: 1rem;
      }
  }
      .design-card
      {
          margin-bottom: 0rem;
      }

      .design-card-img img {
          height: 100%;
          width: 100%;
          object-fit: cover;
          object-position: top;

      }


      @media (max-width: 1920px) {
          .design-card-img {
              height: 320px;
          }
      }
      @media (max-width: 1600px) {
           .design-card-img {
              height: 260px;
          }
      }

      @media (max-width: 1024px) {
          .design-card-img {
             height: 200px;
         }
     }

     @media (max-width: 768px) {
      .design-card-img {
        height: auto;
     }
  }
      .design-card-img {
          overflow: hidden;
          border: 1px solid #dadada;
          border-radius: 20px;
      }

      .design-card-body {
          padding: 1.5rem 0 0 0;
          min-height: 150px;
      }

      @media (max-width: 768px) {
          .design-card-body {
              min-height: 120px;
         }
      }

      .design-card-body a .card-title {
          margin-bottom: 1rem;
          min-height: 45px;
          color: var(--bs-body-color);
          font-weight: 600;
          font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1920 - 375));
          opacity: .9;
      }

      .design-card-body a .card-title:hover {
    color:var(--web-color1);  
    }

      @media (min-width: 992px) {
          .design-card-body a .card-title {
              min-height: 55px;
          }
      }
      @media (max-width: 600px) {
          .design-card-body a .card-title {
              min-height: 25px;
          }
      }

@media(max-width:1600px)
{
    .design-card-body a .card-title {
        font-size: calc(20px + (26 - 20) * (100vw - 375px) / (1920 - 375));
    }
}

      @media (min-width: 992px) {
      .design-card-body a .card-text {
      min-height:90px;
      }
      }
       /* Life at csm section */


    .dei-section
    {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
        margin-top: 3rem;
    }

@media(max-width:576px)
{
    .dei-section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-top: 2rem;
    }
}

    @media(min-width:1024px){
    .cont_details {
        width: 55%;
    }
}
    .dei-card {
        background: #f3f7ff;
    padding: 2rem;
    border-radius: 20px;
    text-align: left;
    transition: all 0.3s ease;
      }

@media(max-width:768px)
{
    .dei-card {
        padding: 1rem;
    }
}

      /* Hover effect optional */
      .dei-card:hover {
        background: #eef3ff;
        transform: translateY(-5px);
      }

      .dei-card h3{
      font-size: calc(25px + (35 - 25) * (100vw - 375px) / (1920 - 375));
      font-weight: 600;
      margin-bottom: 1rem;
    }
    @media(max-width:1600px)
    {
        .dei-card h3{
            font-size: calc(25px + (30 - 25) * (100vw - 375px) / (1920 - 375));
        }
    }
    @media(max-width:1024px)
    {
        .dei-card h3{
            font-size: calc(25px + (30 - 25) * (100vw - 375px) / (1920 - 375));
        }
        .c-button {
            padding: .7rem 3.6rem .7rem 1rem;
        }
    }
    .dei-card p{
        margin-bottom: 0;
    }







    .subscribe__know {
        background: #f2f8fb;
        position: relative;
        z-index: 0;
    }
    .subscribe__know:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        background-image: url(../../img/website/wave-line.svg);
        background-repeat: no-repeat;
        background-size: cover;
        /* background-position-y: 30rem; */
        /* background-position-x: -20rem; */
        opacity: .3;
    }
    .subscribe__section {
        margin: 2rem 0 0;
    }
    .subscribe--input {
        width: 100%;
        border-radius: 10px 0 0 10px;
        border: 1px solid #dedede;
        padding: 1rem;
        color: #9d9d9d;
        box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
        background: #fff;
        font-size: 1.1rem;
        font-weight: 300;
        height: 70px;
    }
    @media(max-width:1600px)
    {
        .subscribe--input {
            height: 60px;
        }
    }
    @media(max-width:768px)
    {
        .subscribe--input {
            height: 50px;
        }
    }
 
    @media(max-width:768px)
    {
        .search--input {
        height:50px;
        }
    }
    .subscribe--btn {
        width: 225px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 10px 10px 0;
        box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
        height: 70px;
        font-size: 1.1rem;
        text-transform: capitalize;
        font-weight: 400;
        padding: 1rem;
    }
    @media(max-width:1600px)
    {
        .subscribe--btn {
            height: 60px;
        }
    }
    @media(max-width:768px)
    {
        .subscribe--btn {
        height:50px;
        }
    }

    .card-title:hover {
        color: unset;
    }


.jobseeker_alert
    {
        border: 1px solid #ececec;
        padding: 2rem;
        border-radius: 20px;
        background: #faf3f3;
        margin-top: 1.5rem;
        text-align: center;
        /* top: 100px;
    position: sticky; */
    }


    @media(max-width:1024px)
    {
        .jobseeker_alert
     {
        padding: 1rem;
    }
    } 
    @media(max-width:768px)
    {
        .jobseeker_alert
     {
        padding: 2rem;
    }
    } 
@media(max-width:320px)
{
    .jobseeker_alert
 {
    padding: 1rem;
}
}
    .jobseeker_alert {
        transition: transform 0.4s ease;
        will-change: transform;
      }
    .jobseeker_alert p
    {
        color: #882525;
        font-weight: 500;
        margin: 1rem 0 2rem;
    }

    .circle--btn {
        margin-right: 0;
    }


.great_place_work
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    border: 1px solid #ececec;
    border-radius: 20px;
    background: #fff;
    color: rgb(64 61 61);
    box-shadow: rgb(99 99 99 / 8%) 0px 2px 8px 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
}

@media(max-width:576px)
{
    .great_place_work {
        border-radius: 0px;
        background: #fff;
        color: rgb(64 61 61);
        box-shadow: unset;
        position: static;
        left: 0;
        right: 0;
        bottom: -40px;
        border-left: unset;
        border-right: unset;
        padding: 2rem 1rem;
        gap:0;
    }
}



.great_place_work h3
{
    font-weight: 600;
}

.great_place_work h3 span
{
    color: #ff1929;
}
.great_place_work img
{
    margin-top: -1px;
}

@media(max-width:376px)
{
.great_place_work img {
    margin-top: -1px;
    width: 75px;
}
}









   .custom-file-upload {
            position: relative;
            display: inline-block;
            width: 100%;
          }

          .upload-label {
            display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(188 221 247);
    padding: 0 0 0.75rem 0;
    cursor: pointer;
    transition: all 0.3s ease;
          }


          .upload-icon {
            transition: color 0.3s ease;
                /* opacity: .5; */
          }

          .upload-label:hover .upload-icon {
            color: var(--bs-black);
          }

          #fileDocument {
            display: none;
          }
        #passportPhoto
        {
            display: none;
        }

          #file-name {
            flex-grow: 1;
            text-align: left;
            font-weight: 400;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
          }

          .label-text
          {
            font-size: 80%;
          }
.sticky-div
{
position:sticky;
top:0;
}


.control-group input.form-control::-webkit-input-placeholder {
    color: #526574 !important;
    font-size: 18px !important;
    font-weight: 300!important;
}

.control-group input.form-control::-moz-placeholder {
    color: #526574 !important;
    font-size: 18px !important; 
    font-weight: 300!important;
}

.control-group input.form-control:-ms-input-placeholder {
    color: #526574 !important;
    font-size: 18px !important;
    font-weight: 300!important;
}

.control-group input.form-control::-ms-input-placeholder {
    color: #526574 !important;
    font-size: 18px !important;
    font-weight: 300!important;
}

#otherQualificationWrap input::placeholder {
    font-weight: 100;
}

/* Browser support */
#otherQualificationWrap input::-webkit-input-placeholder {
    font-weight: 100;
}

#otherQualificationWrap input::-moz-placeholder {
    font-weight: 100;
}

#otherQualificationWrap input:-ms-input-placeholder {
    font-weight: 100;
}


button.close {
    top: 8px !important;
}




.share_btn
{
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 18px;
    justify-content: center;
}





.fraud-box {
    border: 1px solid #F5E0E0;
    background: #f7f7f7;
    padding: 28px 28px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-top: 2rem;
}

@media(max-width:820px){
.fraud-box {
    flex-direction: column;
}
}

.fraud-left {
    display: flex;
    align-items: center;
    gap: 18px;
    color: #b76b6b;
}


@media(max-width:576px){
.fraud-left {
    flex-direction: column;
}
}

.fraud-left p{
margin-bottom: 0;
}

.fraud-icon {
    width: 55px;
    height: auto;
    opacity: 0.6;
}

.fraud-actions {
    display: flex;
    gap: 14px;
}




.fraud-btn {
    padding: 8px 15px;
    border: 1px solid #DB8F8F;
    border-radius: 10px;
    background: transparent;
    color: #B22121 !important;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    gap: 10px;
}

.fraud-btn:hover {
    background: #f7e6e6;
}


.fraud-actions .fraud-btn i{
    font-size: calc(16px + (20 - 16) * (100vw - 375px) / (1920 - 375));
    transition: .25s;
    display: inline-block;
    position: relative;
    left: 0;
    }



    /* Category Boxes */
.job-category-wrapper {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
    justify-content: space-between;
}

.job-category {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 1rem 1.8rem;
    border: 2px solid #f3ede5;
    border-radius: 12px;
    background: #fefeff;
    cursor: pointer;
    transition: 0.2s;
}

.job-category:hover {
    border-color: #e4b26f;
    background: #fffaf0;
}

.job-category h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.job-category span {
    font-size: 16px;
    color: #1466c3;
}


/* Search Filters */
.job-search-wrapper {
    display: grid;
    grid-template-columns: 1fr 260px 260px;
    gap: 14px;
    margin: 2rem 0;
}

.search-input {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background: #fff;
    color: #666; 
    position: relative;
    cursor: pointer;
}

.search-input.full {
    grid-column: span 1;
}

.search-input input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 1.3rem;   
    height: 42px;
}

.search-input i {
    opacity: 0.7;
    position: absolute;
    top: 11px;
    left: 3px;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]
{
    padding-left: 1.3rem!important;
    height:42px!important;
}

/* Responsive */
@media (max-width: 768px) {
    .job-category-wrapper {
        flex-wrap: wrap;
    }
    .job-search-wrapper {
        grid-template-columns: 1fr;
    }
}




.job-search-wrapper .chosen-container-multi .chosen-choices {
    border-bottom: 1px solid #ffffff;
}

.job-search-wrapper .chosen-container-active .chosen-choices {
    border-bottom: 1px solid #ffffff !important;
}

.job-search-wrapper .form-select {
    border-bottom: 1px solid #ffffff;
    padding-left: 1.3rem;
}






.job-filters {
    display: flex;
    /* gap: 12px; */
    margin-bottom: 20px;
    justify-content: space-between;
}
@media(max-width:576px)
{
    .job-filters
    {
        flex-direction: column;        gap: 12px;
    }
}

.search-box1 {
    position: relative;
    /* width: 65%; */
    background: unset;
    border-left: 0;
    flex: 0 0 55%;
}

@media(max-width:992px){
.search-box1 {
    flex: 0 0 50%;
}
}

@media(max-width:576px){
    .search-box1
    {
       position: relative;
       width: 100%;
    }
}


.search-box1 input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    color: black;
    height: 60px;
}

@media(max-width:576px){
    .search-box1 input {
        height: 50px;
    }
    }

.filter-dropdown {
    position: relative;
    flex: 0 0 20%;
}
@media(max-width:992px){
.filter-dropdown {
    position: relative;
    flex: 0 0 22%;
}
}

.filter-btn {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    height: 60px;    flex-wrap: wrap;
}

@media(max-width:576px){
.filter-btn {
    width: 100%;
    height: 50px;
    padding: 10px 18px;
}
}


.dropdown-list {
    position: absolute;
    top: 55px;
    width: 100%;
    background: #fff;
    color: #000;
    border-radius: 14px;
    border: 1px solid #eee;
    padding: 12px 0;
    display: none;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.dropdown-list li {
    list-style: none;
    padding: 10px 18px;
    cursor: pointer;
    font-size: 15px;
}

.dropdown-list li:hover {
    background: #f3f3f3;
}

.arrow {
    border: solid #777;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
}

.dropdown-list.show { 
    display: block; 
}

.search-box1 input {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    color: black;
}
.selected-tags
{
    overflow: hidden;
    height: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: rgb(153 153 153) #00000000;
    overflow-x: auto;   
     width: 200px;
    text-align: left;
}

@media(max-width:1024px)
{
    .selected-tags {
        width: 160px;
    }
}
@media(max-width:992px)
{
.selected-tags {
    width: 100px;
}
}
@media(max-width:576px)
{
.selected-tags {
    width: 100%;
}
}
.selected-tag {
    display: inline-flex;
    align-items: center;
    background: #e8f3ff;
    padding: 0px 8px;
    border-radius: 8px;
    margin-right: 6px;
    font-size: 14px;
    color: #333;
}

.selected-tag i {
    font-style: normal;
    margin-left: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.selected-tag i:hover {
color:var(--web-color1)
}


.placeholder {
background:unset;    
cursor: pointer;
opacity: 1;
}
/* ICONS LEFT INSIDE INPUT & BUTTONS */
.icon-search1,
.icon-map-pin1,
.icon-briefcase1 {
    position: absolute;
    left: 12px;
    font-size: 18px;
    opacity: 0.2;
    pointer-events: none;
}

/* Search box icon adjustment */
.search-box1 {
    position: relative;
}
.search-box1 i.icon-search1 {
    top: 50%;
    transform: translateY(-50%);
}
.search-box1 input {
    padding-left: 40px !important;
}

/* Filter buttons icon */
.filter-btn {
    padding-left: 40px !important;
    position: relative;
}
.filter-btn i.icon-location,
.filter-btn i.icon-experience {
    top: 50%;
    transform: translateY(-50%);
}

/* Arrow icon positioning fix */
.filter-btn .arrow {
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
